I've uploaded my own projects, and now i would like to put each off my projects into a continues game, ive copyed all the scripts and sprites onto this game
but
i dont know how to get it to go from one level to another?
Can anyone help :s
Once i have found a solution i can hide each sprite for each level etc because at the moment theres just millions off sprites and lots off back grounds.
Offline
make a variable called "level" and make so that when you reach the end of the level do this: broadcast "level" and change level by 1.
Have all your sprites have this script, when I receive level-if level = 2 then (put what you want your sprite to do hear, you can have it hide, show, go to a new position or anything else really.)
Offline
You can also import projects into another, file, import project - instead of copying in sprites.. I'd try that
Offline