A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: probably a simple question. but I need some help please

  1. #1
    Bob (the singing sock)
    Join Date
    Aug 2000
    Location
    Århus, Denmark
    Posts
    472

    ??????????????

    Is this a joke?
    If not...
    gotoAndPlay ("Scene 3", "art");
    -K

  2. #2
    Senior Member
    Join Date
    Oct 2000
    Posts
    540
    What am I missing here? It works fine when I do not have the button inside the mc and simply on the main stage, but when I put it in the mc and try to load scene 3 from there on press nothing happens.

    on (press) {
    gotoAndStop ("art", 1);
    }
    I tried to put _root in front of "art" but that did not work.
    thanks for your help


  3. #3
    Senior Member
    Join Date
    Oct 2000
    Posts
    540
    I have a button in a mc. This mc is in scene 2. I am trying to make it so when a user presses it Scene 3 will load. This is the AS so far...
    on (press) {
    gotoAndPlay ("art", 1);
    }
    But when I try this it just restarts Scene 2 instead of going to Scene 3 "art". I need some help with this. Thank you

    jeb

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