A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: MC talks to the main timeline.

  1. #1
    I am using a tutorial .FLA file. It's got a horizontal motion menu. Anyway, the MC's that hold the buttons are so deep in MCs that i can't talk to the main timeline. I can't even move frame to frame from the buttons that are moving. I've tried the thing that people say to go from the MCs to Scenes. but i just want the main timeline. thanks.

    Superhue.

  2. #2
    FK Robot Wrangler

    Join Date
    Aug 2000
    Posts
    536
    use the tell target action, and define the level as _level0.

    on (release) {
    tellTarget ("_level0") {
    gotoAndStop (5);
    }
    }

  3. #3
    i tried it but i got a "Target not found. Target = "_level0" Base="?"

    is there another way?

  4. #4
    I got it. Thanks. I had to different commands under that button. I changed the order and they both work now.

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