Skip to main content
Known Participant
May 5, 2010
Question

want to play a sequence of movie clips like a slide show

  • May 5, 2010
  • 1 reply
  • 539 views

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!!

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
May 6, 2010

The information offered in the posting linked below should be of some help to you.

http://forums.adobe.com/thread/631800?tstart=0

flashgrlAuthor
Known Participant
May 6, 2010

Thanks, Ned... I'll give it a try.

Julia