In this project, when the green flag is clicked, the Scratch Cat should start on the left side of the stage, say something about being on the left side, glide to the right side of the stage, and say something about on the right side. It works the first time the green flag is clicked, but not again. How do we fix the program?
Code only works once. After flagged clicked I added 'go to x: -120 y: 0' which set the scratch cat back to his original position on the left side when we start the program. Run-time problem.