The penguin just walks back and forth. It shows how to create variables x and y, xIncrement (how far to step) and xDirection (which way to walk). It shows how to multiply xDirection by -1 to change the direction (direction = the opposite of the direction) and use the absolute value of x to determine when to turn.