A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Communicating between MC's

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    48

    Communicating between MC's

    Hello,

    I have all sorts of combinations to communicate between 2 MC's

    Main timeline: MC1 : MC2
    Main timeline: MC3

    When a button is pressed in MC2, I want it to communicate with MC3 and goto another frame within MC3. I have flash 5 am would like to know the tell target code need.

    Thank you in advance

  2. #2
    ¤ ¤ ¤ PAZ ¤ ¤ ¤ nordberg's Avatar
    Join Date
    Nov 2000
    Location
    east of west
    Posts
    4,704
    try this:

    on (release) {
    _root.InstanceNameOfMC3.gotoAndPlay("FrameLabel");
    }

    using tell target is old school - this dot syntax should work in Flash 5 as well...hope that helps.

    Ah, these boys is all swelled up. So this was earlier...getting set to trade. Then, woooaaah differences.
    Blog ¤ Photos ¤ Book

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