GH Feedback 8/23/15: I was not able to edit my sprite and did not work
I'm not sure what to do about this one except to double-check that the instructions work. --MF
Maybe add some troubleshooting support? --MF
GH Feedback 9/1/15: The yellow box with the grid was confusing for students. They weren't sure what to do, or if they should make their screen look like the grid. A bit more scaffolding in the "make Alonso move to a random position..." section would also have been helpful. Lots of students had questions.
Next, you'll add blocks so that every time he is clicked, Alonzo moves to a random position on the stage.
Find the block in the green Operators palette, and click it several times to try it out.
What values did the random block report? How can you code "Alonzo moves to a random position on the stage"?
Add a line of code so that every time Alonzo is clicked, he not only turns, but also moves to a random position (between -190 and 190 in the x direction and between -130 and 130 in the y direction). Use two blocks and one block together at the end of your code to make this happen. The video shows how to snap these together, but you will need to do more than it shows.
The Snap! stage (the white space in the upper right where sprites act out their scripts) is just like the coordinate plane. The x axis goes from -240 to 240, and the y axis goes from -180 to 180.
Make Alonzo move to a random position between -190 and 190 in the x direction and between -130 and 130 in the y direction so he doesn't go off the edges of the screen.
Click on Alonzo. If your script works, Alonzo should face the other way and move to a random spot on the stage.