I'm currently programming a side-scrolling game using DelphiX (SpriteEngine, to be precise), and all of my current graphics only face in one direction. Must I go and flip each image manually and save it, or is there a way to do this at runtime? I'd imagine that since even Paint can flip images, DelphiX should be able to. It's just a question of how. :)

Thanks!