Click on the Green Flag to begin my Scratch Off 2.0! All instructions are directed in the program.
I met all the requirements for Scratch Off 2.0: - My Scratch program contains at least two Sprites - I created four separate event blocks corresponding to each of the arrow keys (module 1.7). - I added the appropriate point in direction [...] block to each event block I created above. - I created a script for my second sprite that includes a "when green flag is clicked" block and a "point towards [...]" block. Instructed the point towards block to point to my first sprite - I used broadcast blocks for both sprites to have my second sprite point toward my original sprite each time the space bar is pressed. This will allow my second sprite to point toward my first sprite each time it moves. - I utilized motion or some other form of programming to display understanding of SEQUENCING - I utilized IF and IF ELSE to display your understanding of SELECTION - I have at least TWO uses of ITERATION (Loops) - For Loop, While Loop, Repeat Until Loop - I used pseudocode to quickly and clearly express general algorithmic ideas in my program (can be applied to motion, as well as “math”).