flash actionscript question

ayz

Veteran XX
is there a way to put a pause between frame actions? like, have it stop(); then 10 seconds later play(); ?
 
Make a 2 frame clip, and have it loop through that (total number of seconds / 2) * framerate times. I think that's the formula anyway.
 
Back
Top