4.2.3 Example 3
play/clips/pubsony.mpg wait 2
SC01
Goto 1
10 : SC02 Goto 1
This script plays the pubsony.mpg video, waits 2 seconds, reads the SC01 script and returns to the beginning.
If event n°10 is called up, the SC02 script will be read and will then return to the beginning of the script.
ATTENTION: in the script file SC02 you must absolutely have a return order to the script SC01 (SC01), otherwise, the reading will always remain on the script file SC02.
4.2.4 example 4
play/clips/pubsony.mpg wait 2
R2, MPG/clips/drop.mpg Goto 1
This script reads the pubsony.mpg sequence, waits 2 seconds, orders the player that is identified as being n°2 to play the drop.mpg sequence.
Warning: the drop.mpg sequence must exist on the slave player.
4.3 Recommendations
The script language allows some remarks to be added. To do this, you must start the line with a “#”.
Important to remember:
•Avoid Wait 0
•Don’t use Goto for a line that does not exist.
•Don’t do SCxx if the SCxx does not exist.
•If a sequence does not exist, or if a file format is not recognised, the sequence will be ignored but the player also may block.
•If a line in the script contains an unknown command, it will be ignored.
Rev 1.5 | Page 9 |