Discuss Scratch

MinecraftParty77
Scratcher
100+ posts

Sonic Dash Moving Terrain

Hey guys. Im working on Sonic Dash for scratch - http://scratch.mit.edu/projects/10583398/ But im kinda stuck with something. I need the terrain to scroll back while you run to get the full running experience. Also… The terrain can't be interfered with obstacles (coming soon) or jumping/sliding (also coming soon) Do any of you think you can help me?

Zombies: Remastered

A Brand New Survival game, based off the original game ZOMBIES and ZOMBIES II: TNT Apocalypse.

Play it when it's available!
AronE
Scratcher
20 posts

Sonic Dash Moving Terrain

you'll find something about it here (it was made in the old scratch but it still works)
amster11722
Scratcher
100+ posts

Sonic Dash Moving Terrain

Make it scroll like this:
In the background:
when green flag clicked
forever
if <key [d v] pressed?> then
change x by (1)
end
if <key [a v] pressed?> then
change x by (-1)
end
end

Last edited by amster11722 (Dec. 25, 2018 03:48:30)


when gf clicked
broadcast[WAKE UP!!! v]
when i receive [WAKE UP!!! v]
switch costume to[clothes v]
go to x: [https://scratch.mit.edu/discuss/] y: [Help With Scripts]
-frostyiceprincess-
Scratcher
1000+ posts

Sonic Dash Moving Terrain

amster11722 wrote:

Make it scroll like this:
In the background:
when green flag clicked
forever
if <key [d v] pressed?> then
change x by (1)
end
if <key [a v] pressed?> then
change x by (-1)
end
end
Please don't necropost.

Powered by DjangoBB