Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!cec2!kgs9698 From: kgs9698@cec1.wustl.edu (Karl G. Stiefvater) Newsgroups: comp.sys.amiga.tech Subject: graphics.library problems... Message-ID: <1990Apr9.193404.1567@cec1.wustl.edu> Date: 9 Apr 90 19:34:04 GMT Sender: news@cec2 (USENET News System) Reply-To: kgs9698@cec2.wustl.edu (Karl G. Stiefvater) Organization: Washington University, St. Louis, MO Lines: 18 Is there a bug, or am I screwed up: Last night I tried to open a ViewPort that used both dual-playfield and sprites. Unfortunately my sprite colors are not being loaded. They remain whatever they were in the last ViewPort... :-( I have tried, with no other changes to my code: vp.Mode = SPRITES | DUALPF | (Flag to say Other PF on top); -Which gives me DUALPF, but no sprite colors. vp.Mode = SPRITES; -Which gives me my sprite colors, but no DUALPF. What to do? Right now, I have a dummy vp at the top of my display, loading my colors; but this is no real answer to my problem. Anyone know what's up? Thanks in advance, -Karl