Countdown Device

How can you create a visible timer that triggers the deactivation of a laser when it reaches zero?

1 Like

Use a counter with a repeater. If you want it to start counting down in the beginning, use a lifecycle. Lifecycle----------on event occurs, start repeater: Repeater-----------decrement counter. ----------on counter reaches target--------------deactivate laser. Oh, and make the counter have a target of 0, and set the repeater to stopping on a channel.

2 Likes

The counter also needs to have a default value of however many seconds you want it to take.

1 Like