- Code: Select all
MoveTo("view",-320,-240,1000,"TheEnd","");
I was hoping that would display my splash screen (the resolution being 640x480). Not only it does not work, but it seems to be dependant on where my main character dies. Even this:
- Code: Select all
MoveTo("view", 0,0, 999.000000, "Game Center", "");
Seems to be dependant on the main player position.
What am I missing?