home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / amiga / programm / 11800 < prev    next >
Encoding:
Text File  |  1992-07-29  |  855 b   |  22 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!lkind
  3. From: lkind@nyx.cs.du.edu (Lance Kind)
  4. Subject: Changing sprite color prob. SOLVED!
  5. Message-ID: <1992Jul30.015149.1277@mnemosyne.cs.du.edu>
  6. Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
  7. Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
  8. Date: Thu, 30 Jul 92 01:51:49 GMT
  9. Lines: 11
  10.  
  11.  
  12.      pochanay@cae.wisc.edu pointed out the error of my ways.  I was opening
  13. up an 8 color HiRes viewport, i.e. I only allocated a ColorMap of only 8 
  14. entries.  For sprites that use Color entries 16-31, I needed to use 32
  15. entries when I did a GetColorMap();.  Either that or use the user  copper
  16. list (which i am not familer with).  Now I am happily off and coding.
  17.  
  18.                                    Thanks,
  19.  
  20.                                   Lance Kind
  21.  
  22.