Flash Menu Buttons

Home Food Mates • Members Tutorials Forum Buy Templates Contact Us 

 


Flash Tutorials

   

Flash - Menu that Swings In

 

Free Flash Tutorial


Step 9    <<   Previous      Intro   1   2   3   4   5   6   7   8   9    >>       >>   Webwasp Mates

 

Step Nine: Making the Menu Buttons Work

Although the Menu should now be working correctly the Buttons don't actually function. This last section will make them function correctly

  1. Open MC1 by double clicking on: Movie Clip 1

  2. Select: Button 1
  3. Tip: In the top left of the Actions Panel you must be able to read:

  4. Place the following code on: Button 1

        on
    (release) {
            _root.gotoAndStop(10);
        }


  5. Place the following code on: button 2

        on
    (release) {
            _root.gotoAndStop(20);
        }

  6. Place the following code on: button 3

        on
    (release) {
            _root.gotoAndStop(30);
        }

  7. Place the following code on: button 4

        on
    (release) {
            _root.gotoAndStop(40);
        }

  8. Place the following code on: button 5

        on
    (release) {
            _root.gotoAndStop(50);
        }

  9. Place the following code on: button 6

        // Note this goes back to frame 2 which is the first real frame or Home Page
        on
    (release) {
            _root.gotoAndStop(2);
        }



  10. Test Your Movie: Control > Test Movie (Ctrl + Enter)
  11. Place the Mouse over the: Menu bar

    Note: All your Buttons should now work.

  12. Close the Test Window:

Your Movie should have a Menu that swings in with buttons that go to different locations in your Flash Movie. I hope you found this tutorial useful and easy to follow.

 

Please indicate what you thought of this tutorial 
10 is the best: 
10 9 8 7 6 5 4 3 2 1

         

Step 9    <<   Previous      Intro   1   2   3   4   5   6   7   8   9    >>       >>   Webwasp Mates


Webwasp Community: Webwasp Mates & Dates

Why not try out webwasp's new community. Meet new people, find friends in your area: Webwasp Mates & Dates

70675 visitors to this page since March 06 •

 Top of Page Home Food Mates Members Tutorials Forum Buy Templates Contact Us 
 All material on this site is protected under international copyright © law. DO NOT reproduce any material from this site without written permission. Please ask as permission is often granted.