Re: [Tutor] Tkinter and Animation

2005-05-02 Thread Michael Lange
On Wed, 27 Apr 2005 19:31:06 -0700 Jeremiah Rushton <[EMAIL PROTECTED]> wrote: > > I tried your idea and it doesn't animate it. I made a for loop and told it > to mover 1 pixel downward every .3 seconds for 25 times. It just waits till > the for loop is completed and then displays the result of

Re: [Tutor] Tkinter and Animation

2005-04-26 Thread jfouhy
Quoting Jeremiah Rushton <[EMAIL PROTECTED]>: > In a program that I'm writing in Tkinter, I wanted to know how to > animate objects. I have three buttons in the beginnig, all in the > center. I wanted to know how to, when the user clicks one of them, > make them small and move to a top corner and

[Tutor] Tkinter and Animation

2005-04-26 Thread Jeremiah Rushton
In a program that I'm writing in Tkinter, I wanted to know how to animate objects.  I have three buttons in the beginnig, all in the center.  I wanted to know how to, when the user clicks one of them, make them small and move to a top corner and then have a text box appear where they were. Thanks