Back Previous Next


Linguist graphics package - hide

Syntax:

   hide {stage}
   hide {actor}

Keyword handler:

   linguist.graphics.keyword.GKShow.class

Runtime handler(s):

   linguist.graphics.handler.GHHide.class

Function:

Hides the specified stage or actor. An actor will remain in its stage display list but will take no further interest in proceedings and will not generate events. See show.

Example(s):

   hide Stage2
   hide Button4


Back Previous Next