Re: [Tutor] tkinter arrow event location

2007-05-24 Thread Alan Gauld
"Teresa Stanton" <[EMAIL PROTECTED]> wrote > Using a mouse I could use event.x to find the current location of > the mouse. > But if I have a canvas with a gif and I need the current location of > the > gif, could I bind the gif to an arrow event to get the feedback of > where the > gif is at a

[Tutor] tkinter arrow event location

2007-05-23 Thread Teresa Stanton
Using a mouse I could use event.x to find the current location of the mouse. But if I have a canvas with a gif and I need the current location of the gif, could I bind the gif to an arrow event to get the feedback of where the gif is at any given time? If so, can someone show me how? T _