Re: [Tutor] Functions and Mainloop()

2009-01-08 Thread John Fouhy
2009/1/9 Jonathan Balkind : > Hi tutor list, > I haven't been programming for long with Python, and I'm currently trying to > make a simple game using Tkinter. I was wondering whether it is possible to > submit a function to the mainloop so it will run every time the loop goes > around? I thought a

[Tutor] Functions and Mainloop()

2009-01-08 Thread Jonathan Balkind
Hi tutor list, I haven't been programming for long with Python, and I'm currently trying to make a simple game using Tkinter. I was wondering whether it is possible to submit a function to the mainloop so it will run every time the loop goes around? I thought about adding the function to the event