Re: [Tutor] canvas -> make an object 'seem' to move

2007-05-07 Thread John Fouhy
On 08/05/07, Teresa Stanton <[EMAIL PROTECTED]> wrote: > I seem to be stuck again. I've attached my entire file (and the .gif I'm > using. My son made this .gif, its our lab). The problem is my xp (the > variable I use for my x coordinate) isn't updating after the .gif moves. I > think I should

Re: [Tutor] canvas -> make an object 'seem' to move

2007-05-07 Thread Teresa Stanton
" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 03, 2007 4:36 PM Subject: Re: [Tutor] canvas -> make an object 'seem' to move On 04/05/07, Teresa Stanton <[EMAIL PROTECTED]> wrote: the image and moves it. I should mention that I've tried 'move() and coord()

Re: [Tutor] canvas -> make an object 'seem' to move

2007-05-04 Thread Teresa Stanton
Here is how I've changed it, based on your message and the errors I received while putting it together: # load and display several images using Tkinter # Tkinter reads only GIF and PGM/PPM images # (for additional formats use Image, ImageTk from PIL) from Tkinter import * import time root = Tk

Re: [Tutor] canvas -> make an object 'seem' to move

2007-05-03 Thread John Fouhy
On 04/05/07, Teresa Stanton <[EMAIL PROTECTED]> wrote: > the image and moves it. I should mention that I've tried 'move() and > coord()' to get the object to move, but I am not getting the effect I want. > When I use move in successive steps it just appears at the last move > coordinates. My Tkin

[Tutor] canvas -> make an object 'seem' to move

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