Hello, quite new to al this and have a few problems i was hoping someone might be able to help with.
i used the advice on the below page to create a scrolling game.
http://scratch.mit.edu/forums/viewtopic.php?id=2440
the game is basically a maze with a helicopter the user has to guide around. i wanted to add additional sprites resing around the maze for the user to collect/avoid. but is there a way of making them roll with the background sprites?
ive uploaded the game so youcan see how it works so far, i want to rest a "collectable" sprite on te black maze wall/boundary areas.
this is the game
http://scratch.mit.edu/projects/jsy_kier/1677529
much obliged for any assistance.
thanks
jsy_kier
Offline
Use the same script that you use for background sprites, except instead of multiplying by 480, multiply by 480, then add their x position relative to the background sprite.
Offline