Looping can anyone help

Posted by jinroh69 
Looping can anyone help
December 26, 2008 05:09PM
Hi there,

I want to have a looping animation, but i want to have to loop back on the middle section of the animation.
Meaning the animation sequences have 3 parts start, middle and end. when the animation start play and when it reach to the end it will loop back but it will loop from the middle section.

how do i assign AS 3 on the timeline.?
Re: Looping can anyone help
January 02, 2009 02:29PM
With FlashEff you can only do it if you use three different FlashEff animations (three different FlashEff instances on the stage). Once your last animation is done (you reach the last frame) you can call the gotoAndPlay() function to navigate to the frame where the second FlashEff animation starts. The gotoAndPlay() function should receive the number of the frame where you want to navigate to (or the name of that frame as a String) and it must be placed on a frame after the last FlashEff animation is finished. Select that frame and make it a key frame, then use the Actions panel to place the code (Window -> Actions).
Sorry, you do not have permission to post/reply in this forum.