[Tutor] Undrawing text

alan.gauld@bt.com alan.gauld@bt.com
Tue, 14 Nov 2000 15:18:58 -0000


> in my graphics window i want to update a count for every 
> mouse click i make.......

OK, What graphics system are you using? It doesn't 
look like the default Python toolkit of Tkinter...

That'll get us started.  :-)

> count=count+1
> counter=Text(Point(320,240),count).draw(win1)

Alan G.