Could anyone advise the best way to trigger a functiont when a movieclip animation finishes? I figure an eventlistener could handle this, but not sure the best way to go abo
if looking for shortest solution i think it would be :
mc.addFrameScript(mc.totalFrames - 1, function():void { trace("end of mc"); });