I have a 57 card CBT stack with audio on each card. The client would like =
me to give them the option to select one of two options: 1. to run =
through the stack manually (as it operates now, with forward and back =
buttons), and 2. to have each card in the stack automatically advance to =
the next card when its audio has finished.
This request means I have to figure out two things. First, I have to put =
a selection screen at the beginning of the program offering the user the =
two choices, and then somehow capturing that choice. Second, I have to =
build in an auto page-turn which knows whether or not the user has =
selected the auto option and also knows when the card's audio file has =
finished playing.
I have just started working on this, so it may not be fair to ask for =
input yet:-)
but I thought that some of you may have done similar things and might be =
able to save me some time.
I know the "sound" property allows me to check whether audio is playing, =
but I haven't quite worked out the syntax yet. Also, I assume that I =
should be able to set a variable depending on the user selection regarding =
auto page turn. However, it seems to me that a standard global variable =
only remains active within a single script (I could be wrong), so I'm not =
sure how to set a global variable throughout a stack.
Enough questions. Thank you!
Wayne