At 12:18 PM 01/02/2004 -0600, Stephen Hurd wrote: Here's the docs for scrn.do ------------- SNIP --------------------- A simple little drawing program that allows you to draw a screen then save it as a BASIC subroutine. The program prompts you for a starting line number and a filename, then you're off drawing... Arrow keys move. Space sets/unsets a pixel S set the start point for a shape... move to the desired end point then press one of the following: D toggles "draw" mode - all pixels you pass over are set SPACE - Draws a line C - Draws a circle B - Draws a box F - Fills a box F8 Saves and exits. The saved file is suitable for MERGEing with your BASIC programs to do graphical intro screens etc. I started this little guy yesterday, so I didn't have time to add all the features I wanted... the biggest thing on my ToDo list is allowing you to specify the size of the image and the placement when it's drawn. I expect to have those bits done "soon"