2D Platform Game Jumping

Posted by Bradley Kreuger on Game Development See other posts from Game Development or by Bradley Kreuger
Published on 2011-02-13T01:59:18Z Indexed on 2011/02/13 7:33 UTC
Read the original article Hit count: 292

Filed under:
|

I'm currently writing a game in XNA for fun which uses C#. I have got my sprites loaded and when the character moves right he looks like he is running right and when he moves left he looks like he is running left.

I been looking everywhere for a good coding example for how to create a jumping ability. I have read all the physics stuff that I can stand and it doesn't help when I can't figure out how to use say space bar to jump yet can't keep them from using space just jump again until they land.

© Game Development or respective owner

Related posts about XNA

Related posts about 2d