[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hires Graphics trouble
- Subject: Hires Graphics trouble
- From: ludditetech@mac.com (Simon Williams)
- Date: 25 Jun 2002 17:33:16 -0700
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com/
- Xref: archiver1.google.com comp.sys.apple2:20769
Still trying to get a HiRes screen to load at the start of my program.
This is what I've got:
10 HOME
20 PRINT CHR$ (4) "PR#3"
30 HGR2
40 PRINT CHR$ (4) "BLOAD MY.PICTURE, A$2000"
50 GET GARBAGE$
Problem is it doesn't load very often. Most of the time I get a
screen full of 'static'... sometimes just blank... once in a while the
picture shows up.
I noticed that sometimes a HiRes screen from a the last program pops
up... do I need to clear the memory somehow?
I've also tried BLOADing at A$4000 and even at both locations, but the
results are always the same.
Tried it on //e and //c, same results...
HELP!
All I want is a nice startup image... is that too much to ask?
SW
PS. HiRes page was done with MOUSEPAINT, if it matters.