ObjectID =  track .visual .create  (  Mode  )  
                                
Description :

This instruction creates a visual track. A visual track is a specific track gathering together visual behaviors (positions, rotations, frames, actions, resizings, layers, etc.) which are coupled to an Alambik visual object in a clip.

Parameters :

  • TRACK_ONE_SHOT
    TRACK_LOOP
    TRACK_LOOP_SMOOTH
    TRACK_PINPONG

Return Handle :

  • ObjectID of the track.

Notes :


This instruction is only valid when used inside a clip.timeline.create().

A clip gathers:
     - one or several visual tracks
     - and/or one or several audio tracks
     - and, eventually, one and only one event track (or none)
     - and, eventually, one and only one chapter track (or none)

Examples :