Posted: 17th Sep 2011 16:19
Hello, is there a way of rotating a sprite? For example if I wanted to rotate a sprite 90 degrees. Something like SetSpriteRotation(index, 90)? I couldn't see anything in the docs section.

Or would I need to create a seperate image of it rotated?

Thank you...
Posted: 17th Sep 2011 17:25
SpriteSetAngle is your friend:

http://www.appgamekit.com/documentation/Reference/Sprite/SetSpriteAngle.htm
Posted: 17th Sep 2011 18:38
Wow. Sorry about that... I was looking for 'Rotate' didn't think to look for angle. That's perfect, thank you.