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?
Debugged The Scratch Cat was flipping but too fast to be seen. Added a delay between the rotations (and tossed them in a loop block to spare some blocks ;) )