text .block .display  (  Text ,  PosX ,  PosY  )  
                                     
Description :

This instruction displays text in the current Alambik screen.

In order to be very fast, this instruction (like all instructions with the "block" property) accesses the screen directly. As a result you cannot use it to stack effects such as resize, rotation or fade.

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 :

Examples :