by krenisis » Fri May 28, 2010 8:21 pm
Ok there are several ways to make levels. The method I use is data files because I mainly do games for pocket pc.
Example
1st make the charactors
hero
enemy
platform
Door
lets call the name of the game Halo
Let say the level is a side scrolling game at the end of you level have a door actor there. No you want it to be when you collide with the door you go to next level. The name of the next level is Halo 2. Follow this coding
Click on Door actor
Click on add
Click on collision // on any side of // hero // click on add action //
click on script editor // click on tab near bottom of screen called variables/functions a page will appear // click on LoadGame it should be in 2nd column // a small box appears , type Halo2 // click ok // click ok .
Now export the 2 games into any format you want. When you bump into the door in the 1st level you will be transfered to the 2nd level .
If you need me to clearify anything let me know.