Discuss Scratch

naturelover87
Scratcher
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
Scratcher
6 posts

How do I make my sprite jump forward?

You just make a big movement camand
move200steps
catlover1123
Scratcher
39 posts

How do I make my sprite jump forward?

if you actually want to make it jump:

whenclickedchangeyby10wait0.2secschangexby30wait0.2secschangeyby-10
Jojenator
New Scratcher
1 post

How do I make my sprite jump forward?

that didn't work for moi
digthebone
Scratcher
500+ posts

How do I make my sprite jump forward?

whenclickedchangeyby70changexby70changeyby-70
b3oy
Scratcher
4 posts

How do I make my sprite jump forward?

i need help when jumping move forward

DocND
Scratcher
14 posts

How do I make my sprite jump forward?

whenthisspriteclickedmove20900steps

Last edited by DocND (Nov. 30, 2014 12:12:23)

DocND
Scratcher
14 posts

How do I make my sprite jump forward?

whenclickedchangeyby10changexby10
BlockerSeepes
New Scratcher
7 posts

How do I make my sprite jump forward?

naturelover87 wrote:

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!
Maybe this'll help.
whenspacekeypressedsetxVelto5setxVelto5whenclickedforeverchangexbyxVelchangeybyyVelifnottouchinggroundchangeyVelby5IftouchinggroundsetxVelto0setyVelto0
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
New Scratcher
7 posts

How do I make my sprite jump forward?

Don't forget to make the variables “xVel” and “yVel”
shoresbeep
Scratcher
1000+ posts

How do I make my sprite jump forward?

BlockerSeepes wrote:

naturelover87 wrote:

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!
Maybe this'll help.
whenspacekeypressedsetxVelto5setxVelto5whenclickedforeverchangexbyxVelchangeybyyVelifnottouchinggroundchangeyVelby5IftouchinggroundsetxVelto0setyVelto0
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!)



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…
12424
Scratcher
65 posts

How do I make my sprite jump forward?

easy!


whenup arrowkeypressedjumpforward
Superthunder5000
Scratcher
73 posts

How do I make my sprite jump forward?

whenclickedJump foward
aidanmonkey07
Scratcher
7 posts

How do I make my sprite jump forward?

do real blocks please
PlaneCrash
Scratcher
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.

Last edited by PlaneCrash (Dec. 30, 2015 18:12:23)

balatd
Scratcher
4 posts

How do I make my sprite jump forward?

Try this method:
when up arrowkeypressedbroadcast jumpwhenIreceive jump...
make the code for jumping under the (when I receive ) block and you're done.
gomnbvcx
Scratcher
35 posts

How do I make my sprite jump forward?

ScratchNateDawg
Scratcher
18 posts

How do I make my sprite jump forward?

Try instead of saying
changeyby10
Say
repeat10changeyby1

Then add this to it
wait1sec.repeat10changeyby-10WhenIamawesomeIruleallMyprojectswon'tbeunderviewed....I'llhave500,000FollowersAndI'llstillbeawesome!!!!

Last edited by ScratchNateDawg (April 11, 2016 21:54:39)

nice1234
Scratcher
12 posts

How do I make my sprite jump forward?

whenclickedrepeat20changeyby1repeat5changexby1repeat20changeyby-1


try that
asivi
Scratcher
1000+ posts

How do I make my sprite jump forward?

nice1234 wrote:

nice1234 wrote:

whenclickedrepeat20changeyby1repeat5changexby1repeat20changeyby-1


try that
if you like platformers play https://scratch.mit.edu/projects/102253264/
Hi @nice1234, https://scratch.mit.edu/projects/102253264/ doesn't work.

Powered by DjangoBB