delay timeout

stop();
setTimeout(timedFunction,1000);
 
function timedFunction() {
 gotoAndStop(2);
}

0 comments:

Post a Comment