Moving Canvas Objects#
Objects can be moved on a tkinter Canvas. There are two main methods we can
apply based on move and coords. move identifies the object with the
TagOrId and requires an
amount that the object is to be moved, whereas coords uses TagOrId and
its bounding box to a new set of coordinates.
Moving Objects...