PDA

View Full Version : FMX loadMovie navigation



planet13
January 23rd, 2004, 03:48 PM
I have multiple flash movies loaded into levels and targets on a base flash. How can I gotoAndStop on a frame label in a movie loaded into a target... from a movie loaded into a level?

kode
January 23rd, 2004, 05:59 PM
Welcome to the forums, planet13. :P

_level#.instance.gotoAndStop("label");
Replace # with the level number in which the movie clip is, and instance with the instance name of the movie clip. :)

http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary422.html