I want to set the count in my music app,
like that:
I tried this method, but it didn’t work well, because the count stops not at 60, but continues to count up to 100
like that:
01:99 02:00 02:01 etc ..
my blocks:
I want to set the count in my music app,
like that:
I tried this method, but it didn’t work well, because the count stops not at 60, but continues to count up to 100
like that:
01:99 02:00 02:01 etc ..
my blocks:
So why not make simple if-then-else’s for incrementing a higher unit of time once you hit 60?
Because 100 = 1 minutes and 50 = 30 second, if I set it with this method it will be 30 seconds not 1 minute.