A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: MX 2004 Problem

  1. #1
    Junior Member
    Join Date
    Dec 2001
    Posts
    14

    MX 2004 Problem

    My company recently upgraded to MX 2004 Pro and I’m having issues. For some reason the nextScene() script won’t work. It advances to the second scene in the movie but won’t work for any of the remaining scenes. This is the only script I have in the button:

    on (release) {
    nextScene();
    }

    Has anyone else had this problem or have any ideas what’s wrong. Thanks

  2. #2
    Junior Member
    Join Date
    Oct 2003
    Posts
    26
    I second that... I have the exact same problem in a project that uses nextScene(). No matter what scene the movie is at nextScene() will bring it back to scene 2.

    Glad to see I'm not the only one...
    I guess I'll start lookin' for answers.

  3. #3
    Senior Member
    Join Date
    Oct 2000
    Location
    California
    Posts
    357
    Same here.
    I just went ahead and used:

    on (release){
    gotoAndStop("Scene 4", 1);

    }
    Media Design Services
    Web & Mutimedia Development

  4. #4
    Deathbringer sylkro's Avatar
    Join Date
    Oct 2000
    Location
    London
    Posts
    202
    this probably won't be very constructive for this problem but may be in future fla's you create:

    stop using scenes, use a frame label instead. it's what they're there for.

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