Light Effect in Flash:

satheesh

New Member
Messages
883
Reaction score
0
Points
0
Light Effect in Flash:

1.Create a blank documents in Flash.
2.Make Four layer and name it like below:

Code:
                        1)Action
                         2)Mask
                         3)1st img
                         4)2nd img

3.Select the 2nd layer(Mask) and Draw a circle and convert that to Movie Clip.
4.Select the 3rd layer(1st img) and Import some image as you like.
5.Select the image and Convert to Movie Clip.
6.Copy the Movie Clip and Paste it on the 4th layer(2nd img).
7.select the Movie Clip on the 4th layer(2nd img) and Press Ctrl+F3.
8.Select Color:Brightness and set them -50 in the Properties Window.
9.Select the Circle and set them ins name="mask".
10.Select the Movie Clip on the 3rd layer(1st img) and set them ins name="movie".

At last the select the Action Layer and Paste the code Below:

Code:
_root.onEnterFrame = function() {
    mask.startDrag(true);
    movie.setMask(mask);
};

Demo:http://svprm.x10hosting.com/for_forums/car/Light 2.html

If you like this Tutorial give some Reputation for me.
Thanks.
 

port5900

New Member
Messages
150
Reaction score
0
Points
0
@ tonecas
so cause some thing has more scripts that makes it cool?
 
Top