Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a sprite jump in scratch (3.0 or offline edditor)
- Anay_Kis
-
Scratcher
44 posts
How to make a sprite jump in scratch (3.0 or offline edditor)
These are the blocks you can use for jumping!
when [space
when [space
v] key pressed
repeat (10)
change y by (10)
end
repeat ()
change y by (-10)
end
- anshulshokeen
-
Scratcher
4 posts
How to make a sprite jump in scratch (3.0 or offline edditor)
the answer is correct
- MJ-Fights
-
Scratcher
100+ posts
How to make a sprite jump in scratch (3.0 or offline edditor)
Do you want to make it smooth
- MJ-Fights
-
Scratcher
100+ posts
How to make a sprite jump in scratch (3.0 or offline edditor)
Do you want to make it smoothWell, it does seem pretty smooth but
when [V v] key pressedis slow enough for the player to jump over something or on to something
repeat (20)
change y by (5)
end
repeat (20)
change y by (-5)
end
- cosmosaura
-
Scratch Team
1000+ posts
How to make a sprite jump in scratch (3.0 or offline edditor)
"Hello! It's great that you want to help out other Scratchers. However, I think we have enough guides in the forums at the moment. Please feel free to welcome new Scratchers on the group welcoming topic or on individual topics created by New Scratchers.
Other places that can always use more helpful Scratchers like you, are the “”Help With Scripts“” and “”Questions About Scratch“” areas - please use them as designed, by responding to topics created by folks with problems to solve
Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization."
Other places that can always use more helpful Scratchers like you, are the “”Help With Scripts“” and “”Questions About Scratch“” areas - please use them as designed, by responding to topics created by folks with problems to solve

Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization."
- Discussion Forums
- » Help with Scripts
-
» How to make a sprite jump in scratch (3.0 or offline edditor)



