Tag Archives: Flash image masking effect

Flash image masking effects

April 6, 2010

1 Comment

Step 1 Import an image you want to use. Convert the image into a movie clip (name it whatever you want). Give it an instance name of “imageMC”. Step 2 (ActionScript code) Create an new actions layer and type the following: //(This container contains all the mask graphics) var container:Sprite = new Sprite(); addChild (container); [...]

Continue reading...