flash hand!!
flash hand!!
- Started
- Last post
- 3 Responses
- Kiko
anyone know how to hide the hand on a button in flash please and just revert to the standard cursor?
- a_brigade0
movieClipName_mc.useHandCursor = false;
just change the name of movieClipName_mc to your buttonMC name.
- jpea0
or for a global way:
MovieClip.prototype.useHandCurso... = false;
- Kiko0
thanx guys it worked