Sets the parameters of the event.

The values you pass to the 'Set' function are dependent on which type of event you are setting. If you are setting both the event type as well as the parameters corresponding to this event, you must first change the event type before you call 'Set'.

Syntax:

void set(VARIANT param1, VARIANT param2, VARIANT param3)
Parameters:
param1

The first parameter, generally indicating the time of the event.

param2

Type of vale is determined by the event type, see table below

param3

eventType firstVariant secondVariant thirdVariant
START event time void void
STOP event time void void
PAUSE event time void void
CONTINUE event time void void
FADEIN event time fade time void
FADEOUT event time fade time void
XFADEIN event time fade time void
XFADEOUT event time fade time void
GOTO event time goto time void
CUSTOM event time gin parameter jam parameter
CUSTOMHOUSE gin parameter jam parameter void

See also:

Class event |

 

©2000 arcticpigs. All rights reserved.
This is a draft version! The functionality of parts of the software are liable to change.