Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do you make sprites jump?
- magnamanjang
-
16 posts
How do you make sprites jump?
How do you?
If you need my project then here it is! http://scratch.mit.edu/projects/45833704/
Thanks!
Magnamanjang
If you need my project then here it is! http://scratch.mit.edu/projects/45833704/
Thanks!
Magnamanjang

- drmcw
-
1000+ posts
How do you make sprites jump?
would be a start for you, however I'm sure you'll soon find issues with it. You then need to rethink how you do the program, so look in the sticky topics and it should give you some ideas.
- Godzillafreak
-
3 posts
How do you make sprites jump?
Just do this The numbers depends on how high you want the sprite to jump If you want to laugh go herehttp://scratch.mit.edu/studios/892116/
Last edited by Godzillafreak (Jan. 31, 2015 21:27:49)
- invisibowl
-
23 posts
How do you make sprites jump?
Depends. If you want to actually jump, then what drmcw suggested would be best. Otherwise (like if it's a top-down game) you could cheat like Zelda: A Link to the Past did and just have a shadow that moves in and out. Basically it would work like this - look at the scripts for Sprite8, which are also below:
Notice the
Notice the
block- this will theoretically help disable collision detection. For instance:
- peppermintpatty5
-
1000+ posts
How do you make sprites jump?
There are many, many ways of making a sprite jump. In my opinion, the simulated parabola and the cosine wave method are the most accurate, but this is an easy method to get you started:
- LexHarley
-
93 posts
How do you make sprites jump?
A simple, but well- animated way to have a character jump would be this: How do you?
If you need my project then here it is! http://scratch.mit.edu/projects/45833704/
Thanks!
Magnamanjang
Hope you make a great game!

Last edited by LexHarley (July 6, 2015 14:59:02)
- msilby
-
2 posts
How do you make sprites jump?
How do you?
If you need my project then here it is! http://scratch.mit.edu/projects/45833704/
Thanks!
Magnamanjang
I looked at your project. It looked like Pico was always jumping a short distance (which looked like a vibration). I did a quick remix using the up arrow to control the jump and simulated gravity to fall back down. Hope this is helpful.
http://scratch.mit.edu/projects/45946656/
- Discussion Forums
- » Help with Scripts
-
» How do you make sprites jump?