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
 
move (200) steps
catlover1123
Scratcher
39 posts

How do I make my sprite jump forward?

if you actually want to make it jump:

when green flag clicked
change y by (10)
wait (0.2) secs
change x by (30)
wait (0.2) secs
change y by (-10)
Jojenator
New to Scratch
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?

when green flag clicked
change y by (70)
change x by (70)
change y by (-70)

Digthebone

I make stuff. And I am always digging for new idea's.




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?

when this sprite clicked
move (20900) steps

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

DocND
Scratcher
14 posts

How do I make my sprite jump forward?

when green flag clicked
change y by (10)
change x by (10)
BlockerSeepes
New to Scratch
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.
when [space v] key pressed
set [xVel v] to (5)
set [xVel v] to (5)
When green flag clicked
forever
change x by (xVel)
change y by (yVel)
if<not<touching [ground v]>>
change [yVel v] by (5)
end
If<touching [ground v]>
set [xVel v] to (0)
set [yVel v] to (0)
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!)




You bored? Come on here. Just saying, this me.
This might not be me, but it'll sure brighten you up!

undefined
Aw, darn.
BlockerSeepes
New to Scratch
7 posts

How do I make my sprite jump forward?

Don't forget to make the variables “xVel” and “yVel”

You bored? Come on here. Just saying, this me.
This might not be me, but it'll sure brighten you up!

undefined
Aw, darn.
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.
when [space v] key pressed
set [xVel v] to (5)
set [xVel v] to (5)
When green flag clicked
forever
change x by (xVel)
change y by (yVel)
if<not<touching [ground v]>>
change [yVel v] by (5)
end
If<touching [ground v]>
set [xVel v] to (0)
set [yVel v] to (0)
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!


when [up arrow v] key pressed
jump forward ::operators

My OS is : Windows 3.1 (Changed)



















... {... :: hat control} :: hat control // I bet you can't do that
... (... :: cap control) :: cap control // I bet you can't do that
Check This out
Please don't click here
http://www.pcjs.org/devices/pc/machine/5160/cga/256kb/win101/






























DO NOT CLICK HERE















Are We missing some or wrong? Don't worry
Ⓦⓐⓝⓣ ⓢⓞⓜⓔ ⓑⓤⓑⓑⓛⓔ ⓑⓐⓛⓛ ⓣⓔⓧⓣ ⓖⓞ ⓣⓞ : ⓗⓣⓣⓟ://ⓦⓦⓦ.ⓑⓤⓑⓑⓛⓔⓑⓐⓛⓛⓣⓔⓧⓣ.ⓒⓞⓜ
ɯoɔ˙ʇxǝʇuʍopǝpᴉsdn˙ʍʍʍ//:dʇʇɥ : oʇ oƃ ʇxǝʇ uʍop ǝpᴉsdn ǝɯos ʇuɐM
Want some rainbow text go to :
http://www.glitter-graphics.com/generators/rainbow.php
Ɯαит ƨσмɛ ƨcяαмвℓɛ∂ тɛϰт ɢσ тσ : нттρ://ωωω.ɢℓιттɛя-ɢяαρнιcƨ.cσм/ɢɛиɛяαтσяƨ/ƨcяαмвℓɛ.ρнρ
Click the image to download this (only for chrome)






http://i57.tinypic.com/wr11le.jpg




OS: Microsoft Codename Whistler
Flash Version: Flash 17.0 (release 0)
Browser: Firefox
Users: @click_follow_or_eat @peekaboo3
















and go to
http://atom.smasher.org/





Need help
if <(username) = [12424]> then
I will help you :: list
else
Ask (username) :: list
end
Superthunder5000
Scratcher
73 posts

How do I make my sprite jump forward?

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 arrow] key pressed
broadcast [ jump]

when I receive [ 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?


when green flag clicked
forever

say[Don't stress out Woman up]

end

AND IF YOU NEED HELP WITH SOME OF YOUR CODING ASK ME I WILL try TO FIX IT FOR YOU!!!!!!!!!!!!!!!!!!!!!
ScratchNateDawg
Scratcher
18 posts

How do I make my sprite jump forward?

Try instead of saying
change y by (10)
Say
repeat (10)
change y by (1)

end

Then add this to it
wait 1 sec.
repeat (10)
change y by (-10)

end

When I am awesome
I rule all
My projects won't be under viewed....
I'll have 500,000 Followers
And I'll still be awesome!!!!

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

nice1234
Scratcher
12 posts

How do I make my sprite jump forward?

when green flag clicked
repeat (20)

change y by (1)
end
repeat (5)

change x by (1)
end
repeat (20)

change y by (-1)
end


try that
asivi
Scratcher
1000+ posts

How do I make my sprite jump forward?

nice1234 wrote:

nice1234 wrote:

when green flag clicked
repeat (20)

change y by (1)
end
repeat (5)

change x by (1)
end
repeat (20)

change y by (-1)
end


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