A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: With vs Telltarget

  1. #1
    ok, after my preloaded the movie my main movie goes to frame 40 and stops. On that frame I have a movie clip that plays. we will call this movie CLIP1

    When clip one reaches its last frame I want the root timeline to jump to frame 60 and stop.

    I tried labeling frame 60 or the root timeline jump1

    Now I set up an action on the last frame of CLIP1 as follows

    with (root.jump1) {
    gotoAndStop("Scene 1", "jump1");
    }

    IT gives me an error object not found.
    How do I target a frame label rather than a movie clip instance?

  2. #2
    Member
    Join Date
    Oct 2000
    Posts
    30
    on the last frame of "Clip1" perform this frame action:

    _root.gotoAndStop(60);

    hope that helps

  3. #3

    That did it!

    That did the trick! I guess I was just over complicating things.

    Thanks for the help.

    Rick

  4. #4
    Member
    Join Date
    Oct 2000
    Posts
    30
    np mate :-)

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