Timer

The timer component is used to delay after the specified amount of time in milliseconds.

Basic Example

After 100 milliseconds, run the code inside the block (in this case, there is nothing inside) using the specified timer component (in this case, called TimerName).

Runs the blocks inside after 100 ms.

Blocks

After specified milliseconds:

After the sepcifed time in ms, run the blocks inside this block.

After specified time in milliseconds, for every specified milliseconds after:

After the sepcified time in ms, for every specified time in ms that passes, run the blocks inside this block.

Cancel

Cancel the sepcified timer.

Last updated

Was this helpful?