Game Over
Posted: Mon Sep 20, 2004 5:47 pm
1. How do I have it in a game that when all levels are completed or the player is out of ships that it displays GAME OVER? I have looked at all the demos and am a bit confused.
1. How do I have it in a game that when all levels are completed or the player is out of ships that it displays GAME OVER? I have looked at all the demos and am a bit confused.
If the shipCounter = 0 then you could either clear your current screen and display your "Game Over" text or move the view to a different activation area to show your ending "Game Over screen.
Also How can I write in the script editor the following?
if ships.textNumber > = 0 then ships.textNumber = ships.textnumber - 1;
if ships.textNumber = 0 then LoadGame("GameOver.ged")