By combining my last experiment(pixel scanner) with my new one(lock to grid) I'v made a paint program that locks your paintbrush to the grid and you can save into 3 slots. The saving works by scanning all the 'pixels'(not the tiny real ones like my pixel scanner) and turning it into something like binary(instead of just 0 and 1 it's 0,1,2,3,4,5,6 because this scans colour as well) and it stores the 'binary' code for each line in a list as a new item for each line. Then for loading it reads the 'binary' code and determines what colour it is and then stamps it out. Instructions: draw:click load:click load then type in a number 1 - 3 save: click save then type in a number 1 - 3. change colour: click a colour. note: Once you highlight over the control panel you will have to press the start button to enable drawing again. Play in turbo mode!