Copy link to clipboard
Copied
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
1 Correct answer
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
it helped have not seen this link now i am changing codes with my own.Thanks ned you helpful
Copy link to clipboard
Copied
You're welcome

