Answered
Stop main timeline from symbol
Hello, I got this simple question - need to add code (HTML5 canvas) inside symbol so when it does pass that frame to stop the main timeline? AS2 code was _root.stop() how about here with JS?
Hello, I got this simple question - need to add code (HTML5 canvas) inside symbol so when it does pass that frame to stop the main timeline? AS2 code was _root.stop() how about here with JS?
Hi.
Animate CC automatically creates a reference to the main timeline called exportRoot.
So all you have to do is to call exportRoot.stop() from anywhere to stop the main timeline.
I hope this helps.
Regards,
JC
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.