A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Scene selection when loading movie

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    11

    Talking

    How do you call to a specific scene which is loaded on
    a seperate level...

    I can not seem to get my button to work with a movie
    that is loaded on another level.

    LoadMovie("blah.swf",2);

    Is their a way to just call to the scene within this one line of code????

    Fredsega@telocity.com


  2. #2
    Senior Member
    Join Date
    May 2001
    Posts
    180
    I hope this doesnt upset you to much, but...

    NEVER, EVER USE SCENES IN ANY OF YOUR MOVIES!

    ...that being said, since you already somewhat locked into what youre doing, use frame labels instead. Meaning, put a frame label on the spot where you want to go and than do it this way...

    gotoAndPlay("myFrameLabel");

    This will work just fine, though remember not to use the same frame label names over different scenes.

    AND STOP USING SCENES!!

    thank you for putting up with my rant,

    -jweaver

  3. #3
    Senior Member
    Join Date
    May 2001
    Posts
    180
    Aww forget what i just said, apparently i didnt read a friggin thing you wrote.

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