Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you jump but then go back on the ground?
- Roboplays75
-
10 posts
how do you jump but then go back on the ground?
Hello! I am working on a game and I need to make my sprite jump, so I went to tips-how_to-and tried to find the directions to make your sprite jump but I couldn't! Can you help me?
<–(happy faces)


- TheCookieHero880
-
100+ posts
how do you jump but then go back on the ground?
Are you making a platformer? If so you can use somebody else's code from a tutorial, such as @djpro 's script. (https://scratch.mit.edu/projects/34429446/)
- tgbatman8
-
27 posts
how do you jump but then go back on the ground?
how I make my sprites jump is like this
- tgbatman8
-
27 posts
how do you jump but then go back on the ground?
how I make my sprites jump is like this
also add
hope it helps

- Nightpytt
-
69 posts
how do you jump but then go back on the ground?
Last edited by Nightpytt (Dec. 5, 2016 23:39:23)
- nickeljorn
-
1000+ posts
how do you jump but then go back on the ground?
Hello! I am working on a game and I need to make my sprite jump, so I went to tips-how_to-and tried to find the directions to make your sprite jump but I couldn't! Can you help me?<–(happy faces)
My trick:
- ChessProking-tm
-
58 posts
how do you jump but then go back on the ground?
When Flag Clicked
Forever
< If Key Space Pressed >
Change Y by 10
Repeat 10 Times
Change Y by -1
Forever
< If Key Space Pressed >
Change Y by 10
Repeat 10 Times
Change Y by -1
Last edited by ChessProking-tm (May 31, 2024 19:13:29)
- Discussion Forums
- » Help with Scripts
-
» how do you jump but then go back on the ground?