Skip to main content

Time

note

Each object / scene can have only 1 Timer and Stopwatch

Block NameBlockDescription
Get Timer Property

Output different timer property.

  • Is Using Timer: Boolean value specifying is using timer or not.
  • Is Using Stopwatch: Boolean value specifying is using stopwatch or not.
Start Timer

Start/Restart the countdown of the timer.

  • Time: Number value specifying the duration of the timer in seconds.
Pause Timer
Pause the countdown of the timer.
Resume Timer
Resume the countdown of the timer.
Get Timer
Return timer remaining time Number value.
Start Stopwatch
Start/Restart the stopwatch count-up.
Pause Stopwatch
Pause the stopwatch.
Resume Stopwatch
Resume the stopwatch.
Get Stopwatch
Return stopwatch time Number value.