Tagged Questions
-4
votes
1answer
313 views
Make Sprite Jump Upon a Platform
I have been struggling to make a game like Doodle Jump where the sprite jumps on a platform. So how do you make a sprite jump upon platforms in XNA? Th platforms are represented by a list of positions ...
1
vote
2answers
2k views
XNA Windows Phone 7 Sprite movement
I'm working on a Windows phone game and I'm having difficulty with the sprite movement. What I want to do is make the sprite gradually move to the position that is touched on screen, when there is ...
6
votes
2answers
866 views
How to do smooth sprite movement on WP7 XNA
What's the correct technique for getting smooth sprite translations with XNA?
I've been developing the WP7 version of an app for a startup, so when we heard Angry Birds got ported today we wanted to ...