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!