How to Create a custom mouse pointer in Flash

Mar 13, 2008 08:21 PM
634753762140122512.jpg

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();

}

Related Articles

635155337783423401.jpg

How to Create a Realistic Water Rippling Effect on a Static Image Using Masking in Adobe Flash

How Do We Create Shoshkele Banner in Flash?

Comments

No Comments Exist

Be the first, drop a comment!