Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » To make players be able to jump only one time and wait for the character to land to jump again.
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Hey, I need help here, I just wan't to know what could I do to make the players playing my game only be able to jump and wait for the character to land to jump again
- Cloudly
-
93 posts
To make players be able to jump only one time and wait for the character to land to jump again.
You could try…
Hopefully this helped
Hopefully this helped

- Squash001
-
57 posts
To make players be able to jump only one time and wait for the character to land to jump again.
I made a platformer here with jumping: https://scratch.mit.edu/projects/97098201/
You could check out @griffpatch's tutorial for making platformer's which includes jumping.
You could check out @griffpatch's tutorial for making platformer's which includes jumping.
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Thanks but it doesnt work. You could try…
Hopefully this helped
- Cloudly
-
93 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Thanks but it doesnt work. You could try…
Hopefully this helped
Interesting…I'm sorry about that

- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
https://scratch.mit.edu/projects/97098201/I made a platformer here with jumping:
You could check out @griffpatch's tutorial for making platformer's which includes jumping.
Thanks, but what Im looking for is limited jumping, your project has the same as mine, if you hold space bar you can literally fly.
- asivi
-
1000+ posts
To make players be able to jump only one time and wait for the character to land to jump again.
don't want to fly pressing the space key?
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
don't want to fly pressing the space key?
Nope, still doest work
- asivi
-
1000+ posts
To make players be able to jump only one time and wait for the character to land to jump again.
Really?
Please share the related project.
Regards.
Please share the related project.
Regards.
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Ok, shared
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Ok, shared
Called Parkour
- mrbobbygreathead
-
1000+ posts
To make players be able to jump only one time and wait for the character to land to jump again.
Ok, shared
Called Parkour
Last edited by mrbobbygreathead (Feb. 19, 2016 11:37:54)
- seneca1801
-
15 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Ok, shared
Called Parkour
Dont worry i just figured it now but thanks anyways.

- AltScratch
-
8 posts
To make players be able to jump only one time and wait for the character to land to jump again.
IT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! don't want to fly pressing the space key?

- theanonymousweirdo
-
500+ posts
To make players be able to jump only one time and wait for the character to land to jump again.
Please don't necropostIT WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! don't want to fly pressing the space key?![]()
- _Outro_
-
6 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Try this:
Hope this helps!
Hope this helps!
- applebananajm
-
5 posts
To make players be able to jump only one time and wait for the character to land to jump again.
Can you help me with this? Heres the code:
btw I think my signature glitched so here's the link: https://scratch.mit.edu/discuss/topic/762976/?page=1#post-7989416v]
tank u
btw I think my signature glitched so here's the link: https://scratch.mit.edu/discuss/topic/762976/?page=1#post-7989416v]
Last edited by applebananajm (May 23, 2024 21:34:49)
- Woodfur
-
100+ posts
To make players be able to jump only one time and wait for the character to land to jump again.
You're checking whether the key is pressed at the instant the flag is clicked and never again. You either need your “if” block in a forever loop or the whole thing under a “when key pressed” hat instead of the flag. In the future please start your own topic instead of necroposting. Can you help me with this? Heres the code:tank u
btw I think my signature glitched so here's the link: https://scratch.mit.edu/discuss/topic/762976/?page=1#post-7989416v]
- Discussion Forums
- » Help with Scripts
-
» To make players be able to jump only one time and wait for the character to land to jump again.