aiiadict@gmail.com wrote:
DONE:
moveable shape preview window,
"clipboard" view window (moveable)
select lasso,
copy and
paste commands.
select lasso is now in assembly, stores directly to graphics RAM
instead
of HPLOT
interesting things I found out:
1) make sure test program loads the @@#$% ylookup table! spent hours
on this mistake
2) you cannot capture (without workarounds) CONTROL-C from a basic
program... I added
IF A$=chr$(3) do this.... unfortunately Control-C (copy) doesn't
ever make it to BASIC, because
it breaks a basic program
Cntl-C can be processed by a Applesoft program quite easily by
polling the keyboard with a PEEK. This also has the advantage
that the program can check for input without stopping whatever
else it is doing/polling/animating.