I tried what is below and it works for the first 'ding' but I need to really have it 'ding' on each increment. I just don't know the proper script for 'ding on each increment'.
I'm sure it is very simple, but scripting isn't my forte. Help me learn, please.
dim sd as xpSceneDirector
scene.GetSceneDirectorByName("Audio", sd)
if text="1" then
sd.Play
else if text="0" then
sd.Stop
sd.Position = 0
end if
#XPression