ID:155857
 
Uh, any tips on making a jumping verb that goes up and allows you to move while jumping? This basically means the type of jumping you see on those GBA mario games. I need direction in making that possible. (Like when mario runs fast and jumps while still pushing towards a direction, he goes up in diagonals .)

Tell me if you need a better description.
Bumped since this is getting losted in traffic,
In response to Gtgoku55 (#1)
*COugh* Third bump since my post is being lost in traffic again.
You should look up the atomic pixel_y variable. To get a desired "jumping" effect, I'd recommend using a loop and adding to pixel_y as needed, then simply subtracting whatever you added again. With the right delay this will give you a basic jumping effect.