move()


Translates an object

move(x, y, f1, f2)
x Number of units going to the right
y Number of units going down
f1 Start frame
f2 End frame

Example:

shape = triangle(30, 75, 58, 20, 86, 75)
shape.move(10, 20, 1, 80)
            
shape.draw(1, 1000)