codice:
stop(); 
tempo = setInterval(function () { 
//qui quello che vuoi
gotoAndPlay(3);

clearInterval(tempo)},5000);
ciao