
<video>
//<do> <timer>00:00:00</timer> <01> volume[100,0] </01> </do>
</video>
9) It is common practice (though optional) to use indents within scripts to make the script
easier to read. For this reason linefeeds, spaces etc. are ignored by the ShowMagic script
interpreter and both of the following scripts will successfully set the volume for the video as
soon it starts (as the timer element is set to 00:00:00) to 100%:
a)
<video> <do> <timer>00:00:00</timer> <01> volume[100,0] </01> </do> </video>
b)
<video>
<do> <timer>00:00:00</timer>
<01> volume[100,0] </01>
</do>
</video>
The Event Script Elements, Instructions and Values
On the following pages the term ‘Scripted Action’ refers to the action button that the script has been
attached to, and ‘action 1’, ‘action 2’ etc. refers to the action button(s) numbers whose state is being
checked - i.e. their current condition.
Please Note:
Action states are checked constantly.
<runif>
Can be used to automatically run that ‘Scripted Action’ (if it is not already running), depending on
the current state of another action button, or the current state of multiple action buttons.
e.g. <runif> <action> 1 on </action> </runif> - this runs the ‘Scripted Action’ if action button 1 is
currently on.
<stopif>
Conversely, this can be used to automatically stop the ‘Scripted Action’ (if it is not already stopped),
depending on the current state of another action button(s).
e.g. <stopif> <action> 1 on </action> </stopif> - this stops the ‘Scripted Action’ if action 1
is on.
206
ShowMagic SLX Series User Manual
Summary of Contents for AV
Page 1: ...SLX Series User Manual Version 14 1 For SLX and SLX Plus Models www showmagic com ...
Page 18: ......
Page 44: ......
Page 124: ......
Page 162: ......
Page 166: ......
Page 210: ......
Page 215: ...Section 16 Appendix Section 16 Appendix 203 ...
Page 216: ......
Page 230: ......