Topic: version 4 MAXScript Language Improvements/ Controllers
moveKeys <key_array> <time> [ #selection ]
Moves all keys by the time given. If #selection is specified, move the current selection otherwise move all keys.
The moveKeys function only works on track properties, .controller and .track. It is not defined on the keys' virtual array.
Example:
moveKeys $box01.pos.controller 5
or
moveKeys $box01.pos.track 5
See also
Time and Key Functions on Object Hierarchies