You'll need to pay careful attention to the behavior of the three sprites in this program and where they go on the screen. Notice the screen now has the Coordinate Plane on it, showing the position where the sprites start and end. Each Sprite (the cat, dog, and monkey) uses a different series of blocks in the script to make it move from one point to another. All of them appear to teleport to the left side of the screen at first. One moves very slowly, and can have the direction he travels change. Another moves a bit more jerkily, moving to the right, then down, then left. The final sprite moves smoothly. Look carefully at the different codes for the movement, analyze how the program affects the movement.