Page 1 of 1

Help creating New Levels without making new files

PostPosted: Sun Oct 23, 2005 2:59 am
by coolkid
Can Some One Please Help ME find out how to change from level to in my game because i dont know how for example i have my main screen page and then i made a sign that siad press any button to continue but i dont know how to do it

I tried looking at the tutorials but didn't quiet understand it :(

PostPosted: Sun Oct 23, 2005 1:36 pm
by Game A Gogo
ok then

create an event "key down" and click right on the rectangle, after chose move to, select the actor you want to move depending on an actor pasition(I recomend:"center") and where you want it to move.

hope IT help you :?

PostPosted: Mon Oct 24, 2005 10:50 pm
by makslane
Place "Activation Regions" around your levels and change the view position to change the level

PostPosted: Tue Oct 25, 2005 12:46 am
by coolkid
huh I dont understand

see what im trying to do is go from the main screen page and then go to the next level which would be level 1 if you can please help me im lost

PostPosted: Tue Oct 25, 2005 1:13 am
by makslane
Look the Checkers demo (http://game-editor.com/games/checkers.zip)
The game begins in the Loading screen and move the view to the game level.

PostPosted: Tue Oct 25, 2005 12:33 pm
by coolkid
can some one please give me a better example because i tried the add event then move to point x,y command but it didn't work out :?:

PostPosted: Wed Oct 26, 2005 3:55 pm
by makslane
If you have a level in the 600, 1000 location, just move the view to this location (to enter in a Activation Region on this location):

view.x = 600;
view.y = 1000;