!!! READ THIS TO UNDERSTAND !!! You can make a "computer" or a "calculator" with this project. Hold "C" and click on the sprite to create a clone. Hold "D" and click on the clone to delete. Hold "R" and click on the clone to rotate. Hold "E" and click on the clone to edit. (for some blocks) Click "Switch Tabs" to switch between tabs. Booleans: Green = true, Red = false 2 inputs: Blue, Purple --------------- Page 1: How INP works: Click on the clone to toggle the output. How NOT works: Toggle the blue input's boolean. How AND works: Like "and" block from Scratch, it takes 2 inputs. How OR works: Like "or" block from Scratch, it takes 2 inputs. How XOR works: Like "or" block from Scratch but when 2 inputs are TRUE then the output is FALSE. It takes 2 inputs. How CUST works: Can customize the type of output that will result from 2 inputs. Hold "E" and edit the clone to a code that changes the way the clone results an output. How "sticks" works: Spread the signal. Useful for a long script. How "timer" works: Like a "wait" block in Scratch. How MMR works: A memory clone. If blue input = TRUE, purple input can change the data of the memory. Otherwise, purple cannot change. How BUTT works: A button. Holding B and holding the mouse will trigger. How NOTE works: Like "comment" in Scratch's projects, it describes that how this script works. Hover to see the description. Hold E and click NOTE to edit. How VAL works: Detects if there's TRUE FALSE or NULL in the input. How EMP works: Results in a TRUE or NULL. --------------- Page 2: How "stick" on page 2 works: Like the previous "stick" on page 1, but length-changeable. Hold "E" and click the clone to change the length.