Hi Guys,
I've got a countdown timer working and displaying in a text box. However - I'm at a loss for how to trigger an event at the end of the countdown, since it looks like the timer itself runs in its own thread.
Any insight for me? I just want to countdown from 15mins (which I have now, using a timer called "TEST_CLOCK", displaying in a text box with text of
%timer>TEST_CLOCK>countdown%.
I'd like to trigger an event once the timer has run out.
Thanks!! i'm sure I'm overlooking something easy?