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

This instruction displays a text string 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.

Notes :


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

Examples :