This demo runs the following code with different fingers:

finger.wait(1000).moveTo(200, 200, 0)
	.down().moveBy(200, 0, 1000).up().wait(1000)
	.down().moveBy(-200, 0, 1000).up().wait(1000);