Mouse pointers in flash
Does anyone know how to make the mouse pointer (curser) a differnt imge, or shape in flash or other wise a different way.
Does anyone know how to make the mouse pointer (curser) a differnt imge, or shape in flash or other wise a different way.
Megan posted this at 21:19 — 14th January 2002.
She has: 11,421 posts
Joined: Jun 1999
There's an article about this in the action script reference that comes with flash (jus tlook in the index under "custom cursors, creating"). That's usually a good place to look when you need to know how to do something
Megan
Connect with us on Facebook!
TonyMontana posted this at 02:28 — 22nd January 2002.
They have: 218 posts
Joined: Apr 2001
Yea, turn your object into a MC, and assign the following code:
onClipEvent (load) {
startDrag ();
Mouse.hide();
}
You can specify parameters for the functions.
TonyMontana
aka MethodAir
http://www.electricmountain.com/home.htm
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.