Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a Sprite Jump
- 24allej
-
Scratcher
2 posts
How to make a Sprite Jump


move () steps
move () steps
move () steps
move () steps
move () steps
move steps
move () steps
- goose_that_codes
-
Scratcher
2 posts
How to make a Sprite Jump
can you make it where the sprite can move while jumping
- remadegame207
-
Scratcher
25 posts
How to make a Sprite Jump
when green flag clicked
forever
if <key (w) pressed?> then
set [up momentum] to (10)
repeat (10)
change y by (up momentum)
change [up momentum] by (-1)
end
end
end
insert move script
Last edited by remadegame207 (March 18, 2025 13:59:36)
- Discussion Forums
- » Help with Scripts
-
» How to make a Sprite Jump


