|
1. Create any movieClip you would like to :)
Draw whatever you like, preferably a cursor, and convert it to a movie clip!
2. Click on the movie clip to edit the actions of your movieclip
The following actionscript should be added to the movieclip you just created
onClipEvent(load){
Mouse.hide();
this.startDrag(true);
}
3. Test out your movie
Your movie should replace the current cursor with the on you currently drew :) Try many different examples!
|