Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Macromedia Flash - Self-Designed Animated Menu

Macromedia Flash is the focus of this article. This tutorial is quite complicated but we will try to explain it in the easiest way.

Table of Contents

Understanding Macromedia Flash requires more than a headline. The overview below breaks down the key facts, changes, and user impact.

Macromedia Flash Overview

Step 1 Create a new 250 x 140 Flash file and Frame rate is 40fps. Step 2 Grab the Rectangle Tool (R) and draw 5 small rectangles (or as many as you want). See the following picture

Macromedia Flash - Self-Designed Animated Menu

Step 3 Select the Text Tool (A), go to the Properties Panel (Ctrl + F3), select Dynamic Text and create the letters that display the menu name.

Macromedia Flash - Self-Designed Animated Menu (2)

Macromedia Flash - Self-Designed Animated Menu (3)

Step 4 Select the first letter (in the example ' About us ') and press F8 on the keyboard (Convert to Symbol) to convert this text into a Movie Clip Symbol.

Macromedia Flash - Self-Designed Animated Menu (4)

Macromedia Flash - Self-Designed Animated Menu (5)

Step 5 Open the Properties Panel (Ctrl + F3) and enter butt1. See the following picture

Macromedia Flash - Self-Designed Animated Menu (6)

Step 6 Double-click or right-click the newly created Movie Clip and select Edit in Place

Macromedia Flash - Self-Designed Animated Menu (7)

Step 7 Just select each letter (in this case ' About us '), press Ctrl + X (Cut), add a new layer above layer 1 (layer 2), select it and press Ctrl + Shift + V ( Paste in place) Step 8 Select layer 2 (text layer) and convert it into a Movie Clip ( F8 ).

Macromedia Flash - Self-Designed Animated Menu (8)

Step 9 Then, open the Properties Panel (Ctrl + F3) and enter the text.

Macromedia Flash - Self-Designed Animated Menu (9)

Step 10 Click on frame 5 of layer 2 (text layer) and press F6 key. Then click on frame 10 and press F6 again (create Keyframe).

Macromedia Flash - Self-Designed Animated Menu (10)

Step 11 Go back on frame 5 and use the arrow keys on the keyboard or the mouse to move the text (in this example ' About us ') down a bit (or go horizontal if you like). See the following picture

Macromedia Flash - Self-Designed Animated Menu (11)

Step 12 Select layer 2 (text layer), open the Properties Panel (Ctrl + F3) and in Tween choose Motion.

Macromedia Flash - Self-Designed Animated Menu (12)

Macromedia Flash - Self-Designed Animated Menu (13)

Step 13 Back to layer 1, select only the border of the rectangle and press Ctrl + X (Cut) on the keyboard.

Macromedia Flash - Self-Designed Animated Menu (14)

Step 14 Insert a new layer (layer 3), select it and press Ctrl + Shift + V (Paste in Place)

Macromedia Flash - Self-Designed Animated Menu (15)

Step 15 Then press 10 times the F6 key (Keyframe) on the keyboard. The result will look like the following figure

Macromedia Flash - Self-Designed Animated Menu (16)

Step 16 Then select each even keyframe (except frame 10) and press Delete (Del) key on the keyboard. Results after deleting some even keyframes:

Macromedia Flash - Self-Designed Animated Menu (17)

Step 17 Click on layer 1 and press F8 (Convert to Symbol) to convert it into a Movie Clip Symbol.

Macromedia Flash - Self-Designed Animated Menu (18)

Step 18 Then select frame 10 and press F6 (Keyframe).

Macromedia Flash - Self-Designed Animated Menu (19)

Step 19 Still on frame 10, open the Properties Panel (Ctrl + F3) and set the Color to Alpha with 40% contrast.

Macromedia Flash - Self-Designed Animated Menu (20)

Step 20 Still in the Properties Panel (Ctrl + F3), select Motion in Tween.

Macromedia Flash - Self-Designed Animated Menu (21)

Macromedia Flash - Self-Designed Animated Menu (22)

Step 21 Create a new layer (layer 4)

Macromedia Flash - Self-Designed Animated Menu (23)

Step 22 Click on the first frame, open the Action Script Panel (F9) and include the following code:

Stop ();

Step 23 Then click on frame 10, press F6 (Keyframe), open the Action Script Panel again (F9) and include the following code:

Stop ();

Macromedia Flash - Self-Designed Animated Menu (24)

Step 24 Go back to the main scene (Scene 1), insert a new layer and name it Action.

Macromedia Flash - Self-Designed Animated Menu (25)

Step 25 Click on the first frame, in the Action Script section, enter the following code:

Butt1. OnRollOver = over; butt1. OnRollOut = out; butt1. Text. ButtonText. Text = "ABOUT US"; function over () { this. GotoAndPlay (2); } function out () { this. GotoAndPlay (1); }

So we have created the first menu button. Repeat the above steps corresponding to each necessary button. The following are the different codes between each command button:

Butt1. OnRollOver = over; butt1. OnRollOut = out; butt1. Text. ButtonText. Text = "ABOUT US"; butt2. OnRollOver = over; butt2. OnRollOut = out; butt2. Text. ButtonText. Text = "LOGIN"; butt3. OnRollOver = over; butt3. OnRollOut = out; butt3. Text. ButtonText. Text = "REGISTER"; butt4. OnRollOver = over; butt4. OnRollOut = out; butt4. Text. ButtonText. Text = "DOWNLOAD"; butt5. OnRollOver = over; butt5. OnRollOut = out; butt5. Text. ButtonText. Text = "FAQ"; function over () { this. GotoAndPlay (2); } function out () { this. GotoAndPlay (1); }

Haven't you done it yet? Please see the original file here.

FAQ

What does Macromedia Flash - Self-Designed Animated Menu explain?

Understanding Macromedia Flash requires more than a headline.

Who is most affected by Macromedia Flash?

The overview below breaks down the key facts, changes, and user impact.

What are the key takeaways from this topic?

Macromedia Flash Overview Step 1 Create a new 250 x 140 Flash file and Frame rate is 40fps.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.