SixString74
06-23-2008, 07:34 PM
This may be something simple, but i just don't know the properties I need to call on.
I have 2 buttons and a MovieClip on the main timeline. The buttons control the MC, forward or backward to stops (every 60 frames). I remove the event listeners, so the buttons can't be clicked between stops. I want to add them back only once the MC stops playing.
Is there a simple command I'm not aware of? Like an if statement.... if the movieclips is stopped, then add event listeners? The "playing" property seems to relate to FLV playback, not a MovieClip.
I have 2 buttons and a MovieClip on the main timeline. The buttons control the MC, forward or backward to stops (every 60 frames). I remove the event listeners, so the buttons can't be clicked between stops. I want to add them back only once the MC stops playing.
Is there a simple command I'm not aware of? Like an if statement.... if the movieclips is stopped, then add event listeners? The "playing" property seems to relate to FLV playback, not a MovieClip.