Back Previous Next


Linguist media package - move

Syntax:

   move {player} up/down/left/right by {value}
   move {player} to {location}

Keyword handler:

   net.eclecity.linguist.media.keyword.MediaKMove.class

Runtime handler(s):

   net.eclecity.linguist.media.handler.MediaHMove.class

Function:

Move a player either a relative amount or to a specified location relative to its containing window.

Example(s):

   move MoviePlayer right 25
   move MoviePlayer to 100 150


Back Previous Next