INFORMIX
Visionary User's Guide
Chapter 9: Adding Event Actions to a Scene
Home Contents Index Master Index New Book

What Is an Event Action?

An event action is a procedure automatically executed in response to a specified event. An event can be initiated by the user or triggered by the application. You can associate an event, such as mouse click, with an action, such as entering a wormhole, jumping to a new scene, or executing an SQL statement.

You define event actions so that the end user can navigate and execute commands in the published world.

Event Types

The following events can be used to trigger actions:

There are two categories of actions: navigation and command.

Navigation Actions

The following table lists the navigation actions you can define in your world.
Action Description

Enter a wormhole

Enters a wormhole and jumps to a specified viewpoint in the target scene.

Exit a wormhole

Exits the most recent wormhole entered by the user. If the user has not entered a wormhole, the action has no effect.

Jump to a new location

Jumps to a named viewpoint in any scene.

Command Actions

The following table lists the command actions you can define in your world.
Action Description

Display a tooltip

Declares a data value or other text to be displayed as a tooltip as the mouse moves over a designated object.

Execute an SQL statement

Executes an SQL statement. The SQL statement can contain parameters, an EXECUTE statement with a stored procedure, or a function.

Launch another application

Opens another application with an optional command line or executes a batch file.




Visionary User's Guide, version 1.0
Copyright © 1998, Informix Software, Inc. All rights reserved.