Question
setInterval Question
I am not having the best of luck understanding the
setInterval command and am a designer more than a developer so some
of this ActionScript gets me confused so forgive me if the question
seems kind of lame.
How would I or can I use the setInterval to make a movie play for a certain period of time? Generally I would just create a layer that extends out as long as I want it to play the movie for and place stop(); at the end. I was hoping there was an easier or more precise way of doing this. Mainly because the fla I am creating exists on 1 frame and is all driven by action script to make clips appear at set points for a set time. I was just looking for a way to simplify the length of the whole movie action.
I hope that made sense to someone
How would I or can I use the setInterval to make a movie play for a certain period of time? Generally I would just create a layer that extends out as long as I want it to play the movie for and place stop(); at the end. I was hoping there was an easier or more precise way of doing this. Mainly because the fla I am creating exists on 1 frame and is all driven by action script to make clips appear at set points for a set time. I was just looking for a way to simplify the length of the whole movie action.
I hope that made sense to someone
