onComplete event - fired after animation is done

Posted by jswnz 
onComplete event - fired after animation is done
October 31, 2008 01:39PM
Hi - I just came across FLASHeff today and had a very preliminary question - regarding events

is there anyway to have a callback based on what has
typically been referred to as an onComplete event - found in various tween packages
basically the event fires after the animation is completed......


wow - very impressive component -
cheers
jswnz



Edited 1 time(s). Last edit at 10/31/2008 01:39PM by jswnz.
Re: onComplete event - fired after animation is done
October 31, 2008 08:14PM
Hi,

you can check if your transition is done by a listener:

myEffect.addEventListener(FLASHEFFEvents.TRANSITION_END, transitionEndHandler);

:-)
Floris
Re: onComplete event - fired after animation is done
October 31, 2008 09:34PM
Hi Floris

Thanks - I will try that

BTW - the FLASHEFFEvents.TRANSITION_END event
- where is this documented? SDK documentation OR somewhere else on site

Kind regards
John
Re: onComplete event - fired after animation is done
November 03, 2008 09:07AM
You can find more information on the component in the How to use section of the site or you can watch the video tutorials (we have quite a few). You'll also find some extra information in this forum too.
Re: onComplete event - fired after animation is done
November 03, 2008 05:34PM
Cheers Negush - great work !
Sorry, you do not have permission to post/reply in this forum.