Header Banner
WonderHowTo Logo
WonderHowTo
Adobe Flash
wonderhowto.mark.png
Gadget Hacks Next Reality Food Hacks Null Byte The Secret Yumiverse Invisiverse Macgyverisms Mind Hacks Mad Science Lock Picking Driverless

How to Create a custom mouse pointer in Flash

Mar 13, 2008 08:21 PM
Screenshot of a software interface with coding and color selection tools.

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

}

You already know how to use your phone. With Gadget Hacks' newsletter, we'll show you how to master it. Each week, we explore features, hidden tools, and advanced settings that give you more control over iOS and Android than most users even know exists.

Sign up for Gadget Hacks Weekly and start unlocking your phone's full potential.

Related Articles

Comments

No Comments Exist

Be the first, drop a comment!