Re: [Tutor] Re: Re: Re: Tkinter and Animation

2005-04-27 Thread jfouhy
Quoting Jeremiah Rushton <[EMAIL PROTECTED]>: > from Tkinter import * > from time import sleep > > class Main: > > def __init__(self,master): > button = Button(master,text='button') > button.place(x=1,y=1) > y=3 > for x in range(1,25): >sleep(.3) >button.place_forget() >butt

[Tutor] Re: Re: Re: Tkinter and Animation

2005-04-27 Thread Jeremiah Rushton
>> >> I wanted them to visually shrink and visually move to a corner on the frame. >> I did not know how to do it the way you explained, thanks for that. But is >> there any way to do it visually? >> > >I guess so, if you use the "place" geometry manager. With place() you can determine >things like