Can you upload your project so I can see what you're talking about?
Offline
I don't necessarily understand-You have 2 different backgrounds that are levels, or 2 different sprites that are different levels? Meh, If you post the project I could probably fix it for you and give it to you. Or give some more detail, it's not very clear.

Offline
I'm not sure what you really want... do you need a script in the Stage?
Offline
http://scratch.mit.edu/projects/test-me … se/1966029
The sprites will always stay in the same place no matter what background you choose so I've added a new script on all the sprites. Basically, your sprites will go to their first position when you click the green flag, but, when your sprite touches the finish line, it now sends a signal to all the other sprites. I have then told them to move to a new place when they get the signal, You will need to change the x and y positions on the script that says
When I receive Next level
Go to x(0) y(0)
to where you want the sprites to go on the second level.
Offline