Move the Scratch Cat up and down with the arrow keys.
In this project, the "# of hits" display should increase by 1 every time the Scratch Cat is hit by a tennis ball. But the "# of hits" increases by more than 1 when Scratch Cat is hit. How do we fix the program? SOLUTION two different solutions 1) after the first touch, wait until the sensing touch ends 2) insert a wait for o.2 sec after the first touch This debugging challenge is part of Week 3 activities for the Creative Computing Online Workshop.