Mouse pointers in flash

They have: 2 posts

Joined: Jan 2002

Roll eyes
Does anyone know how to make the mouse pointer (curser) a differnt imge, or shape in flash or other wise a different way.

Megan's picture

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 Smiling

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.