enable Method

Purpose:

To enable or disable a control object.

Syntax:

.enable = stat

Comments:

Where stat is 1 or 0.  1 enables the control. 0 disables the control.

If a component is disabled it will not receive any mousepoints..

Example:

aud.enable = 0  // disable audio control