Search tutorials
Preparing Spider Object
Draw the spider object (a common drawing, not API). Convert it to movie clip by clicking Insert > Convert to Symbol or pressing F8. Add actionscript to the movie clip:
onClipEvent (enterFrame) {
Mouse.hide();
startDrag("", true, 120, 120, 280, 280);
}
This actionscript is telling the mouse (when moved inside the stage) to be hidden and start drag the movie clip (spider) instead, inside the constrain defined area.
The closing thought
Your timeline is simple, it will look like this:
I really hope this tutorial will help you learning one of the new features in MX . If you have any questions, don't hesitate to share with me.
Keep on Flashing...
Mimi Widjaja
| » Level Intermediate |
|
Added: 2002-12-30 Rating: 8 Votes: 29 |
| » Author |
| Mimi Widjaja is a flash developer & web/ multimedia designer. |
| » Download |
| Download the files used in this tutorial. |
| Download (48 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!