MoveTextObject(id, xa, ya, xb, yb[, table])
id
softly from
the location specified by xa
,ya
to the location specified by xb
,yb
.
Further configuration options are possible using the optional argument table. You can specify the move speed, special effect, and whether or not the move shall be asynchronous. See MoveBrush for more information on the optional table argument.
MoveTextObject(1,100,50,0,50,{Speed = 5})Moves the text object 1 from 100:50 to 0:50 with speed 5.