want to play a sequence of movie clips like a slide show
Hi,
Can someone help with the AS3 code that will allow me to play a series of 4 "slides" (movie clips) that are contained within a single container-movie clip?
So far, this is the code I have:
container_mc.slide1_mc.gotoAndPlay("intro");
now, at the end of that movie clip, I want to initialize slide2_mc... and after that, slide3_mc & then slide4_mc. After that, it should loop back to slide1_mc.
Also, I have 3 buttons that I want to pause, go back one slide, and skip forward one slide. The code to do this as well (so it will override the slide show in progress) would be greatly appreciated!
Thanks!!