if you're viewing this, you may want to check out this awesome animation I found in newest projects! http://scratch.mit.edu/projects/Flait7/2756961 this is a random experiment which could possibly be for the current SDS theme: "8-bit" (although technically there are 768 bits on-screen) use the mouse to select a row or column. use z to switch operators between AND, OR, XOR, and NOT use x to toggle between rows and columns use space to perform the selected operation on the selected row/column when you select a row/column, it is broken up into pairs. the operation is performed on each pair in the selected row/column, as follows: • AND turns both bits on if both bits are on; otherwise, it turns both bits off • OR turns both bits on if at least one bit is on; otherwise, it turns both bits off • XOR turns both bits on if exactly one bit is on; otherwise, it turns both bits off • NOT turns every on-bit off and every off-bit on. don't worry if you aren't familiar with these operations. learning them only requires a *sunglasses* BIT of memorization YEEEEEEEEAAAAAAAHHHHHH ok that was really bad well enjoy the project :)