Mouse.show()
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
Mouse.show()

Description
Action: Displays the mouse pointer while inside the SWF file.
Note: Only supported in SWF5+

Sample
onSelfEvent(rollover) {
    Mouse.show(); // Displays the cursor when the mouse is moved on top of this object 
}

      

See Also
Mouse.hide