Skip to main content
Known Participant
August 28, 2013
Answered

How to make a count down timer in flash with time set

  • August 28, 2013
  • 1 reply
  • 8571 views

Hi i want to make a countdown and if count down time is up it must go to a frame or calling a movieclip

Can you explain me how to create a triggered count down.I found something about it on internet but i cant find any sources count time times up.

Thanks

This topic has been closed for replies.
Correct answer Ned Murphy

Show what you have so far for the countdown.  Detecting the end of the countdown will depend on how the counting is carried out.  The command to go to some other frame should be as simple as using a gotoAndStop(frame) command once the countdown completes.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
August 28, 2013

Show what you have so far for the countdown.  Detecting the end of the countdown will depend on how the counting is carried out.  The command to go to some other frame should be as simple as using a gotoAndStop(frame) command once the countdown completes.

Known Participant
August 28, 2013

like i said i need codes for creating a counter and if times up gotoAndStop(frame)

including a code of the this two are required to me.

Ned Murphy
Legend
August 28, 2013

You said you found something so I asked you to show what you found.  Here's a link to a tutorial with code that was found doing a Google search for "AS2 countdown tutorial"... hopefully you can see at the end how it detects when the countdown is complete.

http://flashspeaksactionscript.com/flash-countdown-timer/