Pause at a frame and continue to play
Hi,
I'm trying to get my work to pause at frame 2 for 5 seconds and then auto play to frame 6.
The code I have just stops it from playing;
stop();
setTimeout(function(){
nextFrame();
}, 500);
If I put a number in the nextFrame(), I get an "Incorrect number of arguments".
I'm new to flash, so simple is good for me!
Thanks.
