A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11337 Flash Movies | 1 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 5828 Flash Sites | 0 New Flash Links
What's New | Top 100 Flash Site

Featured Site

» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.


Random Links | Add your own Flash Related Links
Flash Tutorials 1280 Tutorials 7 New Tutorials Added!
What's New | Top100

» Make a Flash Slide Show Screen Saver
» Simple flash making tutorial for thanksgiving
» Create flash banner for website
» Create xml slideshow with free template
» How to Insert a Multilingual Subtitle Into Your Flash Video Studio
» How to Create Cool Halloween Slideshow
» Debugging flash using the Firebug console
» Create Flash Slideshow on Blogger
» FLASH TRICKS IN WEB ADVERTISING: FLASH BANNERS
» Unknown Tag: Title10
Random Tutorial | Add Site

Sr Instructional Designer D2L-Moodle,Clearance
WSI Nationwide, Inc.
US-NJ-Fort Monmouth

Justtechjobs.com Post A Job | Post A Resume


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Special_Effects

Categories Dragable Mask Effect
Author: Joshua Weitzman | Website: http://www.jcsaviorproductions.com |

 
Page 3
«prev 1 2 3

Dragable Masks in Flash 5

Adding the Script

While still in the edit mode for 'dragMovieClip', right-click on the button and select actions. (You can also select the button and choose the actions panel from the menu.) Add the following code:

on (press) {
  startDrag ("");
}
on (release) {
  stopDrag ();
}
You can define the drag area to the size of the background image as well, which I would recommend.

Now exit the movie clip edit mode and return to the main stage. Select 'dragMovieClip', set and give it the matching name in the Instance panel, 'dragMovieClip'. Right-click on the clip and select actions. Add the following code:

onClipEvent (enterFrame) {
  setProperty (this.bgImage, _x, -this._x);
  setProperty (this.bgImage, _y, -this._y);
}
This tells 'bgImage' to reset its position based on the position of 'dragMovieClip' on the stage. If 'dragMovieClip' is at 100, then 'bgImage' moves to -100 to offset the movement and give the appearance of the the bacground image staying still.

At this point you are done. Publish the movie and see your work. If there are problems, first check to see that you gave 'bgImage' and 'dragMovieClip' and instance name. If the movement is off, make sure the image in 'bgImage' is aligned to 0,0 and that it's original position is where you want it on the main stage. Finally, check to see that the action on your movie clip is set to 'onMouseEvent(enterFrame)' instead of the default 'onMouseEvent(Load)'. If you are still having problem go back through and double check all of your step. If you're really stuck you can email me at tutorials@jcsaviorproductions.com.

«prev 1 2 3

» Level Intermediate

Added: : 2002-02-16
Rating: 7.33 Votes: 70
Hits: 7089
» Author
Freelance web designer and youth ministries webmaster at The Church On The Way in Van Nuys, California, USA.
» Download
Download the files used in this tutorial.
Download (26 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs