[Posts in the debugging category need to have the following pieces of information included in order to help other teachers or our moderator team best help you. Feel free to delete everything in brackets before posting your request for debugging help.]
I had a student generate this for the Interactive Card project at the end of Unit 3 Chapter 1: https://studio.code.org/projects/gamelab/mHBfm-SffZm88lQzcm6tinK2_5qoIL_8pzzlKtgWjMg
They (and I) expected that each ball would disappear when clicked and then when a total of 3 clicks was recorded the net would become visible with the 3 balls “in” it.
The balls do not disappear when clicked.
I pared the code way down to try a variety of things. I changed the .visible = false to sprite.tint and sprite.rotation and was able to get changes. .visible continued to do nothing.