Jump to content
Search Community

pausing and resuming tweens nested in movie clips

Theigno test
Moderator Tag

Recommended Posts

this is probably a rather basic problem to solve...

I'm working on a project consisting of three "container" movieclips each of which contain multiple child movieclips that are tweened with TweenMax and what I need are buttons to pause and resume the child twens in each indiviudal container MC.

I managed to stop the tweens using the "KillChildTweensOf()" function but I'm not finding a way to resume the tweens again. functions like pauseAll and resumeAll don't seem to be able to be targeted at the specific containers, and targeting all child movieclips separately seems a bit overcomplicated.

Link to comment
Share on other sites

HI and welcome to the GreenSock forums. 

 

Currently there is not a built in method to get all child tweens of children of a container.

Not sure how your app is built but each tween in each container could be added to a TimelineLite and then each container would have its own timeline that you pause() and play(). http://greensock.com/timelinelite-as

 

Another option is you create an Array for each containers tweens and then you just loop through that Array to control the tweens.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...