Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a jump animation
- SabeTheGemini
-
11 posts
How to make a jump animation
I really need help with this…..Please help
- BKFighter
-
1000+ posts
How to make a jump animation
Start with your character, then repeat the next two steps until you've completed:
1) Duplicate the picture
2) Modify the duplicate
Make sure to make a duplicate costume each time.
Then just plug the animation into whatever jump scripts you have now.
1) Duplicate the picture
2) Modify the duplicate
Make sure to make a duplicate costume each time.
Then just plug the animation into whatever jump scripts you have now.
- SabeTheGemini
-
11 posts
How to make a jump animation
I want it to be smoove like a REAL-LIFE jump….
- Ataxaos
-
500+ posts
How to make a jump animation
Do you need help with the scripts or the animations? I want it to be smoove like a REAL-LIFE jump….
Also, jumping in games tend to be not like in real-life.
Realistically speaking, most people can only jump as high as their knees.
- iiBonnnieHasAShovel
-
40 posts
How to make a jump animation
Do this when you have the costumes out and ready –
Keep doing that until you reach the final costume of your jump.
Keep doing that until you reach the final costume of your jump.
- andreead
-
100+ posts
How to make a jump animation
Jump animation? Easy. Make a variable called y velocity. Then add the following script:
change y by (y velocity)
ch
change y by (y velocity)
Last edited by andreead (April 20, 2016 04:12:49)
- andreead
-
100+ posts
How to make a jump animation
Sorry if I'm bad with the pic blocks. In words the code is:
When flag clicked
change y by y velocity
repeat until touching color of the ground
change y by y velocity
change y velocity by -0.5.
For more info, check out my hyperlinked project below and look at the beetle code.
https://scratch.mit.edu/projects/95433290/
When flag clicked
change y by y velocity
repeat until touching color of the ground
change y by y velocity
change y velocity by -0.5.
For more info, check out my hyperlinked project below and look at the beetle code.
https://scratch.mit.edu/projects/95433290/
- andreead
-
100+ posts
How to make a jump animation
For the costumes just use the code below:
- SebastianASA
-
1 post
How to make a jump animation
I need a bit of help.
when my dude jumps, it changes to the jump costume, but I cant make it change back to the normal costume when touching the ground…
when my dude jumps, it changes to the jump costume, but I cant make it change back to the normal costume when touching the ground…
- Felafel_test
-
1 post
How to make a jump animation
I am having the same problem, but what I find works is using a state engine
and then on another script, you can write
and then on another script, you can write
- Discussion Forums
- » Help with Scripts
-
» How to make a jump animation