Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make my sprite jump forward?
- naturelover87
-
10 posts
How do I make my sprite jump forward?
I don't know how to make my sprite jump forward. I did it once before but now I can't remember how. Please help!
- coolcow111111111
-
6 posts
How do I make my sprite jump forward?
You just make a big movement camand
- catlover1123
-
39 posts
How do I make my sprite jump forward?
if you actually want to make it jump:
- DocND
-
14 posts
How do I make my sprite jump forward?
Last edited by DocND (Nov. 30, 2014 12:12:23)
- BlockerSeepes
-
7 posts
How do I make my sprite jump forward?
Maybe this'll help. I don't know how to make my sprite jump forward. I did it once before but now I can't remember how. Please help!
I will make a tutorial on this soon. Thanks for reporting! ( This may not work…I mean, I'm not the best Scratcher in the world!)
- BlockerSeepes
-
7 posts
How do I make my sprite jump forward?
Don't forget to make the variables “xVel” and “yVel”
- shoresbeep
-
1000+ posts
How do I make my sprite jump forward?
The problem with that is that it will always go up, because you aren't changing yvelocity by a negative number, you are changing it by a positive number…Maybe this'll help. I don't know how to make my sprite jump forward. I did it once before but now I can't remember how. Please help!I will make a tutorial on this soon. Thanks for reporting! ( This may not work…I mean, I'm not the best Scratcher in the world!)
- PlaneCrash
-
100+ posts
How do I make my sprite jump forward?
If you want to make a complex jump script, do it like this:
When flagged clicked
glide 1 seconds to X:0 Y:-200
change x by:100
glide 1 seconds to: X:100 Y:-400
You can also create a variable or use custom blocks.
When flagged clicked
glide 1 seconds to X:0 Y:-200
change x by:100
glide 1 seconds to: X:100 Y:-400
You can also create a variable or use custom blocks.
Last edited by PlaneCrash (Dec. 30, 2015 18:12:23)
- balatd
-
4 posts
How do I make my sprite jump forward?
Try this method:
make the code for jumping under the (when I receive ) block and you're done.
- ScratchNateDawg
-
18 posts
How do I make my sprite jump forward?
Try instead of saying
Then add this to it
Say
Then add this to it
Last edited by ScratchNateDawg (April 11, 2016 21:54:39)
- asivi
-
1000+ posts
How do I make my sprite jump forward?
Hi @nice1234, https://scratch.mit.edu/projects/102253264/ doesn't work.if you like platformers play https://scratch.mit.edu/projects/102253264/
try that
- Discussion Forums
- » Help with Scripts
-
» How do I make my sprite jump forward?