Search tutorials
Step 1:The first thing to do is on the
crosshair layer, insert the movie "Cross" and on the instance
properties menu, name it "cross"
Step 2:In the first frame of the actions layer, insert these actions:
startDrag ("/cross", true);
Don't forget to lock to center!
Step 3:On the buttons layer, go into the
object actions of the Hide Mouse tell target and insert these actions:
on (release) {
Mouse.hide();
tellTarget ("/cross") {
gotoAndStop (2);
}
}
Then on the Show Mouse tell target, insert these actions:
on (release) {
Mouse.show();
tellTarget
("/cross") {
gotoAndStop (1);
}
}
| » Level Intermediate |
|
Added: 2000-12-08 Rating: 7 Votes: 13 |
| » Author |
| David has been working in flash for nearly 5 months and enjoys every hair pulling minute of learning how it works. |
| » Download |
| Download the files used in this tutorial. |
| Download (204 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!