Flash - upload movies/AS
Flash - upload movies/AS
Out of context: Reply #4
- Started
- Last post
- 8 Responses
- PonyBoy0
what uan said... you need a stop(); at the very beginning of that loaded swf...
also - fyoucher mentioned greensock - this engine will allow you to tween your timeline dynamically... something like this:
TweenMax.to(myMC, .5,{ frame: label } );I advise labeling your frames w/text labels - relying on specific numbers is a pain if you need to go back and update the animation