Flash Templates

Flash Templates Today
Web Sites
Free Shape
Photoshop Tutorials
Flash Tutorials

Free Website Templates
View All Templates!
Preview & Download
Preview & Download
Recommended Hosting:
Host Unlimited Domains on 1 Account
1500GB storage and 15000GB bandwidth for $6.95/mo!
Recommended Hosting:
Host Unlimited Domains on 1 Account
1500GB storage and 15000GB bandwidth for $6.95/mo!
Free Website Templates: 123456789101112131415
Preview & Download Preview & Download Preview & Download

Welcome To MyFreeWebTemplates.info Flash Tutorials Area - Handle mouse events

by Alan Burkhart

DRAG MULTIPLE OBJECTS FROM A SINGLE ACTIONSCRIPT

If you need to be able to drag several objects (one at a time) in a single frame this is a good way to get it done. You can click and drag either of the rectangles below:

NOTE: Minimum Flash Designer version 5.0.17 (verify revision number under "Help" > "About...", download update if required)

Follow the steps below:

  1. Create a new .sfd file.
  2. Set the frame delay to "Stop".
  3. Size the frame at about 300x250.
  4. Create 2 small shapes (about 80x80) and give them different fill colors.
  5. Select one of the shapes and click Edit > Convert to Sprite.
  6. Right-click it and click "Placement Properties".
  7. Check the "Action-Script Target" checkbox and click OK (This is important! Nothing works without it.)
  8. Click the other shape and repeat the process.

Next, highlight and copy the script below, then right-click on the frame (not a rectangle) and click ActionScript in the context menu. Paste the script into the dialog and change the Sprite number to match yours (Change "Sprite5" to "Sprite3" for example) if needed.

Sprite3.onPress = function()
{
Sprite3.startDrag();
};
Sprite3.onRelease = function()
{
Sprite3.stopDrag();
};

Sprite4.onPress = function()
{
Sprite4.startDrag();
};
Sprite4.onRelease = function()
{
Sprite4.stopDrag();
};

Click the Preview button to see the results of your labor.

HINT: To drag a text object, it's easier if you place the text on top of a rectangular shape and group them, then convert them to a sprite. Otherwise, the mouse pointer has to be directly over the text to drag it. You'll "miss" if you point and click between the letters. You can make the shape the same color as your background and it won't be noticed.


Illustrator Tutorials
HTML Tutorials
Flash Templates
Free Web Templates
Free Website Templates
Free Flash Templates
Web Templates Forum
Welcome to MyFreeWebTemplates.info we have a collection of Free Templates available for download created by designers from around the globe. Our collection is growing daily so be sure to check back often for more Free Templates. If you can't find a Free Template that suits your needs, we may offer you many professional web templates and flash web templates.

Website templates are pre-made website designs that you can customize and personalize to suit your company's image.You can save time and money by using website templates for your design project.
All Rights Reserved 2007-2008 by MyFreeWebTemplates.info