up Inquisit Language Reference

items attribute

The items attribute specifies the image files presented by the picture element.

Member of

<picture>

Syntax

/ items = itemname

or

/ items = (file, file, file,... )

Parameters

Name Type Description
itemname item The name of an item element defined elsewhere in the script listing image file names.
file picturefile The path to an image file.

Remarks

Items can be defined either by specifying the name of an item element or by directly by listing each image file in the set.

Examples

The following defines picture items:

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

Copyright Millisecond Software, LLC. All rights reserved.