G SyncScript commands
Günter Nagler, Peter Sammer
This section describes the commands available to writeSyncScripts. SyncScripts are needed to display SyncPages. These are pages in Hyper-G where time-dependent behavior of different objects and their layout on the screen can be defined (see Section SyncPage).
A SyncScript is a simple text file, where each command line has a certain format. It begins with a number that represents the time (in milliseconds) at which the following command should be executed. Then follows the command and optionally an object type, an object number, and parameters. Line comments are opened with //, while block comments are opened with /* and closed with */ as usual in C and C++.
