The Scratch Cat should do a flip when the space key is pressed. But when the space key is pressed, nothing happens! How do we fix the program?
The problem with this program was that the scratch cat was turning, but he was doing all the turns simultaneously, so he wasn't really moving. I fixed this by putting a wait block between each turn so you can actually see the turns he makes in his flip.