MovieClip.useHandCursor Property

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Chapter 18.  ActionScript Language Reference
MovieClip.useHandCursor Property Flash 6

dictates whether a hand pointer is displayed when the mouse is over the clip (button-enabled clips only) read/write
mc.useHandCursor

Description

When set to false, the Boolean useHandCursor property disables the display of the hand pointer normally shown when the mouse is over mc's hit area. It applies only to movie clips with button event handlers. For details, see Button.useHandCursor.

Example

The following code disables the hand cursor for checkBox_mc:

checkBox_mc.useHandCursor = false;

The following code disables the hand cursor for all movie clips in a movie:

MovieClip.prototype.useHandCursor = false;

See Also

Button.useHandCursor, Mouse.hide( )



    ActionScript for Flash MX. The Definitive Guide
    ActionScript for Flash MX: The Definitive Guide, Second Edition
    ISBN: 059600396X
    EAN: 2147483647
    Year: 2002
    Pages: 780
    Authors: Colin Moock

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net