>> Ressourcen > Archiv > Maurer H. (Ed.)[..] > G SyncScript co[..]

ErstesErstesVorherigesNächstesLetztes 44/46

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++.


G.1 Object types G.1 Object types
G.2 Description of commands for all object types G.2 Description of commands for all object types
G.3 Description of commands for IMG and BGR objects G.3 Description of commands for IMG and BGR objects
G.4 Description of commands for SND and VID objects G.4 Description of commands for SND and VID objects
G.5 Description of commands for LBL objects G.5 Description of commands for LBL objects
G.6 Description of commands without object G.6 Description of commands without object
G.7 Further commands G.7 Further commands