Alex's Screenshot Maker axchos@yahoo.com <-- NOT AOL NOW by Alex Cho Snyder, author of Dragon Create a tileset of text and use it to draw on the homescreen, and then save it, or create a screenshot for use in BASIC prgms. Controls ARROWS - Move Selected Tile 2nd - Place Selected Tile on screen ALPHA - Cycle to next tile in set MODE - Access the menu DEL - Quit without saving How to use the Menu Use the up and down arrow keys to select To choose the selected command, press ENTER or press the number next to it To return to the previous screen, press 7 or select BACK (or CANCEL) Add Tiles Adds inputed characters to the end of the tileset string. If your old tileset is " OH-" and you enter "()<>XY" then the new tileset will become " OH-()<>XY". New Tileset Creates a new tileset string from your input. A space is always the first character and 0 in the Matrix so you do not have to enter a space in the beginning. Save Tileset Gives you a list of variables to save your screen. Choose an empty one or overwrite a used one. Load Tileset Gives you a list of variables to create a screen from. If you choose a variable that is not used, it will not work correctly and may return an error. Screen Shot Converts the current screen to a screen shot in Str9. You may use Output(1,1, and then recall Str9 to display it in a program. Clear Screen This makes the screen blank while keeping the tileset. Back This returns to the screen you are working on. I re-released this because I optimized it a little, and also changed it so that it starts up at the menu instead of at a blank screen! I also changed it to allow you to cancel a save or load. email me at axchos@yahoo.com if you have a suggestion