textlink .display  (  ObjectID ,  PosX ,  PosY ,  Procedure  )  
                                     
Description :

This instruction displays text in the current Alambik screen, turning specific words into interactive elements that can react to the mouse to run procedures.

The textlinks are identified by the color code of an index.

Syntax: {Red, Green, Blue, Index}

Parameters :

  • ObjectID of the text.
  • X component of the text's top left pixel position.
  • Y component of the text's top left pixel position.
  • Name of the procedure managing the events.

Examples :