Search tutorials
first make a mask layer and make it a mc (movie clip)
give it these actions:
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
now make a masked notice the (ed) in masked and draw what ever
end of tutorial
| » Level Basic |
|
Added: 2004-11-27 Rating: 2 Votes: 56 |
| » Author |
| ok... |
| » Download |
| Download the files used in this tutorial. |
| Download (0 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!