How to Set Door Intervals

Hey I was wondering if anyone knew how to make a sort of “door” (preferably a barrier) that is active for a few seconds, then deactive for a few seconds after that, so that there are unnoticeable Intervals that you can pass through it. Any ideas?

Unnoticeable? Like an invisible barrier?

First, place down a Lifecycle.
make the Lifecycle set on [even occurs].

Place down two trigger devices, I will use “Trigger 1” and “Trigger 2” to indicate their differences.

Trigger 1: trigger when receive on Channel 1, transmit on Channel 2 when triggered, interval set to 3.0 seconds.

Trigger 2: trigger when receive on Channel 2, transmit on Channel 1 when triggered, interval set to 3 seconds.

Now, wire the Lifecycle to Trigger 1 to start the loop.

For the “door” thing, I assume you are using a barrier for it, so make the barrier activate when receive on Channel 1, and deactivate when receive on Channel 2.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.