ctext
index
 
Name moveTo ( )
Examples
None available
Description Move to new absolute x,y (or x,y,z) position over 'time' seconds
Syntax
moveTo(newPosition, startTime, seconds);
moveTo(newX, newY, seconds);
moveTo(newX, newY, startTime, seconds);
Parameters
newPosition   - new x,y or x,y,z positions to move to (absolute)
startTime   - time (offset) at which to start the move
seconds   to do the move in seconds
Returns TextBehavior
Usage Web & Application
Related