Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Categories Hidden, Animated Rollover Menu's: Flash 5 Update!
Author: JLampitt | Website: http://www.geocities.com/jlampitt |

 
Page 10
«prev 1 2 3 4 5 6 7 8 9 10 11 12 next»

Deactivate Menu:

This layer acts as the "net" for catching mouse rollover/rollout events and acts as the switch to turn the menu off. This "net" is necessary because to my knowledge you can't have buttons overlapping each other. I tried doing this with a solid background underneath everything and an Action using the mouseEvent "on (rollout)" attached to the symbol instance. Problem was when I rolled over a navigation button layered on top, Flash understands that as a rollout event for the bottom button object even though your still technically within the bounding box of the object. Don't ask me why. Call Macromedia and ask them. Anyway, here's the steps.

  1. Create a new layer below the previous and name it "Deactivate Menu".
  2. Create a Blank Keyframe(F7) at Frame 3.
  3. Select Frame 3 and place the Graphic symbol "Mask" in that Keyframe.
  4. Create a Keyframe (F6) in Frame 16.
  5. In the Instance panel change the Behavior from "Graphic" to "Button".
  6. Assign the following to the button instance. This Action tells Flash to continue playing this timeline after either one of the two mouse events have occurred and turns off the menu. Here also is a spot where you could use our custom function to continue playing the timeline.
    on (rollOver, rollOut) {
     play ();
    }
    
  7. Select Frame 3
  8. In the Instance panel, change the Behavior from "Graphic" to "Button".
  9. Assign the following to the button instance. This Action tells Flash jump to the labeled frame and turn off the menu should the user decide to go elsewhere on the stage.
    on (rollOver, rollOut) {
     gotoAndPlay ("Deactivate Nav");
    }
    

«prev 1 2 3 4 5 6 7 8 9 10 11 12 next»

» Level Intermediate

Added: : 2001-01-16
Rating: 8.16 Votes: 129
Hits: 6505
» Author
Jason Lampitt is an Interactive Developer for a major media development firm in Englewood, Colorado. He has a background in fine art as well as graphic design and has been developing multimedia titles for the past 6 years. Jason has a passion for bringing design to life through multimedia and helping others to understand the sometimes complex and confusing world of interactive development. In his spare time Jason is an active outdoorsman, mountain biker and family man.
» Download
Download the files used in this tutorial.
Download (42 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers