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); [...]
Tag Archives: flash mask effects
Flash mask tutorial
March 14, 2010
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 [...]


April 6, 2010
1 Comment