Timer lua

Hi, is there a function to know the currently value of a timer?

Thanks.

Yes, see:

https://docs.coronalabs.com/api/event/timer/index.html

There is a count and an elapsed time in milliseconds in the “event” table that’s passed to the function.

Rob

Yes, see:

https://docs.coronalabs.com/api/event/timer/index.html

There is a count and an elapsed time in milliseconds in the “event” table that’s passed to the function.

Rob