Flash visual effects are booming

Source: Internet
Author: User
Tags insert
Effects

This is a very cool flame text effect (symbolizing the success of our life), the effect is as follows. In fact, the author has reason to believe that many friends want to do some greeting cards to relatives, are also looking for these cool special effects.

Download the source file: Click here to download

Effect preview:

This effect, can be said to be a visual effect, can also be said to be a text effect. However, it does not matter, it is important that the effect is cool enough. Below, we will make this effect. First, the size of the sedimentary scene is 240*150 pixels, the background color is black, and the frame frequency is 25fps. And then we start making components.

1. Press the shortcut key Ctrl+f8 to create a graphic symbol named "text." Click the Text tool, and as shown in Figure 1, set the "Properties" Panel (the author uses the font is the text Ding Thunderbolt body, no reader can choose other fonts, may wish to do). In the edit scene of the text symbol, enter "flourishing" four words, the font color is #e75e23.

Figure 1

2. Create a movie clip symbol named "Text effects." Press the shortcut key ctrl+l to open the library and drag the text component in the library into its scene. Then click the 20th frame and press F6 to insert the keyframe. Right-click on frame 1th and select "Create motion Tween" from the menu that pops up. Select the 5th, 10, 15 frames by clicking F6 to insert KeyFrames, as shown in Figure 2.

Figure 2

Press the shortcut key ctrl+t to turn on "transform" to change the height of the "text" component in frame 1th and 20 to the original 90%, as shown in Figure 3. Change the height of the "text" component in frame 5th and 15 to the original 95%. The components in frame 10th do not change. This setting is designed to change the height of the text, and the effect is like burning in flames.

Figure 3

3. Press the shortcut key Ctrl+f8 to create a graphical symbol called "fireball". Press the SHIFT+F9 button to open the Color mixer panel and set it as shown in Figure 4. Two of the sliders are white, the 1th transparency is 100%, and the 2nd is 0%.

Figure 4

4. Create a movie clip symbol named "Fireball effect." Open Library and drag the Fireball component in the library into its scene. Then open the transform panel to change the height and width of the fireball component to 18%. Then click the 25th frame and press F6 to insert the keyframe. Right-click on frame 1th and select "Create motion Tween" from the menu that pops up. Click the 8th frame and press F6 to insert the keyframe.

Change the components in frame 8th to 80% and 120%, and then move the components in frame 25th vertically up by 180 pixels. Click the component in Frame 1th and set it in properties as shown in Figure 5. The colors in frames 8th and 25 are (225, 229, 34), (236, 45, 18) respectively.

Figure 5

5. Create a movie clip symbol named "Flame." Open Library and drag the Fireball effect symbol from the library into the scene. Click the Fireball effect component to start the instance name "Fireball" in the properties panel, as shown in Figure 6. Click the 3rd frame of the layer to press the F5 key to insert the frame. Create a new script layer, and then select the 2nd, 3 frames in the layer separately and press F7 to insert the blank keyframe.

Figure 6

Click 3 frames in the script layer separately, press F9 to open the Actions panel, and type the following code.

The 1th frame code is as follows:

Variable i controls the depth (level) of the movie and the number of movie copies
The _visible property is used to hide the component
Assign the x coordinates of the "Fireball" instance to the variable x
i = 1;
Fireball. _visible = 0;
X = fireball. _x;

The code in frame 2nd is as follows:

if (i<30) {
Copy "Fireball" instance
Duplicatemovieclip ("Fireball", "fireball" add I, I);
this["Fireball" add I]._alpha = i*10;
this["Fireball" Add i]._x = Math.random () *25 + x;
i++;
}

The 3rd Frame code is "gotoAndPlay (2);" --Jump to frame 2nd execution.

6. Back to Scene 1, create a "text" layer, a "flame layer". Open Library and drag the text effects symbol into the text layer. Drag the "flame" element into the "flame" layer. To copy the "Flame" components again 3, press the shortcut key ctrl+k Open the Alignment panel, as shown in Figure 7 to place. Finally, the transparency of the text symbol is set to 25% in the Properties panel.

Figure 7

The whole effect here is done, press the shortcut key Ctrl+enter test, I believe the effect will make you satisfied.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.