wait for 1 second

stop();
var nDelayID:Number = setInterval(this, "pause", 4000);
// where 4000 is 4000 milliseconds
function pause():Void {
clearInterval(nDelayID);
play();
// or nextFrame();
}

pause on frame:
stop();
email:
on (release) {
         getURL("mailto:studio@fullstopphotography.co.uk?subject=Webfeedback");
}
goto another page:
on (release) {
         getURL(http://www.freelance.st);
}
 
 
goto another frame:
on (release) {
        gotoAndPlay(15);
 
}
 


 

Alex Walker-Wilson (alex@freelance.st) 020 7266 2300