Internet Commerce

Partners & Affiliates

Developer Channel


Featured Flash FLA
Gallery Downloads 11401 Flash Movies | 5 New Flash Movies Added
What's New | Top 100

Featured FLA

»  Author: Nick Kouvaris
»  Title: Znax
»  Description: Znax is a board game. Click 4 tiles of the same color and form squares as big as you can. You will erase all the tiles inside the square and collect points. Get maximum score if you make a square with game edges.
»  More by: Nick Kouvaris


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

Featured Site

»  Author Agence WOP Digital Agency
»  Title: Electricdrum
»  Description: French WOP Agency, 3D websites, Flash (Papervision, Away 3D), event or institutional projects. The agency operates on all digital projects: consulting, design, graphic design, development, online communication. The WOP agency follows you on the implementation of original, creative and optimized digital projects.


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

» How To Make A Simple Animation Using Christmas Clips
» Simple Step by step flash game tutorial Spot the diffrence
» How To Make A Moving Text Slide
» Create Flash Banner With Text Float Effect
» How To Make Zoo Photos Slideshow
» How To Make A Dolphin Photos Slideshow
» How To Make A Fathers Day Slideshow
» How To Make A Transparent Background of Your Flash File
» Create Flash Banner With Text Disco Light Effect Today we will introduce you a Text Disco Light eff
» Unknown Tag: Title10
Random Tutorial | Add Site


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

Moving Forward:

OK! Did you make it? I hope so. Now we'll proceed by creating the navigation menu in a Movie Clip. Remember, Movie Clips are independent timelines (say it again to get the full effect... in-de-pen-dent time-lines). They are not constrained by other timelines within your Flash movie. I feel this is a major stumbling block and sometimes hard for people to grasp but it's an important concept to understand. We'll build this layer by layer. Let's get into it!

Frame Actions & Labels Layer:

  1. Create a new Movie Clip symbol and name it "Navigation".
  2. With the symbol open for editing rename the first layer to "Frame Actions & Labels".You'll be using this layer for actions and labels relevant to the entire timeline. (I like to make my work as easy to interpret as possible. Six months from now if I have to revisit the project or I want to use a portion of a project for something else, I want to be able to identify key areas of my work and be able to put myself right back into that same mode of thought that I was in before. I don't want to waste valuable time searching layers and keyframes for key items that made my creations work. This is especially valuable in a environment where someone else could be picking up your work at a later date or using it in their projects!)
  3. Insert blank Keyframes in Frames 1 (already exists), 3, 16, 17 and 25. Use the F7 key.
  4. In Frame 1 assign the following Frame Action.
    Stop();
    
  5. In this same frame we'll also create our custom function to use later in this same timeline. This is where things can begin to get sticky. There are two ways to do this... one is by what I like to call "fill-in-the-blank" the other is just straight typing the syntax (which I think is faster). Sorry newbies we're just going to type in the syntax in expert mode. You should try and type in your syntax rather than using "fill-in-the-blank" It will help you get your syntax down and allows you to do alot of things easier. Read my comments and notes within the provided *.fla file for more information.
  6. You've probably still got the ActionScript window open from putting in the "Stop()" command. Click the arrow on the upper right hand side of the window and switch to "Expert Mode" or just press 'Ctrl+E'
  7. Below the "Stop();" command type in the following. (You can always switch back to "Normal Mode" if you like **provided your syntax is correct**) (**Secret Shortcut Alert** Check out "About methods versus actions" in the "Working with Movie Clips" section of the online ActionScript Reference found in the Flash 5 Help menu.)
    function playClip(whichClip) {whichClip.play();};
    
  8. Label Frame 3 as "Activate Nav"
  9. In Frame 16 attach the following Frame Action (Switch back to "Normal Mode" if you prefer)
    Stop();
    
  10. Label Frame 17 as "Deactivate Nav"
  11. In Frame 25 attach the following Frame Action
    gotoAndPlay (1);
    

«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: 6509
» 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