track .key .color .speed .set  (  IncRed ,  IncGreen ,  IncBlue  )  
                                               
Description :

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

Parameters :

  • Value to add to the Red component of the object.
  • Value to add to the Green component of the object.
  • Value to add to the Blue component of the object.

Notes :


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

Examples :