Share Posted July 7, 2013 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 More sharing options...
Share Posted July 7, 2013 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 More sharing options...
Share Posted July 7, 2013 Oh, and if you need the AS2 version, here it is... GSAP_12.0.13_preview_AS2.zip Link to comment Share on other sites More sharing options...
Author Share Posted July 7, 2013 Fixed! Great Thanks Jack 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