Syntax:
move {stage}/{actor} left/right/up/down {value} move {stage}/{actor} to {position}
Keyword handler:
linguist.graphics.keyword.GKMove.class
Runtime handler(s):
linguist.graphics.handler.GHMoveLeft.class linguist.graphics.handler.GHMoveRight.class linguist.graphics.handler.GHMoveUp.class linguist.graphics.handler.GHMoveDown.class linguist.graphics.handler.GHMoveTo.class
Function:
The first set of forms move the given stage or actor a relative amount within its container.
The last form moves an item to a new location in its container.
Example(s):
move Dog left 15 move Dog up 15 move Dog right 15