title screen

Posted:
Thu Apr 13, 2006 12:12 am
by JER
How do make the view change to look at the game instead of the title when you hit enter, i tried destroying actor when enter was pushed but once the titles gone how do u get the view onto the game screen?

Posted:
Thu Apr 13, 2006 12:59 am
by makslane
Just move the view to the game location.
You can use a script:
view.x = game x location;
view.y = game y location;
Or use the 'Move To' action