Answered
stop main timeline in AS3
I searched the forum and perhaps found some relevant
solutions, yet I still don't get it. How do I make simple "stop()",
"play()", and check "currentFrame" on the main timeline from an AS3
Class file?
I have an older AS2 Flash timeline animation that I'm converting to AS3, and also importing an AS3 swf into.
Everything works fine, except I had to remove the "stop()" on the main timeline (so the animation does not loop), and trying to do that from the document main .as file.
I get an error when trying to access "currentFrame" of the stage.
HOW DO I PUT A "STOP" ON THE MAIN TIMELINE?
- - - -
I have an older AS2 Flash timeline animation that I'm converting to AS3, and also importing an AS3 swf into.
Everything works fine, except I had to remove the "stop()" on the main timeline (so the animation does not loop), and trying to do that from the document main .as file.
I get an error when trying to access "currentFrame" of the stage.
HOW DO I PUT A "STOP" ON THE MAIN TIMELINE?
- - - -