visible Method
Purpose:
Tells a control to visually display itself or not.
Syntax:
.visible = value
Comments:
Value must be zero or one. Setting value to one makes the
control visible. The method does not disable the control. See
enable method.
Example:
cam.visible = 0 // hide the camera preview