4.0

Table Of Contents
Command Description
Mul (Source) * (Destination) Destination
Multiplication
Div (Destination) / (Source) Destination
Division
Mod (Destination) % (Source) Destination
Modulus
Rnd Random(Source) (Destination)
Generates a random number between 1 and (Source).
And (Source) & (Destination) Destination
Bitwise AND
Or (Source) | (Destination) Destination
Bitwise OR
Xor (Source) ^ (Destination) Destination
Bitwise Exclusive OR
Bit Set 1 <bit number = Source> of Destination
Sets the specified bit of the Destination to 1.
Bit Clear 0 <bit number = Source> of Destination
Sets the specified bit of the Destination to 0.
Shift Left (Destination) Shifted by <count = Source> Destination
Moves the Destination left by the specified number of bits.
Shift Right (Destination) Shifted by <count = Source> Destination
Moves the Destination right by the specified number of bits
SetStream Sets the current primary audio, PG TextST, Angle, and Interactive Graphics
streams to be presented.
SetNVTimer Sets the initial time (0-300 seconds) and starts the timer. When the timer
reaches 0, a jump operation to the specified movie object is executed.
SetButtonPage Set selected button ID and/or set page ID.
EnableButton Sets the specified button to its normal state, if currently disabled. Commonly
used to specify the topmost button in a Button Overlap Group (BOG). If the
specified button is in the same Button Overlap Group as the current button,
then commands after the EnableButton command continue to be executed.
DisableButton Disables the specified button. If the specified button is the current button, then
commands after the DisableButton command continue to be executed. If no
new button has been selected before the end of the command sequence, the
page's default selected button is selected.
148CHAPTER 14