up Inquisit Language Reference

items attribute

The items attribute defines the image files presnted by the image.

Member of

<image>

Syntax

/ items = itemname

or

/ items = (path, path, path,... )

Parameters

Name Type Description
itemname item The name of an item element defined elsewhere in the script.
path string The path to the image files.

Remarks

Items can be defined either by specifying the name of an item element, or by directly by listing the path to the image files.

Examples

The following defines image items:

<image moutains>
/ items = ("rainier.bmp", "baker.jpg", "sainthelens.gif")
</picture>

Copyright Millisecond Software, LLC. All rights reserved.