If I understand correctly, List Box can be used to compile a list of audio tracks from which the user can select for listening. So far, I have not been able to get it to work in this manner. In the List Box Properties, under the Settings Tab: Item text: I listed the title of the track, i.e., for Item 1, Genesis 1.
In the Data column I used Audio.Load to select the source of the track file. (For this trial effort I listed 8 items.) Then in the Script Tab, I selected the action, i.e.: 01 Audio.Load(CHANNEL_NARRATION, "AutoPlay\\Audio\\0001 Genesis 1.wav", true, false); thru: 08 Audio.Load
CHANNEL_NARRATION, "AutoPlay\\Audio\\0008 Genesis 8.wav", true, false);
Then when I selected Preview, and clicked on the first track in the list box, it was Genesis 8 that began playing instead of Genesis 1, and no matter which track title I selected only "Genesis 8" would play.
What am I missing or doing wrong here? How do I set it up to play the correct track that matches the title in the list?![]()
Thanks for any suggestions.
Ed Stanley

