I've got the following for a countdown/timer...
-----
Global number Timer = 5
System > On start of layout > TimerText > Set text to "time: " & Timer
System > Every 1.0 seconds > System > Subtract 1 from Timer
|--> System > Timer = 0 > System > Reset global variables to default
-----
...but the countdown doesn't start - it just sits there at 5. Any ideas?