Move Scratch Cat around by moving the mouse pointer.
This program is not working properly because when the cat traps the yellow gobos the score variable is incrementing, but when he touches the pink ones nothing is happening. So like I always do, first I click the green flag to see how it´s working and then I start reading the scripts for each sprite. I found out that the yellow gobos do have the score variable asigned and changing from 10 to 10. The pink ones in their script don´t have the score variable anywhere. So to fix it, I placed the change score by -10 from the data area in each pink gobo and when I ran the program again, now the cat adds or takes away the 10 points to his score when he is playing around.