A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: frame help

  1. #1
    Member
    Join Date
    Feb 2002
    Posts
    67

    Smile

    Can anyone tell me how to do this...
    I have an mc with another mc inside it. Now what I want to happen is this, in the timeline of the mc thats inside the main mc, when play head get's to a certain frame, i want it to start playing a cetrain frame of the main mc's timeline.
    I hope that makes sense...
    -----------------------------------------------------
    example...
    "one"(mc)>"two"(mc) "two" is inside of "one"

    playhead gets to specific frame of "two", gotoAndPlay frame 2 of "one"
    -----------------------------------------------------

  2. #2
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    in movie "two", put this on the frame where you want the action to occur:
    Code:
    _parent.gotoAndPlay(2);

  3. #3
    Member
    Join Date
    Feb 2002
    Posts
    67

    Smile Great

    Thats what I wanted, thanks for the help

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