Categories


Description :

Returns true if the object is visible and false otherwise. Only available to classes.

Uses :

Use this for testing whether an object is visible or not. For example, you might want to move only the objects that are visible on screen.

Example :

This code makes the object invisible if it was visible or visible if it was invisible, when the i key is released.