ObjectID =  event .object .create  (  Procedure ,  ObjectID ,  Flag  )  
                                          
Description :

This instruction changes an Alambik 2D or 3D object into an interactive element which can react to the mouse.

Parameters :

  • Name of the procedure managing events.
  • ObjectID of the graphic object (2D or 3D).
  • ALL
    RELEASE_BUTTON
    PRESS_LEFT_BUTTON
    PRESS_RIGHT_BUTTON
    RELEASE_LEFT_BUTTON
    RELEASE_RIGHT_BUTTON
    DOUBLE_CLICK_LEFT_BUTTON
    DOUBLE_CLICK_RIGHT_BUTTON
    EXIT_ZONE
    ENTER_ZONE
    RELEASE_BUTTON

Return Handle :

  • ObjectID of the event.

Notes :


When creating the procedure, you should always organize its two parameters in the following order: Event ObjectID, Event Status.

Examples :