stop(); n = 19; time=0; ac_mc.onEnterFrame = function(){ if (time>n){ play(); n=0; time=0; } time++ }