[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mousepaint HiRes help
- Subject: Mousepaint HiRes help
- From: ludditetech@mac.com (Simon Williams)
- Date: 31 May 2002 21:15:27 -0700
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com/
- Xref: archiver1.google.com comp.sys.apple2:19984
Wondering how to use a HIRES screen made with MOUSEPAINT in another
program.
I've tried this but it only works on the second go round:
10 PRINT CHR$(4)"PR#3"
20 PRINT CHR$(4)"BLOAD MY.PICTURE"
30 HGR2
40 FOR I = 1 TO 1000 : NEXT I : REM KEEP SCREEN OPEN FOR A WHILE
Using that at the beginning of my STARTUP program I see no picture
when I first boot, but if I RUN STARTUP again it works fine so I
presume I'm on the right track.
SW