Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make a scrolling platformer???
- Waffelchen
-
Scratcher
17 posts
how to make a scrolling platformer???
Can someone make a FULL tutoriel?
- GamesAlt34
-
Scratcher
82 posts
how to make a scrolling platformer???
try this:
when green flag clicked
forever
change y by (0.45)
end
- Waffelchen
-
Scratcher
17 posts
how to make a scrolling platformer???
say [HELP! SOMEONE! ]
glide (10) secs to x: (scrolling) y: (Platformer)
- Waffelchen
-
Scratcher
17 posts
how to make a scrolling platformer???
when green flag clicked[scratchblocks
set to
set [ x-velocity v] to [0]
forever
broadcast [Tick v]
end
when I receive [Tick v]
(Tick)
end
define Tick
if <key [right arrow v] pressed?> then
change [x-velocity v] by (1)
if <key [right arrow v] pressed?> then
change [x-velocity v] by (-1)
end
Is that right?
Last edited by Waffelchen (March 22, 2021 15:46:51)
- Discussion Forums
- » Help with Scripts
-
» how to make a scrolling platformer???


