Groups | Blog | Home
all groups > flash actionscript > september 2006 >

flash actionscript : Need pause then resume script


hector2171
9/8/2006 10:54:03 PM
Hello,

I need help with an animated banner. Basically, it's a slide show. Frame 1
displays img0, frame 20 displays img1, and so on up to img5. When I play the
movie with Control->Test movie, the first img doesn't stay long enough to be
seen. I would like to add some sort of pause-then-resume actionscript to frame
1. Like pause for 5 seconds then continue with the rest of the banner.

Thanks in advanced,
Hector
NSurveyor
9/8/2006 11:05:57 PM
//Frame 1
stop();
hector2171
9/8/2006 11:41:48 PM
AddThis Social Bookmark Button