Yes you can.
One option is make a scene director with an offline event and trigger that to play once the time reaches 0 or whatever number you wish it to trigger at.

Or you can achieve the same with script onSetText;
dim sd as xpSceneDirector
scene.GetSceneDirectorByName("OUT", sd)
if text = "00:00"
sd.play
end if
------------------------------
Simon Redmile
Senior Graphic Programmer & Designer
Ross Video
Bristol United Kingdom
------------------------------