Playmaker Forum

PlayMaker News => General Discussion => Topic started by: kentcheung2000 on October 22, 2018, 07:04:45 PM

Title: Create Timer
Post by: kentcheung2000 on October 22, 2018, 07:04:45 PM
Hi,

I like to create a timer using "Get Time Info".  I can store the time.  How can I stop the timer if I press a button?

It doesn't seem to have a way to stop the Get Time Info.

KC
Title: Re: Create Timer
Post by: djaydino on October 23, 2018, 06:12:33 AM
Hi.
There is a Countdown Timer action i made on the Ecosystem.

To "Pause" the time use the same variable on the 'Store Value' and 'Time'
and move out from the state the moment you want to pause.
then go back to the state to continue.