Page 1 of 1

Start level

PostPosted: Sat May 28, 2011 10:40 am
by Clokio
I see many games mades, but I can't figure how to tell GE what would be the first level (probably the intro or main menu) to show up first.

Thanks

Re: Start level

PostPosted: Sat May 28, 2011 11:12 am
by schnellboot
place the view actor where you want it

Re: Start level

PostPosted: Sat May 28, 2011 11:51 am
by savvy
can also make objects relevant to the view on create actor.
such as this...
create actor ->
x=view.x+view.width/2;
y=view.y+view.height/2;

makes the actor centered to the view.