stop(); function myPlay (par) { _root.gotoAndPlay(par); trace("переход") } setInterval(myPlay,Math.random()*10000,2);