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
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
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