I am making a multiple-level game and I am having trouble with making the sprites hide when the instruction screen comes up and after it's gone, reappearing and then starting their pre-existing scripts.
Also I cannot work out how to change levels smoothly.
Can anyone help me?
Offline
If you make a variable called level, and set it so it is always at the current level (if you make each level a background, and there is one main menu and one instructions page, you can set it to background # - 2) then you can make things only show when it is at a certain level.
For an example, you could take a look at my project The Level Game's scripts, and see how it works.
Offline