def setup():
	p.size(800,200)
	p.smooth()
	p.frameRate(30)

	global w
	w = Walker()
def setup():
	p.size(800,200)
	p.smooth()
	p.frameRate(60)