A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Incorrect Navigation Problem

Hybrid View

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    15

    Incorrect Navigation Problem

    Ok, here's the problem.
    I have built a simple navigation problem:
    I have buttons that send you to a new frame of the movie when you click it. I have used a simple On Release-Goto and play-frame label code to do this.

    But, on one of the frames (info2flag on the example, the second frame), when I hit the button that is supposed to go to the leadflag frame, the movie advances to the next frame, which is wrong. Also, when you keep clicking the button, it keeps advancing to the next frame.

    I've checked for errors, but it seems pretty simple. Any help? I appreciate it!
    MJJ
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    18
    I'm not entirely sure what the problem is, but you could try this:

    Take away all the 'stop' frames except the first one, use this for your buttons:

    on (release) {gotoAndStop("wherever");

    }

    (If you use gotoAndStop with frames all set to 'Stop', it causes errors I've found.)
    .

  3. #3
    Junior Member
    Join Date
    Nov 2001
    Posts
    15
    Yes, yes....
    Thank you very very much!
    That solved it!
    Awesome, saved me a big headache. T
    Thanks.
    MJ

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