Skip to main content
Participant
May 21, 2012
Question

Movie restart!

  • May 21, 2012
  • 2 replies
  • 496 views

Hi,

I am very new to Action Scripts, particularly 3.0, and I have an issue with looping in my movie.

Basically I have scene 1, which contains 4 other movie clips. Each other clip has an animation which has a 'stop();' at the end of, so that it does not loop within the first play of scene 1. The problem is, I need scene 1 to repeat continuosly (it's a banner ad) but when it loops they all start at different times etc and only the first clip actually adheres to the 'stop();' action.

Is there a way I can get the movie to just restart from scene 1?

I expect this is very easy to do!

Thanks

J

This topic has been closed for replies.

2 replies

May 21, 2012

Hi,

Your problem is not clear, Please give some more details.

What I understand is that you have to repeat scene 1 continuously, so you have no need to put any stop in scene 1, you should put the stop in particular movieClips and manage them with the code in actions panel.

VIPUL

Ned Murphy
Legend
May 21, 2012

It is not clear to me what the problem is, but you can assign instance names to your movieclips and use the names to target them with stop() and play() commands (as in mc1.play();  etc)