Flash help?
Flash help?
- Started
- Last post
- 1 Response
- werdna
i need to make a slide show in Flash. basically just a series of images flashing up one after the other. with about a 1-2sec delay between images.
I know how to do this with keyframes but i'm just wondering if there is an easier way to do this?
- ozhanlion0
ya there is; put this on an action frame that your image resides.
this.advanceId = setInterval(this, "play", 3000);
stop();
next frame
clearInterval( this.advanceId );