Move Scratch Cat around by moving the mouse pointer.
In the code for the yellow sprites, if it was touching the cat, there was a block that said to add 10 points to the score then hide. In the code of the pink sprites it said to wait for touching the cat then gave no further directions. I added the blocks to add -10 points to the score and hide the sprite to each pink sprite. Problem solved.