I made a simple clock in a game I'm working on. Each action has a time it takes to complete, that's added to "TimeinMin". When "TimeinMin" is greater then or equal to 60, I add 1 to "TimeinHR" and subtract 60 from "TimeinMin"
My issue is getting "TimeinMin" to read '00' When needed. I end up with times such as 4:0 instead of 4:00
I'm new to Construct 2, came from Stencyl which was frustrating me, so theres a bit of a learning curve here. Thanks in advance.