Get Sequence Head

With this action you can retrieve the current playhead position of the given sequence element in the room. You supply the sequence element ID (as returned by the action Create Sequence), and this action will return the current frame that the sequence playhead is on, in the target variable. For information on the playhead, see Using The Dope Sheet.

Note that the target variable can be flagged as temporary (local), which will be created for the action and can be used in all subsequent actions for the event the action is in.

 

Action Syntax:

Arguments:

ArgumentDescription
VariableThe ID of the sequence element to get the head position of.
TargetThe target variable to hold the head position.

 

Example:

The above action block retrieves the current head position of the sequence element ID stored in the variable "seq_id". That value is then used to set the head position of the same sequence element, advancing it by 4 frames.