| Command : | HLIST |
| Usage : | HLIST = {list of items} |
| Parameters : | N/A |
| Returns : | none |
| Platform : | eMotions.ObjectProperty |
| Details : | |
The LIST, VLIST parameter creates a vertical list of text graphic objects. HLIST will create a horizontal list. The items in the list are seperated by a comma. The LIST can be specified literally, or through a file. |
|
| Command : | HIDE, DISABLE |
| Usage : | HIDE = {sprite list} |
| Parameters : | {sprite list} = A comma separated list of sprite handles |
| Returns : | none |
| Platform : | eMotions |
| Details : | |
The HIDE command allows you to set the VISIBLE property of a group of sprites to FALSE. |
|
| Command : | HIDE |
| Usage : | HIDE = {spritename1, spritename2, ....} |
| Parameters : | {SPRITE LIST} |
| Returns : | none |
| Platform : | eMotions |
| Details : | |
The HIDE command will set all sprites listed to VISIBILE = FALSE. (See the VISIBLE parameter for more details.) |
|