Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Aug 28, 2013 Aug 28, 2013

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

TOPICS
ActionScript
8.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Aug 28, 2013 Aug 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.

Translate
LEGEND ,
Aug 28, 2013 Aug 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 28, 2013 Aug 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 28, 2013 Aug 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/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 28, 2013 Aug 28, 2013

it helped have not seen this link now i am changing codes with my own.Thanks ned you helpful

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 29, 2013 Aug 29, 2013
LATEST

You're welcome

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines