A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Can't navigate between scenes

  1. #1
    Junior Member
    Join Date
    Jul 2005
    Posts
    2

    Can't navigate between scenes

    Hello,
    I'm creating my very first CDROM using entirely Flash MX content. I have all my scenes set up, but my menu buttons won't take me to their respective scenes. I've tried many different script suggestions to no avail. Now the deadline is approaching and I'm feeling the pressure from the client. Can someone give an 'ol animator some help? Your time is very appreciated!!!!

  2. #2
    Member
    Join Date
    Jul 2005
    Posts
    87
    show me one of the button codes, i will try to help

  3. #3
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    If your buttons are within a movieclip you can not target scenes, You need to make a framelabel on the frame you want to go to and reference that.

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

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  4. #4
    Member
    Join Date
    Jul 2005
    Posts
    87
    hey pellepiano
    why don tyou help me?

    i have a post at http://flashkit.com/board/showthread.php?t=641062

    Can you please direct me the right way?

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