RiTa
index
Name moveTo()
Class RiText
Description Move to new absolute x,y (or x,y,z) position over 'time' seconds

Note: uses the current motionType for this object, starting at 'startTime' seconds in the future

Syntax
moveTo(newPosition, startTime, seconds);
moveTo(newX, newY, seconds);
moveTo(newX, newY, startTime, seconds);
Returns int - the unique id for this behavior
Usage Web & Application
Related