Mouse.hide()
Top  Previous  Next


SWiSH Player Support
SWF5 or later - Supported Internally

Syntax
Mouse.hide()

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

Sample
onFrame(5
{
    Mouse.hide(); // Hides the cursor when the playhead reaches Frame 5 
}


See Also
Mouse.show