Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jyugrace

Pages: [1]
1
Graphics / Is there a a better way to move sprites?
« on: April 27, 2014, 09:33:20 am »
In my program I'm moving a sprite using the .setPosition in a while loop. In the loop, each iteration redraws the sprite at a new position and then clears the previous iteration .draw, which effectively animates the movement of the sprite across the program. But is there a better way to move around sprites? I really feel like there must be something better. Any tips would be greatly appreciated, thanks!

Pages: [1]