Page 1 of 1

next level

PostPosted: Sat Aug 09, 2008 9:45 pm
by paperboy321
how do you make it move to another level :?: :?: :?: :?: :D

Re: next level

PostPosted: Sat Aug 09, 2008 9:47 pm
by paperboy321
the veiw and an actor

Re: next level

PostPosted: Thu Aug 14, 2008 7:51 am
by Thanx
You have the start screen of the level I guess, so have the code look like something like this:
view.x = some number;
view.y = some number;
theactor.x = somenumber;
theactor.y = somenumber;

If you don't know where exactly the place is on the y and/or x, then you can see the cursor's position on the map at the end of the menu bar in the top. :wink:

Re: next level

PostPosted: Thu Aug 14, 2008 9:18 pm
by paperboy321
ok thanks