PDA

View Full Version : time..b4 playing again


cablecharlz
02-09-2002, 08:17 AM
whats the script
so that my movie..waits for example 10 seconds.at the end frame
before starting again?

Billy T
02-09-2002, 09:24 AM
you could easily alter the script found here (http://www.actionscripts.org/tutorials/intermediate/delaying_events/index.shtml) to do what you want

cheers

JRBT
02-11-2002, 05:28 PM
You could also make a new MovieClip that is 120 frames (assuming you are running 12 frames a second).

Throw it on your timeline where you want the delay to take place and go back into the movie clip. On the first frame put an action in to stop the _parent timeline (the timeline you threw the clip onto) then at the last frame (10 sec later) add a _parent play action - pretty simple, eh?