stop(); segundos = 10; espera = function () { gotoAndStop(50); clearInterval(a); }; a = setInterval(espera, segundos*1000);