|
Prev: Installation Error
Next: download
From: Matt Lauder Photo on 24 Sep 2005 01:38 thankyou... it worked perfectly.... "urami_" <runnerHaHaHIHI(a)HAHAHIHIflashFugitive.com> wrote in message news:dh2ndo$il4$1(a)forums.macromedia.com... > > > Matt Lauder Photo wrote: >> I have a movie clip full of images that fade in an out and i want to put >> a delay at the end of each, so the movie clip stops for about 5 minutes >> and then it plays again fading out the old image with a new one. > > stop(); > ID = setInterval(myFunction, 3000); > function myFunction() { > play(); > //or whatever action that kick in next fade > clearInterval(ID); > } > > 3000 is 3 seconds > > > -- > Regards > > Urami > > -- > > > <urami> > http://www.Flashfugitive.com > </urami> > > <web junk free> > http://www.firefox.com > </web junk free> |