Gitanjali Rao has partnered with the Scratch Foundation for Hour of Code 2024. Play this project to make cool inventions. This project has a bit more objects. Experiment to see what each object does! To rotate objects click 'r' while hovering over them. Documentation: 1. Gears: They totate when touching the motor (if it is powered) or touching another gear. 2. Robot Eyes: They turns on when powered. 3. Light bulb: It turns on when powered. 4. Yellow spinner: It rotates when touching a rotating gear or the motor (when it is powered). 5. Button: It becomes powered when it is touching a powered wire or the battery and is pressed. 6. Battery: It can power different objects and wires. 7. Motor: It rotates when it is touching the battery or a powered wire. 8. Processor: It can execute code. Press 'e' and hover over the processor to open the code editor. Press 'e' again to close it. What the processor can do: PRNT <Reg> - prints text on the screen (only if the processor is touching the screen) ADD <Reg1> <Reg2> <Reg3> - sets reg3 to reg1 + reg2 SUB <Reg1> <Reg2> <Reg3> - sets reg3 to reg1 - reg2 MUL <R1> <R2> <R3> - sets reg3 to reg1 * reg2 DIV <Reg1> <Reg2> <Reg3> - sets reg3 to reg1 / reg2 SET <Reg> <Val> - sets reg to val SETR <Reg1> <Reg2> sets reg1 to reg2 JUMP <Reg> <Line> goes to line if reg is 0 WAIT <Reg> waits for reg seconds 9. Screen: It can print text that the processor tells it to print. 10. Wires: They become powered when connected to a battery or a powered and pressed button. They can power other objects when powered.