In the OnSetText for the text object that is linked to the clock you could do something like
`if text = "0:00"
scene.scenedirector.play
end if
`
That would resume the scene director if it were paused, so it could animate off.
Or you could replace the middle with scene.setoffline if you simply wanted to take the scene off-air immediately.
#XPression