sequence .time .seek  (  ObjectID ,  Time ,  Mode  )  
                                     
Description :

This instruction jumps to a particular timeframe in a sequence.

Parameters :

  • ObjectID of the sequence.
  • Time, expressed in seconds.
  • SEEK_SET (default)
    SEEK_FROM_CURRENT (Seeks from the current position of the sequence)
    SEEK_FROM_END (Seeks from the end of the sequence. The result will therefore have a negative value, such as -10 seconds)

Examples :