Hi John,
If you want 10 seconds, I'd suggest setInterval.. so something like
stop();
i=0;
setInterval(timer, 1000);
function timer() {
if (i==10) {
play();
}
i++;
}
However if you just wanted it to play when the other animation ends, I'd
suggest putting a stop on the frame, and at the end of the other animation
put a _root.play(); .. then it's guaranteed to get right through the
animation before moving on.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Wood
Sent: Monday, 18 July 2005 8:26 AM
To: Flash Developers List
Subject: [fugli] how to make flash wait for a set time
Hi All,
This is my first time up on this list,
Can anyone help with this-
I am trying to get flash to stop at a frame for 10 seconds on entering
frame while an animation completes and then go to the next frame.
I was thinking of using a blank symbol with the action script in it.
basicly on enterframe wait 10 then go to next frame
I have searched all weekend and came up with zip
if anyone can help it would be appreciated
thanks in advance
John W
---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/