A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Link in one movie clip able to change content in another?

  1. #1
    Follower squidlips's Avatar
    Join Date
    Oct 2001
    Location
    Rockhampton, Queesland, Australia
    Posts
    664

    Link in one movie clip able to change content in another?

    I was wondering if someone would be able to tell me how to have inter-movie links. Here is my dillema, I have 2 movie clips, on with links and one with content. I need to keep them seperate but the one with content must be controled by the one with links. So all in all what do you do to click a link in on movie and make it affect a different one? Thanks
    subgenius.com

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    If both movies are on the main timeline. Lets call them mc1 and mc2.

    On Button in Mc2

    on(release){
    _root.mc1.gotoAndStop(4);
    }

    _root means the main timeline.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

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