Example for Masking a image.

satheesh

New Member
Messages
883
Reaction score
0
Points
0
Example for Masking a image:

1.Load a picture to flash.
2.Draw one circle on above and select the whole circle.
3.Right click on it and select Convert to Symbol.
4.Set them name and press ok.
5.Set them instance name =”mask”.
6.Select the first frame and press F9.
Type like below:

this.setMask(mask);
 
Top