Action Statements"true">Action Statement
Change the visibility of an object.
make {OBJECT_NAME|CLASS_NAME} {visible|invisible}
OBJECT_NAME
The identifier for an object.
CLASS_NAME
The identifier for a class of objects.
visible | invisible
Make the object visible (shown) or invisible (hidden).
Description
Use this built-in function to make an object visible or invisible. When a region with frame attributes is made visible, it is also activated.
Example
response to Time
make Hourglass visible
response to SetClock
make Stopwatch in Timepieces invisible
See Also
activate Action Statement
make border invisible and make border visible Action Statements
visibility of Object Inquiry Built-in Function
visible and invisible Attribute Definitions