Hey you guys!
I ran into a problam and I do need your help.
As the title says I want to make a Textfield which "holds" the time so it can displays it in a soccer time like way 00:00
What i got so far is that every second "1" is added to a textfield.
So that after 2 Minutes 120 is written.
My problems now are:
- how do I show the time in the specific format eg. 00:00
if the program itself is not capable of doing this
- which is the best plugin to achieve this
I actually tried alot and came accross a solution which I am not fully able to program.
I could make 2 textboxes. One holding the Minutes and the other one holding the seconds.
For the minute box I set: every 60 seconds add 1 to textbox. works out.
For the seconds box i set: every second add 1 to textbox... BUT now i need to tell the program that if above 59 start again from 0. ... and i cant make it work. I simply dont know where to put the if statement...
so if someone has a solution or an idea, please share.
First post first big problem right :-)
Have a nice day!