This disk has four identical copies of one program: DRAW2.BAS;01 DRAW2.BAS;02 DRAW2.BAS;03 DRAW2.BAS;04 When you run the program, it asks for the filename you will want to save the finished image as. Then it asks for an existing image you want to load to start with -- it with no name if you want to start from scratch. Next you enter single key commands (no carriage return) to change color, move the pixel cursor around, or save the image to disk. move pixel cursor: 1,2,3,4,5,6,7,8,9 - move the pixel cursor in the same direction as the keys are arranged on the numeric keypad (eg, 7 up, 2 down, 4 left, 6 right, 9 up and right, etc) change color: the color is changed by hitting the keycap of the corresponding color, Q = red W = white R = green T = blue U = violet P = black S = yellow V = cyan foofper CN: X = each keypress 1-9 moves one pixel C = keep repeating previous movement command foofper CD: M = move cursor without drawing N = draw while moving save the screen to disk: hit "K" exit: hit