all groups > flash actionscript > november 2006 >
You're in the

flash actionscript

group:

Frame Action - Movie Clip Label


Frame Action - Movie Clip Label Surly
11/1/2006 10:31:53 PM
flash actionscript: Wow... I can't believe I didn't figure this out on my own yet.

I have my main timeline with one movie clip on it, within that movie clip I
want the timeline to reach a frame which has a frame action on it. I want that
frame action to go to and play a label within a movie clip (it is already on
the stage and has an instance name). Please help me with the syntax here, I'm
frustrated as hell.
Re: Frame Action - Movie Clip Label Surly
11/1/2006 10:57:58 PM
This is the closest I *think* I've gotten but it still does not play.

_this.USA.gotoAndPlay("color");

USA is the instance of the movie clip that I'd like to play the label "color"
within...

Please help!
Re: Frame Action - Movie Clip Label kglad
11/1/2006 11:17:04 PM
if USA is on the main timeline you can use:



Re: Frame Action - Movie Clip Label Surly
11/1/2006 11:19:40 PM
Re: Frame Action - Movie Clip Label kglad
11/1/2006 11:36:44 PM
if USA is a child of the movieclip whose timeline contains our code use:



USA.gotoAndPlay("color");

AddThis Social Bookmark Button