A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11337 Flash Movies | 1 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5828 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.


Random Links | Add your own Flash Related Links
Flash Tutorials 1280 Tutorials 7 New Tutorials Added!
What's New | Top100

» Make a Flash Slide Show Screen Saver
» Simple flash making tutorial for thanksgiving
» Create flash banner for website
» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» Unknown Tag: Title10
Random Tutorial | Add Site

Sr Instructional Designer D2L-Moodle,Clearance
WSI Nationwide, Inc.
US-NJ-Fort Monmouth

Justtechjobs.com Post A Job | Post A Resume


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 8
«prev 1 2 3 4 5 6 7 8 9 10 11 12 next»

Section 1 Layer:

Pay particular attention to the instructions for this layer. From it you can build the other three button layers and their motion guide layers that you will need to complete this tutorial.

  1. Create a new layer below the previous and name it "Section 1".
  2. Place a Blank Keyframe at Frames 3 and 22.
  3. Select Frame 3 and place the Button symbol "Circle 1" (or whatever you've named your first button) in that Keyframe. In this case we will not center the button. It needs to be off to the side. However, with the center point option enabled in the Info panel, place the symbol instance at X:62.5, Y:0.
  4. Open the Instance panel and ensure that the Behavior is set to "Button" and Options is set to "Track as Menu Item".
  5. Place a Keyframe (F6) at Frames 6, 9, 12, 15, 18 and 21.
  6. Select Frame 3. Open "Effect" panel (a tab in the Instance panel), choose the "Alpha" effect from the drop down menu and give the setting a value of 0.
  7. Select Frame 6. With the center point option enabled in the Info panel, Position the symbol at X:0, Y:62.5.
  8. Select Frame 9. With the center point option enabled in the Info panel, Position the symbol at X:-62.5, Y:0.
  9. Select Frame 12. With the center point option enabled in the Info panel, Position the symbol at X:0, Y-62.5
  10. Select Frame 21. Open the Effect panel, choose the "Alpha" effect and give it a value of 0.
  11. Tween frames 3 - 15 and Frames 18 - 21. The result for Frames 3 - 15 should be the symbol moving in a clockwise diamond shaped fashion returning to it's point of origin and it should fade up as it travels between the first two Keyframes. For Frames 18 - 21 the symbol should just fade out. This looks good but let's give it a little more polished look by adding a motion guide.
  12. Select the layer and add a motion guide by going to the "Insert" menu (Ctrl+click on Mac and PC).
  13. On the new layer insert a Blank Keyframe (F7) at Frames 3 and 16.
  14. Select Frame 3 and create a circular path. (You can do this by creating a circle and deleting it's fill.)
  15. With the "Use Center Point" option checked, center the path and give it a dimension of 125 x 125.
  16. Click and drag the playback head over frames 3 - 15. Your button should now follow a circular path. To make the motion path invisible just turn that layers' visibility off.
  17. Now, lets set up the button so it will actually navigate! Select the object in Frame 15 of layer "Section 1" (select the item on the stage not in the timeline) and assign the following.
    on (release) {
     playClip(_level0.navigation);
     _level0.gotoAndPlay("Nav1");
    }
    

    playClip(_level0.navitation0); references the custom function we set up in frame one of the layer "Frame Actions & Labels". By placing the function in frame one we can access that function from anywhere in this timeline or by referencing this timeline from others within a project. The argument (stuff in parenthesis) tells Flash which timeline to play. In this case that timeline is "Navigation". Remember, we stopped playing this timeline at Frame 16 when the Stop action was issued from the "Frame Actions & Labels" layer.

    _level0.gotoAndPlay("Nav1"); tells the referenced timeline (in this case the top level timeline "_level0") to jump to a specified label. We haven't created this label or the timeline it exists in yet so don't think you've missed something.

You can follow these same steps for the remaining buttons remembering that your other buttons don't need to make the trip all the way around thus you won't have as many Keyframes. Don't forget to apply the same "on (release)" Action to the Button symbol instance in the Frame 15 Keyframe for each button. You'll only need to change the label in the "_level0.gotoAndPlay" command line.

When finished your timeline should look like this...

There are a couple of things to mention. Notice you can't see that an Action has been assigned to the Button symbols in Frame 15 (Hint: look at the keyframe for layers "Section 1", "Section 2", etc. in Frame 15. There are Actions assigned to Button symbol instances... not frames.). Also remember that this timeline stops at Frame 16 because of the assigned Frame Action in the layer "Frame Actions & Labels. This allows the user to make a selection from the menu that has just been animated onto the screen. The timeline continues to play when we access our custom function by releasing the mouse on one of our Button symbol instances. Our custom function then issues a "play();" command on the timeline we've specified. Once the playback head reaches Frame 25 it encounters a Frame Action that tells Flash to go back to and play Frame 1 where a "stop();" action is then encountered. This timeline then waits to play again until the playback head is instructed to move to the frame labeled "Activate Nav".

You may have also noticed that I only have one motion path for all four buttons. You can have individual motion paths or a single one like in this example.

«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
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

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