How do I loop this text effect?

Posted by mikerapp 
How do I loop this text effect?
April 23, 2009 01:55PM
How do I loop this simple text effect?
Attachments:
open | download - sportsfestival.fla (1.03 MB)
Re: How do I loop this text effect?
April 23, 2009 09:56PM
if you have only one effect that you want to loop you can use the following code:

import com.jumpeye.Events.FLASHEFFEvents;
fe.addEventListener(FLASHEFFEvents.TRANSITION_END, endHdl);
function endHdl(evt:FLASHEFFEvents)
{
fe.show();
}
fe is the instance name of your FlashEff component.
Sorry, you do not have permission to post/reply in this forum.