How to create a custom mouse pointer with Flash and ActionScript. You can even use an animated gif as your pointer.
The script for this is as follows:
onClipEvent (load) {
Mouse.hide();
startDrag(this, true);
}
onClipEvent(mouseMove){
updateAfterEvent();
}
Comments
No Comments Exist
Be the first, drop a comment!