This sounds really simple but I can't figure this out. How do I make a counter that would count time upwards? I know how to make it cuont downwards but not up. Help would be nice.
If you have got a counter that counts down you just have to increment the variable you are using to count instead of decrement it and start with the value 0 instead of the countdowntime.