Paul please note: Brian and I have agreed to drop costuming from 1.1 entirely (cutting the first part of page 2 and starting with problem 3b) and just giving them the costumes in a starter project on page 1.1.1. Then we'd teach adding costumes here (as shown below) before they write code to let the user change the costume in 2.1.5. Thoughts? --MF, 4/17/19
On this page, you will edit the word lists used by the sprites and debug any problems.
The report
and say
blocks mean very different things. Report
tells something to the computer, and that value can be used as input to another block, such as the join
block inside gossip
. Say
just shows a value to the user in a speech bubble.
This process of testing, finding problems, and fixing them is called debugging.
gossip
?