Flash Tutorial: Menu Buttons

Home Food Mates • Members Tutorials Forum Buy Templates Contact Us 

 


Flash Tutorials

   

Flash - Menu that Swings In

 

Free Flash Tutorial


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

 

Step Eleven: Making the 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. Place the following code on: button 1

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


  3. Place the following code on: button 2

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

  4. Place the following code on: button 3

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

  5. Place the following code on: button 4

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

  6. Place the following code on: button 5

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

  7. 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);
    }

Your Movie should have a Menu that swings in with buttons that go to different location 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 11   <<   Previous      Intro   1   2   3   4   5   6   7   8   9   10   11    >>       >>   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

 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.