Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Mac OS X - like Menu
Author: Aaron Ham
Create the Controls
Create a new empty movie clip, name it "drag" and place it somewhere
on the layout. Bring up the instance properties for the clip and also, call
it "drag".

Open the frame actions for the first frame of the movie and insert the following
code:
startDrag ("_root.drag", true);
stop ();
This will tell the movie to attach the drag movie clip to the cursor. This
allows us to track the cursor's location.
Create a new empty movie clip, name it "control" and place it somewhere
on the layout. Give this instance the name "control".
| » Level Intermediate |
|
|
Added: : 2002-02-19
Rating: 8.14 Votes: 185
Hits: 7505
|
| » Author |
|
I'm a freelance web developer and designer. Although I specialize in networking (you know, Cisco routers, servers, etc), I also dabble with programming and right-brained creativity.
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (893 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.
|
|
|