A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: goto frame label from MC or different scene

  1. #1
    Member
    Join Date
    Jun 2001
    Posts
    43
    What's the secret to jumping to a frame label from different scenes? Or from a movie clip to the main scene.

    And while I'm at it.... can you jump to a particular frame in a page from a different page?

    What's the voodo gurus?

    thanks.

    [in flash 5]

  2. #2
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    You need to target the root timeline:

    on (release) {
    _root.gotoAndPlay ("FrameLabel");
    }

  3. #3
    Member
    Join Date
    Jun 2001
    Posts
    43

    scene to scene....

    cool. I knew it was something simple. Now is it possible to jump to a particular frame/label from a completely different movie or page?

    thanks for the response.

  4. #4
    Junior Member
    Join Date
    Aug 2001
    Posts
    28

    Mine still doesn't work with that script

    Hey Guys,

    I actually am having the same problem with that action and when I tried that script, it still didn't work. My mc is trying to call the root from inside the embedded clip.

    I wish it worked I think logically it should but it simply doesn't. If there is anything to could tell me (or anyone for that metter) to get this thing to work, I would be very greatful.

    cause' Im just stumped....

    ----------------------------------------

    Here is the mc order:

    root --> Large --> button(w/script)


    Here is the script:

    on (release) {
    _root.gotoAndPlay("newscene", 1)
    }

    -----------------------------------------

    I have tried levelnumber and everything I can think of for this thing. It shouldn't be this difficult!!!

    Many Thanks,

    R

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