Bug #4 in the Debug it! series. This project corresponds to the handout for session #9 in the Scratch curriculum guide. In this debugging challenge, Karen wants to control the cat's x-position with the keyboard: right arrow moves the cat right, left arrow moves the cat left. She also wants the cat to say if it's on the right side or the left side depending on its x-position. The cat's moving, but not saying its position correctly! What's going on?