mApplication.showMouse()

Availability

Windows: Not Applicable

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 1.0;

Usage

mApplication.showMouse(show:Boolean) : Void

Parameters

show - True or false.

Returns

Nothing.

Description

Method; Set the mouse visibility.

Example

This example hides the mouse.This can be useful when resizing the window.

mApplication.showMouse(false);