A Flash Developer Resource Site














Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Featured Flash FLA
Gallery Downloads 11336 Flash Movies | 2 New Flash Movies Added
What's New | Top 100

Featured FLA

» Author: Surjit Dhami
» Title: Book
» Description: Book
» More by Surjit Dhami


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

Featured Site

» Posted in the Flash Kit Links section
» Title: All-American Rejects
» Description: Get to know this great band by exploring their "practice room".


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

» 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
» HTML Photo Gallery Tutorial
» Create your first flash site – PART 1
» How to Make a Flash Photo Gallery
» Unknown Tag: Title10
Random Tutorial | Add Site

Trading Customer Accounting (IL)
Next Step Systems
US-IL-Chicago

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, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs