A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: MC in MC navigation

  1. #1
    Senior Moderator
    Defender of the Faith
    Pope de Flash's Avatar
    Join Date
    Feb 2000
    Posts
    3,429

    Wink

    You have to call to the root level first "/" then call the movie clip "/a"

    On (Press)
    Begin Tell Target ("/a")
    Go to and Stop (5)
    End Tell Target
    End On


    If you wanted to call a child clip of another movie clip it would look like this:

    On (Press)
    Begin Tell Target ("/X/Y")
    Go to and Stop (5)
    End Tell Target
    End On


    The second "/" tells the playhead to goto the child clip "y" of the adult clip "/x"

    Hope this helps. Regards, Bill


    ------------------
    Macromedians 1:1

    In the beginning the web was without shape and color, and the hype covered the darkness of the net. Then there was a Flash and life came to the web and vision became reality.

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    1

    Angry

    Greetings from Flashland. This might be really simple. I have a MC inside a MC. MC (a) with MC (b) inside of it. I'm trying to create a tell target command on the frame of (b) to goto and play a specified frame in MC (a). I've tried if frame is loaded with ../MC(a). That's what I was told to do, and it's just not working. How do I jump from my child MC to the parent MC. PLEASE HELP!

    ------------------
    FlasherX.com coming to a theatre near you.....

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