changeSpeedBy(diff): Changes the speed by the diff amount. A positive value will cause the sprite to speed up in the moveAngle direction, and a negative value will slow the sprite down. It is possible to attain negative speeds, which will cause the sprite to move backward. You may want to assign top and bottom speeds to keep your sprite from moving so quickly that it is difficult to control.