Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Flash timer, Pause animation then continue

views
     
valho
post Dec 22 2005, 02:39 PM

Look at all my stars!!
*******
Senior Member
4,967 posts

Joined: Jan 2003
From: somewhere, far far away


i think that was posted by me, here's the code again

put on the first frame

CODE
function startPlay () {
play();
}


put on the frame u want to pause

CODE
//pause the movie
clearInterval( quitID );
stop();
//play movie
var quitID;
quitID = setInterval(startPlay, 30000);
trace(quitID);


 

Change to:
| Lo-Fi Version
0.0127sec    0.33    7 queries    GZIP Disabled
Time is now: 25th November 2025 - 05:47 AM