Use the mouse pointer to draw something, then the scratch cat will follow the lines at the same speed you drew it at.
This was kinda confusing, because how it works is it sets the coordinates of the drawing in a list when you draw something, and then the cat starts at the first item in the list, and sets it's coordinates to it, then it continues down the list, changing where it is.