-- Aquarius 80x72mapmode
-- development version 1.0.0.1
-- Translate and Export Custom Ascii character graphics data  
-- December 13 2013 Public Domain Open Source

Mouse button draws or undraws a point at the bloxel location in the 80x72 grid.

Keyboard commands.
Command C will copy the BASIC code for the current drawing into memory.
Command S will save the BASIC code for the drawing to a user defined text file.

Its more clicking about than painting and isn't very pretty.
It's also using the ascii-to-PSET conversion instead of an accurate 8x8 bit ascii to character position, which is an intention for the future.

Tilde and Tab keys will move through the 256 character chart. If you are in paint mode you'll see live updates of this.
* leave myself a note that character choices need to get recorded somewhere for easy re-use.
Arrow keys  move through the grid and draw nice clean lines.* remind me to make a TRON mode for that.

About the livecode stack 80x72mapmode_12132013.livecode
-- For use in Livecode stack script.
-- built in livecode 6.0.2, 
http://downloads.livecode.com/livecode/6_0_2/
-- This script references a substack "TextInputStack" with five text inputs and 3 buttons.
-- This script overuses stack (the mainStack of this stack) and the custom properties need cleaning up.
--  createPsetGraphicGrid generates the graphics the user will paint pixels with.
-- mouseDown, psetMouse, and mouseDragCheck handle painting
