Hello again. This one is a small issue, I swear! <img src="smileys/smiley36.gif" border="0" align="middle" />
I'd like to make a timer which looks more traditional. As in, after 60 seconds, it goes to: "1:00" and so on to show the minutes. I've got the timer aspect of it down. That part was pretty simple, but I can only get it to show seconds. So after it gets to 60 seconds, it doesn't show minutes, it just keeps going up in seconds.
tl;dr version: I'd like to make a timer which that looks like this: "1:00", not like this: "60". Is there a simple way to do this in Classic?
Any help would be appreciated. <img src="smileys/smiley1.gif" border="0" align="middle" />
Edit: Also, I have thought maybe something like this would work:
Have two separate texts, one would be the minute, and the other seconds. Each seconds reaches 60, I reset seconds, and add 1 to minutes.
... I was just hoping there was a more simple was is all.