Mouse.hide()
Top  Previous  Next


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