The first block says the program will start when the green flag is clicked. It is attached to a Forever Loop, which means all of these events will happen the entire time the program is running. You will edit the If/Then Block to make the gold disappear and a “chomp” noise play every time the Colonist touches a gold treasure chest. Hint: Your first block you will need is found in the “sensing tab”. You will need to have the “chomp” sound play every time the colonist touches the gold chest. This block can be found in the “Sound” tab. Finally, we will need to hide the gold sprite once the colonist touches it. Remember, we can have more than one action happen in an If/Then block. To hide a sprite, you will need to use the “Hide” block, found in the “Looks” tab. Then run your program to see if it works!
This project is part of the SCPS CS2020 initiative for 4th grade,