Skip to main content
Participant
April 26, 2006
Question

Frame Labels Inside a Movie Clip

  • April 26, 2006
  • 1 reply
  • 145 views
I have several movieclips in scene 1...............inside each movie clip are action scripts saying to go to labels which are in scene1

Because the labels are not in the movie clip the movie just loops each time it comes to the actionscript and does not go to the labels in scene 1???

Is there a different code that i should be using if the label is outside of the movie clip and in scene1???

Can anyone help????....Please!!!

Thanks

JK
This topic has been closed for replies.

1 reply

Marghoob Sulemaan
Inspiring
April 26, 2006
you could try this... it should work

_root.gotoAndPlay(gotoAndPlay(scene,frame))