Here is my script below. The issue I have is everytime the timer changes, the script fire off again causing a loop like you see in the video. My current script is this:
dim sd as xpSceneDirector
dim si as xpSceneDirector
scene.GetSceneDirectorByName("IN", sd)
if text >= "0:01" then
sd.PlayDirection = PlayDirection.pd_Forward
sd.continue
end if
scene.GetSceneDirectorByName("Out", si)
if text <= "0:01" then
si.PlayDirection = PlayDirection.pd_Forward
si.play
end if
------------------------------
Jeff Bins
AV Production Supervisor
PMI ENTERTAINMENT - RESCH CENTER
Green Bay United States

------------------------------