Flash Training: Scrolling Menus

Home Food Mates • Members Tutorials Forum Buy Templates Contact Us 

 


Flash Tutorials

   

Flash - Scrolling Menus

 

Free Flash Tutorial


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

 

Step Six: The Right Button

  1. Create a new Layer called: Right Button
  2. Place a button in frame 2 of this Layer.
    There is no point in having it on frame 1 as it does not do anything.
  3. Attach the following script to this button:

        on (rollOver) {
            
    _root.controller.gotoAndPlay(2);
        }
        
    on (rollOut) {
            
    _root.controller.gotoAndStop(1);
        }


    This turns the controller loop on and off.


    All the layers complete.

    Note: I have placed a red box around the stage. This is just outside the main stage so it is not visible in the final movie. It is used to see the edge of the stage is during test mode.

  4. Test your movie as it should now scroll happily back and forth.

Here's a slight variation on the theme. In the movie below the menu scrolls continually to the left or the right.

Example: Download the Flash file Int 114d


Non stop movement in any direction.

 

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

         

Step 6    <<   Previous      Intro   1   2   3   4   5   6    >>       >>   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.