Hi,
I'm trying to figure out a way to have a timer continue counting negative once it hits 0, preferably without using the API.
So I have a countdown-clock which counts down from 30. Once it hits 0 it should continue counting but negatively, so -1, -2, -3, etc...
Is there an easy way to do this?
Thanks,
Kenneth