AS 3 Hide/Show Mouse Cursor
Need the ActionScript 3 code to hide or show the mouse cursor? Take a look below at it. It is real simple. Make sure you include the import.
Syntax:import flash.ui.Mouse;
Mouse.hide();
Mosue.show();
Need the ActionScript 3 code to hide or show the mouse cursor? Take a look below at it. It is real simple. Make sure you include the import.
Syntax:import flash.ui.Mouse;
Mouse.hide();
Mosue.show();
Comments