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.

How do you make a character jump in scratch? – Related Questions

How do you make flappy bird game in C++?

How many lines of code is flappy bird?

Our full Flappy Bird game is only 800 lines of code, which makes it a great resource to learn programming games with Felgo. Feel free to publish your own game to the app stores based on our template, but make sure to use your own graphics and sound effects as these are property of Nguyen.