Skip to main content
Inspiring
September 28, 2011
Answered

Yes it's me again

  • September 28, 2011
  • 1 reply
  • 912 views

Once my timer stops I want on the stage written « GAME OVER ». How can I do that ? All I want is the game over stuff. Thank you.

This topic has been closed for replies.
Correct answer Samsimms

All I did, is create, insert a new movie clip. A text field with the following text « Game over» that I linked to actionscript. So when the timer stops, the  «Game over » is called and displayed.

Funny feeling that I am helping myself. Well, I am starting to be good. ;-)

1 reply

SamsimmsAuthor
Inspiring
September 28, 2011

One more thing, Iforgot. First I want everything on the stage to be removed, and then have the «GAME OVER» text. Thank you.

Inspiring
September 28, 2011

Could you just create a game over frame and have the timer gotoAndStop("gameover"); ?

SamsimmsAuthorCorrect answer
Inspiring
September 28, 2011

All I did, is create, insert a new movie clip. A text field with the following text « Game over» that I linked to actionscript. So when the timer stops, the  «Game over » is called and displayed.

Funny feeling that I am helping myself. Well, I am starting to be good. ;-)