Use a broadcast when you change level, like this:
[blocks]<broadcast[ Level2[/blocks]
And in each sprite that's not supposed to be on that level add
[blocks]
<when I receive[ Level2
<hide>
[/blocks]
_____
By the way, this should go in All About Scratch. I'll get a moderator to move it for you!
Offline
can you actually play the games?
Offline
You could also use a varible.
If you only wanted an object to be on level 4 for instance you could do this
<if><( <{ leve }> <=> 4 )>
<show>
<else>
<hide>]
That's what I would do because it only uses 1 script and lets you keep track of what level you're on
Offline