drag around the ball and this project calculates the speed your dragging it at. it calculates it at pixels to the hundredth of a second. It calculates it by finding the difference between it's starting x axis and the finish x axis, then adds that to the difference between the starting y axis and the finish y axis. it does this every 0.01 seconds.