Re: [Tutor] Making a character jump with pygame

2005-10-07 Thread Lee Harr
> I've edited the aliens.py example to make my character just move >back and forth. However I can't make him jump! It is not really clear to me from your code where you expect the character to jump. I do not see the word "jump" anywhere. I do see the word "bounce" and one reference to the to

[Tutor] Making a character jump with pygame

2005-10-04 Thread Joseph Quigley
Hi, I've edited the aliens.py example to make my character just move back and forth. However I can't make him jump! Here's my code (attached). I'm trying to make a platformer Mario style game. Thanks, Joe # Side Scroller v 0.1 a very simple