In this project, the Scratch Cat should pace back and forth across the stage, when the Scratch Cat is clicked. But the Scratch Cat is flipping out -- and is walking upside down! How do we fix the program?
I added the set rotation style block to my script so that the cat knows it cannot flip upside down. Sprites usually can rotate in a full circle, but I needed to limit it to left & right.