I’m entirely new to Corona, however, I feel like the problem that I’m encountering should’ve been simple to figure out. Anyway:
I’m wanting to simply create a stopwatch of sorts, so, when I press a button, a time starts counting up. I want this time displayed to be specific to the microsecond. The only thing I’ve found similar to what I want is system.getTimer(), however I can’t seem to bind that to a button (it only calls up time since app started running).
Hopefully my problem is clear and someone can help! Thanks in advance!