Page 1 of 1

level making

PostPosted: Sun Dec 03, 2006 2:03 pm
by will97
How to make levels with activation areas.
:?: :?: :?: :?: :?: :?: :?: :?: :?:
and how to make the view move to it


please help! :!:

PostPosted: Mon Dec 04, 2006 12:38 pm
by makslane
Add the Activation Regions in the menu and drag to cover the desired level.
Move the view in some event with the code:

Code: Select all
view.x = 600; //x position of the new level
view.y = 300; //y position of the new level


Other way, is use mark actors to guide you.
Create an actor level1, level2... put in the position that you want start each level.

To change the level, use the Move To action, and move to 0,0 relative to the level actor.

PostPosted: Wed Dec 06, 2006 2:38 am
by will97
:P Tanks :P