Flash Create super bright color line pattern animation effect

Source: Internet
Author: User
Effects

Hello everyone, share with you today the use of lines to create a stunning flash line effects.

Before making, let's look at the final effect together.

Click here to download the source file

1th Step: Create a new document, click "Ctrl+j", the parameter set the following figure:

Step 2nd: Click "Ctrl+f8" to create a new movie clip, as shown below:

3rd step: In the film clip with "line tool" to draw a color line, fine lines for: 05, and then use the "selection tool" in the middle of the horizontal, drag up a radian, the following figure:

Step 4th: Click "F6" in the 30 frame of the movie clip, and use the "selection tool" to pull the arc down to another radian, and change the color to a different color as shown below:

5th step: In the film before the 1th frame, in the motion tween "Properties" select "Shape", the following figure:

6th step: Back to the main scene, drag component 1 to the main scene, in the attribute named: line, this step is very critical Oh! The following figure:

7th step: Click "F5" in frame 3rd, then create a new layer, for Layer 2, in Layer 2 of the 3rd frame, click "F5", then click on Layer 2 of the 3rd frame, in the "action" Enter the following code: (as shown below)

if (number (i) <360) {
i = number (i) +3;
SetProperty ("/line", _rotation,/:i);
Duplicatemovieclip ("/line", "L" add/:i, I);
SetProperty ("L" Add/:i, _alpha, 360-/:i);
} else {
Stop ();
}

8th step: OK, click the "Ctrl+enter" test it!

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.