Search tutorials
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 Votes: 185 |
| » 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) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!