PDA

View Full Version : Mouse Pointer


johanang
10-03-2008, 10:17 PM
How would you set a mouse pointer instead of a curser?:confused:

I would like to set it for the entire move however my "buttons" are movie clips and not buttons which have out functions.

Cant seem to find anywhere on the web and what an easy script.

johanang
10-03-2008, 10:21 PM
Damn found just after i left this site, even though i search for a half hour.
buttonName.buttonMode = true;
buttonName.mouseChildren = false; /* Only if you have text in your mc.. didn't make a difference in mine but hey what the heck add it just in case. */