Page 1 of 1

Visual Timer [Solved]

Posted: Sat Oct 22, 2011 3:09 pm
by Noobasaurus
How do you get the yellow timer to appear? I got my timer working but there are no yellow numbers counting down.

Re: Visual Timer

Posted: Sat Oct 22, 2011 3:31 pm
by DarthD.U.C.K.
use this line:

Code: Select all

ShowTimer(timername)
in the timerelapse function, put this:

Code: Select all

ShowTimer(nil)
that allows you to display another timer afterwards

Re: Visual Timer

Posted: Sat Oct 22, 2011 7:56 pm
by Noobasaurus
Yay it worked! Thank you! :D