A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Control loaded swf from mainscene

  1. #1
    Senior Member disorda's Avatar
    Join Date
    Nov 2002
    Location
    Beneath City Level
    Posts
    269

    Control loaded swf from mainscene

    Have loaded .swf into empty MC. Need to control loaded swf from mainscene to goto action in loaded swf to again control mainscene

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    A loaded movie takes on the instance name of the mc it is loaded into.
    So:

    Code:
    on (release) {
       _root.holderMC.gotoAndPlay("framelabel);
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center