track .key .event .call  (  Procedure ,  Custom  )  
                                     
Description :

This instruction assigns an event to the current key.

Parameters :

  • Name of the procedure managing the events.
  • Custom parameter.

Notes :


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

When creating the procedure, you should always organize its parameters in the following order: Sequence ObjectID, Custom.

Examples :