Page 1 of 1

How to make a multilevel game ?

PostPosted: Thu Jan 25, 2007 7:01 pm
by BabaRoga
How to make a multilevel game ?

PostPosted: Thu Jan 25, 2007 8:54 pm
by irblinx
You could create each level as a separate game editor "game", then when you complete one level you just load the next "game"

PostPosted: Fri Jan 26, 2007 5:53 pm
by BabaRoga
irblinx wrote:You could create each level as a separate game editor "game", then when you complete one level you just load the next "game"


can u tell me how ??? :S

PostPosted: Fri Jan 26, 2007 6:31 pm
by regine
Use the LoadGame() function in the script editor.

like this:

LoadGame("YourGame.ged");

PostPosted: Fri Jan 26, 2007 9:34 pm
by Troodon
Or just make multiple places in your ged and move your actor with the sample x and y functions.

PostPosted: Fri Jan 26, 2007 9:38 pm
by Sgt. Sparky
bit then you would need to add activation reagions other wise the game would get choppy :)

PostPosted: Fri Jan 26, 2007 9:39 pm
by Troodon
Yeah. It would be nice if activation region could have parent. :D

PostPosted: Fri Jan 26, 2007 11:10 pm
by Game A Gogo
whitout activation regions, some events could hapen while you don't want to.

PostPosted: Sat Jan 27, 2007 11:21 pm
by Troodon
Yeah, I meant that it would be nice if a activation region could be added in the view actor, so that the events happen when the view approaches them. :wink: