Evjen Halverson wrote: > I have tried to make a Tkinter program make a > rectangle move down the window, > but did not succeed. All it does is > make a rectangle trail. > What am I doing wrong?
You are not deleting the old instances of the rectangle. Look at the delete method of the canvas widget. This is Gold Plated Guaranteed (Tm) to work. There is an alternative too, which I have never used, so no Gold Plated Guarantee. Look at the coords method of the canvas widget. It seems to let you get and set the position of something. HTH - Hendrik -- http://mail.python.org/mailman/listinfo/python-list