Back Previous Next


Linguist graphics package - update

Syntax:

   update {stage}

Keyword handler:

   linguist.graphics.keyword.GKUpdate.class

Runtime handler(s):

   linguist.graphics.handler.GHUpdate.class

Function:

Causes the stage to generate a 'cursor in' event for the actor currently under the cursor. This command is used when the contents of the stage have been changed, to force the correct highlight or cursor to be presented.

Example(s):

   update MyStage


Back Previous Next