arcticPigs release V1.0 helpefiles |
![]() |
The event object is an object you would normally not need for creating animations on your web pages. This object is here to enable web based editors. An Event object allows you to edit the events added to a sequence. Of course nothing stops you from using Event objects to dynamically alter your scripts for animations playing on web pages.
An event is a simple object. It's three main properties are; what type of event am I, the time at which it will be fired, and an optional length parameter used for fade type events. You can also completely remove events from a script with the Remove command.
Name | Type | Description |
---|---|---|
remove | ![]() | Deletes this event from the sequence it belongs to. void remove() |
set | ![]() | Sets the parameters of the event. void set(VARIANT param1, VARIANT param2, VARIANT param3) |
description(String) | ![]() | Returns a string that has a readable description of the event type. |
gin(Variant) | ![]() | Sets or retrieves the Gin of the Custom event. |
hasLength (BOOL) | ![]() | A boolean read-only value indicating if this event has a length property. |
jam(Variant) | ![]() | Sets or retrieves the 'Jam' property of the Custom event. |
length (float) | ![]() | Sets or retrieves the length parameter of this event. |
time(Float) | ![]() | Sets or retrieves the time at which this event fires |
type | ![]() | Sets or retrieves the type of event for this current object |
valid(Long) | ![]() | property valid |
Last Updated: 06/22/02 |