Click the buttons beside the A and B to toggle the inputs to the logic gate Click the logic gate to change it (AND->OR->NAND->NOR->XOR->XNOR->NOT->back to AND) R resets everything H toggles help Clicking the (i) turns help off and hides the (i)
I got inspired to do this from optimus55's "Or gates" (https://scratch.mit.edu/projects/53896196/) The logic gate symbols are from WIKIPEDIA (https://en.wikipedia.org/wiki/Logic_gate) This program has a total of 2 (two) loops: The First to make the cat spin if the output is true and The Second is a polling loop that displays the help when help is on. Everything else uses event structures instead of polling loops. Because of this, the green flag will only be on when the help is on or when the output is true. IT WILL WORK EVEN WHEN THE FLAG IS OFF!!! Changelog: July 24 2016: Shared