When you click on the cat, it should go to the start position. Then, it should move halfway down the line. After waiting, it should move to the end block. Finally, the cat should go all the way back to "start" without pausing. BUT IT'S NOT WORKING!! Can you debug this code?
I fix this bug by changing the number of steps the sprite takes and the value of x. The last move box should be the total of the first two move boxes, but it has to have a negative sign in the front of the number. If I do that, then the sprite would go back from the start. Do you agree or disagree with me?