Discuss Scratch

savinghere
Scratcher
8 posts

Need help with jumping.

I don't know how to jump. I can make it go up forever, but not back down if still holding down jump button.
morbidda
Scratcher
41 posts

Need help with jumping.

try having it go to a certain place with the “go to” button. them have it wait one second then go down again

-morbidda
Locomule
Scratcher
1000+ posts

Need help with jumping.

The-executer
Scratcher
21 posts

Need help with jumping.

Hello ,

Code will look something like this ,I'm going to use space to jump

When space key pressed

repeat 10
point in direction “0' / up”
move 10
set rotation style to dont rotate

repeat 10
point in direction “180 /down”
move 10
set rotation style to dont rotate

*Just add the costumes



If you were referring to something else or have any other problems please go to any one of my projects and comment about your problem
Landrover110
Scratcher
100+ posts

Need help with jumping.

Hi
See here
Hope it helps

Too much linux
>>>>>>See my projects here <<<<<<
Luteraar
Scratcher
4 posts

Need help with jumping.

You can do

change y by #
wait 0.1 seconds
change y by -#

Powered by DjangoBB