[Richard Suchenwirth] - Here's a minimalist first shot - black screen, mouse pointer still visible, no animation. Vanishes on keypress, button press, or mouse motion. BUG?: does not hide task bar when run under NT -- does when on Sun via Reflection under NT! ====== proc screensaver {w} { destroy $w ;# just to make sure toplevel $w -bg black wm overrideredirect $w 1 wm geometry $w [winfo screenwidth $w]x[winfo screenheight $w]+0+0 focus $w ;# so it gets keypresses bind $w [list destroy $w] bind $w