Hi,
I'm trying to change to levels (locations) with a different background, set of sprites, blocks, etc. Untill now I can only change backgrounds and I must hide all the spritis i don't want to see.
There must be a way tochange the whole scenery or load a new stage?
Offline
I usually use a variable to indicate what level it is. When the level is changed, a broadcast can be sent to all the sprites and the background. They then check this variable, and depending on its value, change costume, change location or show/hide.
A good example of this is the rebuild of Freestylin' Monkeys Chinye project, where I replaced his multiple brodcasts with a variable checking system.
http://scratch.mit.edu/projects/Mayhem/161719
Offline
Thanks,
I'll handle it your way. Still, if all the sprites are constantly on the stage (hidden or not) you can get in pretty complicated situations,
But OK, i suspect that soon we will be able to load stages,
Frake
Offline