Re: [Tkinter-discuss] Canvas -> move object and remove previous location

2007-05-07 Thread Teresa Stanton
age - From: "John McMonagle" <[EMAIL PROTECTED]> To: "Teresa Stanton" <[EMAIL PROTECTED]> Cc: Sent: Monday, May 07, 2007 4:48 PM Subject: Re: [Tkinter-discuss] Canvas -> move object and remove previous location > # move the image by the difference bet

Re: [Tkinter-discuss] Canvas -> move object and remove previous location

2007-05-07 Thread John McMonagle
# move the image by the difference between the last point Teresa Stanton wrote: > Hi all: > > I am working on a program that will take a .gif and move it from origin, > along a path where the mouse clicks. I understand that the move is > simply changing the coordinates. I can place sever

[Tkinter-discuss] Canvas -> move object and remove previous location

2007-05-03 Thread Teresa Stanton
Hi all: I am working on a program that will take a .gif and move it from origin, along a path where the mouse clicks. I understand that the move is simply changing the coordinates. I can place several .gif's on the canvas, but I would like to make the previous image go away (delete or be remo