Blurring a Picture - Step Four: Creating the Animated Blur Effect - Method 1: Tweening
Posted by : PhilS on Sep 30, 2008
Important Note: If you wish to use the ActionScript Method (2) to create the Blur Effect skip this Step (four) and continue from Step five below.
Double click on Movie Clip: **cat **(to edit it)
**Note:** You will see a layer named "Layer 1" with one Frame containing the Movie Clip: **MC Cat**Right click on Layer 1 and select: Inset Layer

- Name the layer: actions
- Right click on Frame 10 of the actions layer and select:** Insert Keyframe**

Do the same for Frame 20: Insert Keyframe
Do the same for Frames 10 in Layer 1: Insert Keyframe
Do the same for Frames 20 in Layer 1: Insert Keyframe
Your layers ought to look like this.
Select Frame 1 of the actions layer: Frame 1
Open the Actions Panel: Window - Actions (F9)
Type the following into the Actions Panel:
stop();
The Actions Panel.
**Note for Flash MX:** If you are using Flash MX you will need to be in Expert Mode to type:[quote]
[/quote] [quote]The View Options Menu in the Actions Panel for Flash MX.[/quote] 10. Do the same for Frames 10 and 20 of the actions layer. Type:
stop();
Your layers will look like this: Note the three a's in the Actions layer.
- Right click on Frame 1 of the "Layer 1" layer and select: Create Motion Tween

- Do the same for Frame 10 also: Create Motion Tween
Your layers will now look like this.
Go back to frame 1 and then click on the Movie Clip to select: MC Cat
In the Property Inspector change the Colour setting to: Alpha - 0%
Alpha set to 0%.
**Note: **Changing the Alpha effects a Movie Clips transparency. So setting it to zero makes the image completely transparent or invisible.
15. Do the same for frame 20 and then click on the Movie Clip to select: MC Cat
- In the Property Inspector change the Colour setting to: Alpha - 0%
« Step Three: Creating the Symbols needed for the Animated Blur Effect Step Five: The Invisible Button »

no comment
Add comment