Sets or retrieves the type of event for this current object
EVENTTYPE type;
Values: |
An integer value specifying the new type for this event. Existing types and their description are given in the table below. |
0 |
UNINITIALISED |
An uninitialised event |
1 |
START |
A start event |
2 |
STOP |
A stop event |
3 |
PAUSE |
A pause event |
4 |
CONTINUE |
A continue event |
5 |
FADEIN |
A Fade-in event |
6 |
FADEOUT |
A Fade-out event |
7 |
XFADEIN |
The fade-in event belonging to a cross fade |
8 |
XFADEOUT |
The fade-out event belonging to a cross fade |
9 |
FADESTOP |
The event signalling the stop of the fade (do not use, this event is only used internally) |
10 |
GOTO |
A GoTo event |
11 |
CUSTOM |
A Custom event |
12 |
CUSTOMMOUSE |
A Mouse based Custom event |
|