ObjectID =  track .create  (  Mode  )  
                           
Description :

This instruction creates a track model.

Parameters :

  • TRACK_ONE_SHOT
    TRACK_LOOP
    TRACK_LOOP_SMOOTH
    TRACK_PINPONG

Return Handle :

  • ObjectID of the track model.

Notes :


To animate an Alambik graphic object, you should first create a track model.
A track model gathers together all the various keyframes that were assigned to the object. Various actions can also be applied to an object while it is moving from one key frame to another. Then, you can create sequences by assigning a track model to one or several objects.

A track model can therefore be assigned to more than one sequence and, of course, more than one object.

Track models and sequences are distinct and can therefore be independently modified at will.

Examples :