** how to display timer (answer not in timer demo file) **
Hey guys,
I need to display a game timer that counts the seconds and displays in a standard clock format, however instead of showing everything first (as in the timer demo file) like this: 00:00:00:00
I want to start with just the seconds: 1
Then after 10 seconds go to: 10
Then after 60 go to: 1:00
Then after 600 seconds go to: 10:00
I don't want to start off showing: 00:00
Does anyone know how to do this? Thanks so much for the help guys!
I need to display a game timer that counts the seconds and displays in a standard clock format, however instead of showing everything first (as in the timer demo file) like this: 00:00:00:00
I want to start with just the seconds: 1
Then after 10 seconds go to: 10
Then after 60 go to: 1:00
Then after 600 seconds go to: 10:00
I don't want to start off showing: 00:00
Does anyone know how to do this? Thanks so much for the help guys!
Answers
So if you use this technique to display the variable in the tutorial you followed it should achieve the desired effect
I hope this was helpful