20K flash file
20K flash file
Out of context: Reply #23
- Started
- Last post
- 28 Responses
- hiatus0
I'm using this AS with the previous:
function wait() {
// a function called 'wait'
gotoAndPlay(2);
clearInterval(myTimer);
//clears interval
}
myTimer = setInterval(wait, 5000);
// calls the function after 5 secondsWhat you think peeps?