Horizontal & vertical flip for sprite drawing

Previous topic - Next topic

Wampus

As well as rotation it would be useful to have horizontal & vertical flipping for sprites. Currently I have to draw sprites line by line as an animation to flip them.

Some possibilities: Easy way to create reflection effects for surfaces, simply flipping horizontal to make a sprite change its direction from left to right, symmetry effects.

Moru


Wampus

Er...wow! Polys are great! I had no idea.  :S Still thinking like a 16-bit platform programmer.


Dark Schneider

Scale by -1 on X and/or Y axis does not works?

Wampus

Yes, that works Dark Schneider. Thanks for letting me know.

There is no mention of this in the Help file docs.