I found a Bug!

The logic gates are not working. When I use the (And) for the logic gate, and both sides are activated the output does not activate anything.
@grazer can you please fix this?

Hey @“Johnny boy” - I tested them, and they seem to be working OK. Do you have an example of it failing you could post? Keep in mind that the output will only activate while both inputs are activated during the same frame.

@grazer
So if one is activated and one is a
second later it will not work?

If input 1 is activated, and then input 2 is activated a second later, it will work as long as input 1 is still activated.

If input 1 is activated, then input 2 is activated, but input 1 no longer is, then the output will not be activated.

Does that make sense?

Yes thank you @grazer.