Share Posted March 16, 2014 Let's say I have a document class and a whole bunch of other classes. If I want to kill all the tweens (including delay calls and oncomplete) in the WHOLE swf do I simply need to call TweenMax.killAll(); from the document class? Or does killAll have to be called from all the class instances? THANKS!!!! Link to comment Share on other sites More sharing options...
Share Posted March 16, 2014 Yep, if I understand your question correctly, TweenMax.killAll() would work perfectly for you. Give it a shot and let us know if you run into any problems. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now