Tagged Questions
3
votes
2answers
317 views
Animate on tap in XNA (Windows Phone)
I'm trying to convert a AS3 game to C# / XNA and I'm looking for a way to animate a sprite.
More precisely, I want the sprite to rotate and scale a bit, then return to its starting position.
In AS3 ...