Syntax:
clear {actor} [to {color}]
Keyword handler:
linguist.graphics.keyword.GKClear.class
Runtime handler(s):
linguist.graphics.handler.GHClearActor.class
Function:
Clear an actor. The actor must have been created as a drawable actor (see create), not as one that uses an image. If you don't specify a color the actor will be cleared to a default value.
Example(s):
clear Backdrop clear Backdrop to color 0 0 128