Making an Simple mouse follower
1- Draw what ever you want to follow the mouse.
2- Select it and press F8 make it a movie clip.
3- Click on the new movie clip
4- load up the actions panel from windows>action
insert the following
-
onClipEvent (load) { //when the movie loads
-
Mouse.hide(); //hide the mouse
-
startDrag("", true);//start to follow the mouse.
-
}
press control and enter to test it.
What do you think.
If you have any problems please don't hesitate to ask.
Popularity: unranked [?]

