#! /usr/local/bin/wish -f label .line1 -text "INSTRUCTIONS" label .line2 -text "Click and drag with the left mouse button to create lines." label .line3 -text "Click the middle mouse button to clear the lines." label .line4 -text "Click the right mouse button to exit." label .line5 -text "Hit B key to map lines onto Boy's Surface in blue." label .line6 -text "Hit R key to map lines onto Boy's Surface in red." label .line7 -text "Hit G key to map lines onto Boy's Surface in green." pack .line1 .line2 .line5 .line6 .line7 .line3 .line4