Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » PLATFORMER GRAVITY
- Mout206
-
Scratcher
1 post
PLATFORMER GRAVITY
say [lol]
play sound [biiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiip v] until done
- Erts57
-
Scratcher
23 posts
PLATFORMER GRAVITY
You Can:
when green flag clickedThats All In the Player Sprite
forever
change [Y Vel v] by (-2)
change y by (Y Vel)
repeat until <not <touching [Ground v] ?>>
set [Y Vel v] to [0]
change y by (1)
end
end
Last edited by Erts57 (Dec. 2, 2019 18:16:08)
- -Snipet-
-
Scratcher
500+ posts
PLATFORMER GRAVITY
Please don’t necropostsay [Thank you]move (cool) steps
- oscarfinley
-
Scratcher
100+ posts
PLATFORMER GRAVITY
Wow that's a lot of necroposts. Please for the love of scratch cat DO NOT post for no reason on an old forum post which has been answered already
- engineerlife
-
Scratcher
5 posts
PLATFORMER GRAVITY
(scratch blocks)
when flag clicked
forever lope
if touching ground then
set my v to (0)
if up arrow pressed then
change my v by (15)
change y by (my v)
change my v by (-1)
(scratch blocks)
when flag clicked
forever lope
if touching ground then
set my v to (0)
if up arrow pressed then
change my v by (15)
change y by (my v)
change my v by (-1)
(scratch blocks)
Last edited by engineerlife (Dec. 3, 2019 23:47:06)
- Erts57
-
Scratcher
23 posts
PLATFORMER GRAVITY
Do you mean:
when flag clicked
forever lope
if touching ground then
set my v to (0)
if up arrow pressed then
change my v by (15)
change y by (my v)
change my v by (-1)
- cs2240541
-
Scratcher
19 posts
PLATFORMER GRAVITY
Hey guys I made a platformer that shows the simplest way possible.
https://scratch.mit.edu/projects/349532913/
Hate to advertise, but it really works!
https://scratch.mit.edu/projects/349532913/
Hate to advertise, but it really works!
- Discussion Forums
- » Help with Scripts
-
» PLATFORMER GRAVITY









