picture element

The picture element defines a set of pictures items and controls how they are displayed.

Syntax

<picture picturename>
/ erase = true(red, green, blue) or false
/ halign = alignment
/ hposition = decimal or variable
/ items = itemname or ("item", "item", "item",... )
/ position = (x, y)
/ select = integer or selectionmode or selectionmode(pool) or dependency(stimulusname) or dependency(countername) or countername
/ size = (width, height)
/ valign = alignment
/ vposition = decimal or variable
</picture>

Properties

picture.picturename.currentitem
picture.picturename.currentitemnumber
picture.picturename.selectedcount
picture.picturename.unselectedcount

Remarks

The picture element determines how picture items are selected (e.g., randomly, in sequence, etc.) along with the location on the screen at which they are presented.

Examples

The following defines a set of picture items presented on the right side of the screen:

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


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.