Hey everyone, I've been trying to make my second game to publish on this site and I can't figure out how to make jumping and smooth movement. I've got the costumes all well and good, but I just cant make it not be all jumpy.
Please help a noob in trouble!
Offline
Try and make the y go up when the button that triggers jump is clicked.
Maybe something like this:
<when[ up ]key pressed>
<change y by( 10
<wait( 1 )secsc>
<change y by( -10
Hope that helps!
Last edited by DawnLight (2009-05-04 12:49:35)
Offline