Sets a custom event.

Custom events allow you to link the 3D web player to external objects. You can have the action sequence timeline drive external changes such as visual changes to your web page using DHTML. This way you can link the animation playing in your viewer with textual output on the web page.

Syntax:

void custom(float time, VARIANT gin, VARIANT jam)
Parameters:
time

The time at which this event will be fired. All times are relative to the time at which the script gets started by a script.Start() command

gin

The parameter for Gin. Accepts a variant variable type

jam

(optional) The parameter for Jam. Accepts a variant variable type
Remarks: Excuse us for the odd names for the custom event parameters. But as you can pass any type of object to a custom event, allowing you to taylor the use of these event to anything you can imagine, we needed a parameter description that captures the complete freedom you have with these events. Gin and Jam (Jam is optional, Gin isn't)

See also:

Class actionSequence |

 

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