Back Previous Next


Linguist graphics package - stage

Syntax:

   stage [array] {name}

Keyword handler:

   linguist.graphics.keyword.GKStage.class

Runtime handler(s):

   linguist.graphics.handler.GHStage.class

Function:

Declares a variable to represent a stage, which is a special drawing surface (a subclass of Canvas) that can be placed anywhere in a window or panel and which can have any number of actors running in it. The stage manages the actors, each in its own plane, and deals with appropriate redrawing when one actor moves over or under another.

Example(s):

   stage MyStage
   stage Stages 10


Back Previous Next