goto(x,y)
coordinates = [] for x in xrange(width): for y in xrange(height): coordinates.append((x, y))
setposition(x,y)#Can also be setpos()