track .key .text .display  (  Text ,  PosX ,  PosY ,  Width ,  Height  )  
                                                    
Description :

This instruction displays a text block at the current key.

Parameters :

  • Text to display.
  • X component of the text's top left pixel position.
  • Y component of the text's top left pixel position.
  • Width of the text block, expressed in pixels.
  • Height of the text block, expressed in pixels.

Notes :


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

Examples :