Mirror effect with a image/sprite?

Hello, is there anyway for me to do a mirror effect in a image/sprite without creating another image inverted?

For those who didn’t understand, mirror effect is like:

http://1.bp.blogspot.com/_Eoo9IvneWRc/TEicwLs2ZHI/AAAAAAAABEg/VcqfLBYg2i4/s400/Mirror.jpg [import]uid: 75946 topic_id: 14718 reply_id: 314718[/import]

You use the same image (.png) but create a new instance and mirror that and adjust it on the x axis.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 14718 reply_id: 54470[/import]

You can do that with your existing sprite, just use SI:scale(-1, 1) [import]uid: 40033 topic_id: 14718 reply_id: 54474[/import]

Thank you for your help!

Fava, I didn’t know it was that simple, really, thanks a lot! :smiley: [import]uid: 75946 topic_id: 14718 reply_id: 54848[/import]