Does anyone know how to make it look like your character is jumping if up arrow is pressed???
Offline
Do you want velocity?
Offline
Louis2018 uploaded this basic jumping Sprite to Scratch Resources
http://resources.scratchr.org/view/50
To get it to work, simply draw a black line and change this part if the script,
Into this,
Last edited by 06dknibbs (2010-07-20 17:51:09)
Offline
And you also need to make a gravity script. But don't worry, it's easy.
<when green flag clicked>
<forever>
<if><< <not> <touching color[the colour of the ground >>
<change y by( -7, or whatever amount you like the best.
Offline