I'm trying to make my own cursor for my myspace possibly with flash
Does anybody know how to make your own cursor?
1. Let's start by creating a cursor
2. Convert the cursor object to a movie clip.
3. Right click the cursor movie clip, and insert this action:
onClipEvent (load)
{
startDrag ("", true);
}
This action moves the cursor movie clip along with the cursor.
4.In the default layer key frame, insert the action:
mouse.hide();
This action hides the mouse.
That's it! Test the movie.
No comments:
Post a Comment