Online documentation for ArrayPlayer

Generated 2006-03-17

Outputs one object at a time from a given array.

Description

ArrayPlayer is designed to play back elements from an array in the same way as a music player. You are able to play back elements either sequentially or randomly, loop, and specify the frequency of output.

Usage

Set the 'array' property to the array containing the elements you want to playback. The current element will be set to the 'output' property.
Set 'frequency' to specify how often a new element of the array is to be set to the output.
Set 'loop' to true if you desire to loop the play process.
Set 'random' to true if you wish to replay elements at random.