PDA

View Full Version : hand cursor over object


josesenra
07-15-2008, 09:03 AM
Hi all :)

I have this question on how to set the mouse cursor into a hand cursor when it rools over a "clickable" movie clip or sprite.

I have these dynamically generated movieclips that load thumbnail images and a MouseEvent.CLICK event attached to them.. it all works well except for the fact that the mouse cursor doesn't change to a hand or anything else when I roll it over the movieclip.

how can I do this? can anyone help, please?

thanks ;)

Paul Ferrie
07-15-2008, 09:22 AM
You need to assign buttonMode=true to each clip you want to have used as a button.

josesenra
07-15-2008, 09:34 AM
Tahnks :)