EventObjectID =  event .scene .create  (  SceneObjectID ,  Procedure  )  
                                     
Description :

This instruction creates events synchronized to markers placed within a ".scn" scene file.

Parameters :

  • ObjectID of the scene.
  • Name of the procedure managing the event.

Return Handle :

  • ObjectID of the event.

Notes :


When creating the procedure, you should always organize its four parameters in the following order: SequenceObjectID, Reserved, Marker.

Examples :