KeyFrame

KeyFrames are values used to create an animation in which each point is met over a certain amount of time. KeyFrames are entered as time,x,y,z and each KeyFrame value is space delimited.

For example, with a set of KeyFrames “0,0,5,0 2,10,10,20 4,20,20,20” the object will start at the x,y,z location 0,5,0 at 0 seconds. It will then move to the point 10,10,20 after 2 seconds and finally proceed to the point 20,20,20 after 4 seconds where the animation will end. The object will remain at the final position of 20,20,20 until it's position is moved or another animation is started by another part of the script.