track .key .position .speed .set  (  IncX ,  IncY ,  IncZ  )  
                                               
Description :

This instruction assigns to the current key an increment which will be added to an object\'s position once every second.

Parameters :

  • Value to add to the X component of the object's position.
  • Value to add to the Y component of the object's position.
  • Value to add to the Z component of the object's position.

Notes :


The current key gets defined with the instruction track.key.set ().

Examples :