0
Need Help Creating Delay Timer in Action Script 3
Community Beginner
,
/t5/animate-discussions/need-help-creating-delay-timer-in-action-script-3/td-p/504177
Oct 15, 2008
Oct 15, 2008
Copy link to clipboard
Copied
I'm a little new to concepts of AS 3 but i'm stumbling
through it.
Here's my issue...
I have a simple Regular Flash Movie with 4 slides and an intro label
I need my Intro label to have a Timer or Delay event that holds on the "Intro" Label for a certain amount of time before the Timer expires and calls a function that tells FLASH to go on to slide "Slide 1" label.
The trick is i need this delay to run everytime the Timeline is at the "Intro" label as i have an animation playing while the timer or delay event counts down and finally at end goes to label "Slide 1"
Can anyone share some simple code snipets that would point me in the right direction to accomplish this using AS3 ?
Here's my issue...
I have a simple Regular Flash Movie with 4 slides and an intro label
I need my Intro label to have a Timer or Delay event that holds on the "Intro" Label for a certain amount of time before the Timer expires and calls a function that tells FLASH to go on to slide "Slide 1" label.
The trick is i need this delay to run everytime the Timeline is at the "Intro" label as i have an animation playing while the timer or delay event counts down and finally at end goes to label "Slide 1"
Can anyone share some simple code snipets that would point me in the right direction to accomplish this using AS3 ?

TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/need-help-creating-delay-timer-in-action-script-3/m-p/504178#M14271
Oct 15, 2008
Oct 15, 2008
Copy link to clipboard
Copied
you can use setTimeout(f,t) to call a function f() t
milliseconds after the setTimeout executes.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

