simple stopwatch ( minutes/seconds/milliseconds )

Hello there! 

I am programming a mobile application and I need a simple Stopwatch that can count up in minutes, seconds and milliseconds. 

I googled it already but I found nothing that would fit for me. I know Corona is great and I hope that there is a simple way to solve my problem.

Thanks for helping!

There is a sample app in Corona/SampleCode/SampleCode/Timer that should get you started.

Rob

Thank you very much!

As well, I’ve got various counter example in my Free Stuff archive:

The last one is closest to a stop-watch and continues to track even across suspends (and stops IIRC).

Also, I did a recent ‘clock drawing’ example to answer this thread:

https://forums.coronalabs.com/topic/69376-clock-app-not-updating-correctly

https://www.youtube.com/watch?v=4dYM5gdoZMw

Wow very cool! Thank you  :smiley:

There is a sample app in Corona/SampleCode/SampleCode/Timer that should get you started.

Rob

Thank you very much!

As well, I’ve got various counter example in my Free Stuff archive:

The last one is closest to a stop-watch and continues to track even across suspends (and stops IIRC).

Also, I did a recent ‘clock drawing’ example to answer this thread:

https://forums.coronalabs.com/topic/69376-clock-app-not-updating-correctly

https://www.youtube.com/watch?v=4dYM5gdoZMw

Wow very cool! Thank you  :smiley: