A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: MC's

  1. #1
    Senior Member
    Join Date
    Aug 2002
    Location
    LBV, Fl
    Posts
    102

    MC's

    How can I make two MCs communicate with each other. I am trying to have a set of buttons go to a specific frame in another mc. I've tried using;
    _parent.submenu.gotoAndStop("FrameName");
    submenu.gotoAndStop("FrameName");
    _parent.gotoAndStop("submenu.FrameName");


    Someone please help i don't know what else to do.

    Thanks
    Tom

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Well, I always say, if parent or this won't work, try:

    _root.submenu.gotoAndStop("frameLabel");

  3. #3
    Young Senior Member mayhem_sci's Avatar
    Join Date
    Jun 2002
    Location
    Singapore
    Posts
    282
    i dun know, but sometimes if "_parent" doesnt work, try "this._parent"

  4. #4
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    button in mc1:

    on(release){
    _root.mc2.goToAndPlay("justplay");
    }

    button in mc12:

    on(release){
    _root.mc1.goToAndPlay("playalso");
    }
    - The right of the People to create Flash movies shall not be infringed. -

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