I'm making a side scroller game and at the moment when I play the game and get to the end, when I click the green flag to play again the background doesn't reset it continues from where you last were?
How do I reset it so it sends it back to the first scrolling background?
Here's a link to the game - http://scratch.mit.edu/projects/Vikki2796/2799251
And whilst you're there could you take a look at the zombie scripts because sometimes when I hit play they dont work and they dont die yet sometimes they do?
Offline
if you're using scrollX you need to
when gf clicked set [scrollX v] to [0]that will go to the start
Offline