Set Sequence Head

With this action you can set the playhead position of the given sequence element in the room to a specified frame. You supply the sequence element ID (as returned by the action Create Sequence) and the new playhead position in frames. For information on the playhead, see Using The Dope Sheet.

Note that the position is in frames and if you set a value greater than the total number of frames (or less than 0) then the actual final playhead position will depend on the type of sequence playback that has been selected, following these rules:

Setting the head position in this way will not stop playback and the sequence will simply continue from the new playhead position unless it is paused.

 

Action Syntax:

Arguments:

ArgumentDescription
VariableThe ID of the sequence element to change the head position of.
Head (frames)The new head position (in frames) for the sequence element.

 

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.