track .key .resize .speed .set  (  IncWidth ,  IncHeight  )  
                                          
Description :

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

Parameters :

  • Value to add to the width component of the 2D object.
  • Value to add to the height component of the 2D object.

Notes :


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

Examples :