U3L17: Interactive Card

My student’s project doesn’t stop playing the crunch sound after the first trigger of tapping food. Also, they would like the food to disappear when the food is tapped:

Suggestions? Thank you

For the “Play Sound” block, the last argument is “loop.” Right now it’s set to “true,” but it needs to be set to false:

1 Like

@Russell is correct on the sound. The last parameter is the sound parameter and setting it to true invokes a loop. Setting it to false has it only play once.

Looks like your student already figured out how to make it disappear.

Good luck!

Mike