MoveTo why is the world moving around?
Posted: Mon Nov 17, 2008 1:35 pm
I have a "The End" splash screen I want to show. So I made it into an actor and its floating around in the world where the player can never get to it. When the player loses his last life, I wanted to do this:
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:
Seems to be dependant on the main player position.
What am I missing?
- 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?