|
|
Make a custom animated mouse cursorIn this tutorial you will learn how to make an animated mouse cursor in Macromedia Flash in just a few easy steps 1. Well I won't do over the basics of drawing a cursor, thats up to your own creativity. What we will do is to right click the cursor we just made and convert it to a movie clip. 2. 3. startDrag("mouse1",true); startDrag says it self, then the mouse1 name and true is to set it to follow the mouse position. Mouse.hide does hide the original mouse cursor. Now we can easily animate our curser, just double click the cursor movie clip on the stage and make a new keyframe in the time line, and make some changes to the cursor. |





