Flash tutorials
Home 3D (2) Actionscripting (60) Animation (78) Audio (4) Drawing (7) Full flash sites (4) Getting Started (15) Navigation (25) Special Effects (46) Text Effects (16)

Drag star mask using the AS

20.8.2009, 14:45    Total views: 2994

In this thoroughly explained, detailed flash lesson, I will show you how to drag star mask using the Action Script code. Using this lesson, you will also learn how to convert any object into a Movie Clip Symbol, how to create instance name and much much more! Let's start!

Example:

Drag the star shape using the Selection Tool!



Step 1

First, find any image which you like to use for this lesson.

Step 2

Create a new flash document. Press Ctrl+J key on the keyboard (Document Properties) and set the dimensions of your document as the dimensions of image. Select black color as background color. Set your Flash movie's frame rate to 34 and click ok.

Step 3

Call the current layer image. Double-click on its default name (Layer 1) to change it. Press Enter once you have typed in the new name!

Step 4

Choose now File > Import > Import to stage (Ctrl+R) and import any image into a flash stage.

Step 5

While the image is still selected, hit F8 key (Convert to Symbol) to convert it into a Movie Clip Symbol.



Step 6

While the new made movie clip is still selected, go to the Align Panel (Ctrl+K) and do the following:

1. Make sure that the Align/Distribute to Stage button is turned on,
2. Click on the Align horizontal center button and
3. Click the Align vertical center button.



Step 7

While the new made movie clip is still selected, go to the Properties Panel below the stage. On the left side, You will find the Instance name input field there. Call this Movie Clip "image_mc". See the picture below!



Step 8

Create a new layer above the layer image and name it mask. After that, draw star shape like it is shown on the picture below!



Step 9

While the star is still selected, hit F8 key (Convert to Symbol) to convert it into a Movie Clip Symbol.



Step 10

While the new made movie clip is still selected, go again to the Properties Panel below the stage. On the left side, You will find the Instance name input field there. Call this Movie Clip "star_mc". See the picture below!



Step 11

Create a new layer above the layer mask and name it action script. After that, select the first frame of layer action script and go to the AS panel (F9). Then, enter this code inside the actions panel:

image_mc.setMask(star_mc);
star_mc.onPress = function() {
 startDrag(this);
}
star_mc.onRelease = function() {
 stopDrag();
}

We're done now!

Test your movie (Ctrl+Enter) and enjoy!

Download source file (.fla)

Have questions about this tutorial?
Visit our friendly Community Forums!
Digg it! Add this tutorial to del.icio.us! Furl it! Add this tutorial to reddit! Spurl it! Add this tutorial to technorati!

Top tutorials

1. Advanced full flash site - Part 1
Total views: 189100

2. Water effect
Total views: 140304

3. Special Picture Effect
Total views: 131276

4. High-tech city animation
Total views: 128756

5. Photo slide show
Total views: 124501

Forum - Newest Discussions

The loveliest baby is waiting for you
Last post by: meiling277869
Date: 20.11.2009 09:13:25

Moyea: Ideal SWF to Video Solution Provider
Last post by: desertfish
Date: 20.11.2009 08:00:16

Useful guides for how to Convert DVD to MOV?
Last post by: jimmy6280
Date: 20.11.2009 04:36:04

Convert SWF to Video in Variety of Popular Formats
Last post by: desertfish
Date: 19.11.2009 09:48:13

Step-by-step tutorial to show you how to convert v
Last post by: jimmy6280
Date: 19.11.2009 04:38:29

Two Most Effective Ways to Download Online SWFs
Last post by: desertfish
Date: 18.11.2009 11:01:22

Share my experience of ripping DVD
Last post by: shelleybj
Date: 18.11.2009 08:42:30

Leawo DVD Ripper helps you Convert DVD to portable
Last post by: jimmy6280
Date: 18.11.2009 05:00:59

How to rip DVD for Mac OS X?
Last post by: shelleybj
Date: 18.11.2009 03:03:49

Related links