How to create a sequence ?
- Details
- Parent Category: Simple Sit
- Created on Saturday, 13 February 2010 21:48
- Last Updated on Wednesday, 11 September 2013 14:40
- Published on Saturday, 13 February 2010 21:48
- Written by sandrine
- Hits: 311
A sequence is a sequence of animations which follow a certain pattern. You must inform the section sequence in the note configmultisit :
@sequence
time1
time2
...
Each line contains the value in seconds of the delay for corresponding animation.You must have all values of timing that you have animations ! So if you have 3 animations you must have 3 lines of delay, one for each animation. Otherwise you'll get a script error !
If no specific order is imposed the animations order is the setup order. If you want a specific order you must inform the section list of the note configmultisit :
@list
anim1
anim2
...
You do not have to put all the animations in this list. Those that appear in this list will be at the beginning of the series of animations.
If you do not have yet a note configmultisit you must create one by providing information, in addition to the sequence section, the section required version that must be at the beginning of the note:
@version
1
There is another way to change animations order, you can read this topic
