A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Scene buttons not working

  1. #1
    Junior Member
    Join Date
    Mar 2004
    Posts
    1

    Scene buttons not working

    Hey, I am making a website purely in flash mx04 pro and i have the preloader sorted out for the intro. Then at the end of the intro your suppost to click some buttons to skip to a different scene, however these buttons dont work when i test movie.
    The current actions for the button are
    on (release) {
    _root.gotoAndPlay("Site", 1);
    }

    "Site" being the scene i want the button to divert too, however when i test the movie the button just doesnt do a thing.
    Any help would be appreciated as i've tried fixing this for hours now

  2. #2
    Banned NTD's Avatar
    Join Date
    Feb 2004
    Posts
    3,438
    Hi,

    Put a frame label on the first frame of each scene and target that...
    Code:
    on (release) {
    _root.gotoAndPlay("youLabel");
    }
    HTH
    NTD

  3. #3
    Junior Member
    Join Date
    Jan 2004
    Posts
    13
    thank you man!!!!!

    thank you thank you thank you...

    Jesus I love this forum!!!!!!!!!!!!!!!!!!!

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