M > MovieClip.useHandCursor |
MovieClip.useHandCursor
movieclip, movieclip.useHandCursor, useHandCursor
Availability
Flash Player 6.
Usage
myMovieClip.useHandCursor
Description
Property; a Boolean value that indicates whether the hand cursor displays when a user rolls over a button movie clip. The default value of useHandCursor is true. If useHandCursor is set to true, the standard hand cursor used for buttons is displayed when a user rolls over a button movie clip. If useHandCursor is false, the arrow cursor is used instead.
You can change the useHandCursor property at any time; the modified button movie clip immediately takes on the new cursor behavior. The useHandCursor property can be read out of a prototype object.