Would a count down timer be as simple as:
for sec=59 to 0
pause 1000
if sec=0
then minutes=minutes-1
gosub display.
the value for display would be (minutes*100)+sec eg if 3mins 59 sec value 359
then just display the value as per the code on the link.
Bookmarks