
noiseisthis
-
Posts
3 -
Joined
-
Last visited
Content Type
Profiles
Forums
Store
Blog
Product
Showcase
FAQ
ScrollTrigger Demos
Downloads
Posts posted by noiseisthis
-
-
Awesome! Thank you
-
Hi
Is there a way to to add a listener when the timelinemax instance reaches a label or would I have to use TimelineMax.currentLabel on the onUpdate to see the label change?
Thanks!
TimelineMax - Controlling loaded SWF
in GSAP (Flash)
Posted
Hii
I'm loading in a swf animation with a couple of frame scripts embedded on the loaded swf timeline. I managed to load in the swf, place it into a TweenMax instance, and placed that TweenMax instance into a TimelineMax instance so I can control the playback. The only issue I'm having is that the swf animation frame scripts are not firing off.
This is an example of how I'm setting up the above:
Is there a way to have the loaded swf run a frame script on the defined frame (like mc.gotoAndPlay(0)
or am I setting up this wrong?
Cheers