Page 1 of 1

Rooms

PostPosted: Thu Apr 22, 2010 5:24 pm
by cessna
Is there a way to switch rooms in Game Editor, like the way you switch rooms in Game-Maker?

Thank you!

Re: Rooms

PostPosted: Thu Apr 22, 2010 5:30 pm
by Thanx
The rooms you make all on this infinite map Game Editor gives you, make them a screen's size away from each other, or if the level/room is the size of the screen, you can put the these parts of the game into neighboring screens, using the help of the grid.
Then in the script editor, wherever you're moving to the level, have something like this:
view.x = aninteger;
view.y = aninteger;
Depending on the coordinates of where you've put the room...