Actually I changed the version of FlashEff, I came back to the previous version and it still does it.
I discovered it's the timer but I can't see the problem, anyone can help?
stop();
var myTimer:Timer= new Timer(6000,60);
myTimer.addEventListener(TimerEvent.TIMER, timerF);
myTimer.start();
function timerF(e:TimerEvent):void{
nextFrame();
}
Edited 1 time(s). Last edit at 05/30/2009 04:17AM by tania.