Mouse.show()
Top  Previous  Next


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