track .key .resize .set  (  Width ,  Height  )  
                                     
Description :

This instruction assigns a resize value to the current key.

Parameters :

  • Width of the 2D object, expressed in pixels.
  • Height of the 2D object, expressed in pixels.

Notes :


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

Examples :