How do you make a character jump in scratch?
How do you make a character jump in scratch? The platformer will use the right and left arrow keys to move the player character, and the up arrow to jump.
The platformer will use the right and left arrow keys to move the player character, and the up arrow to jump.
How do you fly a sprite in Scratch?
How do you make gravity on scratch?
To make gravity we need to add a change Y Velocity by block and put a negative number in (so the sprite goes down the screen). Put this in the forever loop. Things also slow down due to air resistance. For this I just set Y Velocity to 80% (multiplied by 0.8) of what it was.