Tag Archives: flash mask effects

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...

Flash mask tutorial

March 14, 2010

5 Comments

In this toturial We will learn how to flash Masking effect to a picture. What we do: We will create 2 layers, the bottom one holds the stuff you want to be masked, and the top one is the object that is used to do the masking. Apply motion tween to the Masking object. Right-click [...]

Continue reading...