Discuss Scratch

Waffelchen
Scratcher
17 posts

how to make a scrolling platformer???

Can someone make a FULL tutoriel?
mike24062013
Scratcher
6 posts

how to make a scrolling platformer???

OMG
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)

Powered by DjangoBB