Jump to content
GreenSock

Tweenrookie

Last item of array does not run on "onComplete"

Moderator Tag

Recommended Posts

TweenMax.staggerTo (pantalla_musica, 6, {_y:"-500", ease:Power2.easeInOut, onComplete:activar, onCompleteParams: ["{self}"]}, 0.4, mc );

 

The  tween runs an array that contains 5 movieclips. In one hand, there is a "onComplete" that invokes an animation for each of the movieclips of the array. In the other hand, there is a "onComlpeteAll" at the end of the code-line, which tells the tween to run a trace, once all the animations have finished.

 

The trace happens, but the last movieclip of the array doesn't run. However, when i delete "onCompleteall" (mc) the last moveclip of the array does run, just like the others.

 

don't have a clue what could it be.

 

Experts?

 

 

 

Link to comment
Share on other sites

Ah yes, thanks for pointing that out. It was indeed something that needed fixing. Would you mind trying the attached preview of 12.0.13 and letting us know if it resolves things for you? 

GSAP_12.0.13_preview.zip

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.
×