home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / 8bit / 3954 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.8 KB

  1. Path: sparky!uunet!darwin.sura.net!mips!pacbell.com!well!moon!cyberden!phbill
  2. From: moon!cyberden!phbill@well.sf.ca.us
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: APAC Object Editor!
  5. Message-ID: <Rk9ooB1w164w@cyberden.uucp>
  6. Date: Wed, 29 Jul 92 17:30:02 PDT
  7. Organization: Indescribable Creations
  8. Lines: 32
  9.  
  10. HEY ALL!  I'm working on a program that allows you to edit 8 x 8 x 256 
  11. characters!  Yes!  8 x 8 x 256.  Just like normal character sets, but in 
  12. 256 colors!  Of course you loose a LOT of characters per set (1024 
  13. bytes), but you have unlimited characters avaliable to place onto the 
  14. screen.  The program is written in TurboBASIC XL (of COURSE...) and so fa 
  15. all I've got it to do is edit one character and change it into "TEXT"able 
  16. characters.  (Say you have an 8 x 8 block in GR.9/GR.10/GR.11/APAC mode- 
  17. it would take up 4 x 8 bytes, or 4 normal character-set characters.  If 
  18. you were to place a character onto the screen, you'd do something like 
  19. this:
  20. COLOR 1:POKE 87,8 (this would probably be set all the time)
  21. POKE 756,CHC:TEXT X,Y,"ABCD" (CHC is the character set base..)
  22. POKE 756,CHL:TEXT X,Y+96,"ABCD" (CHL is the chbase + 512 (or 1024), and
  23.                                  contains the luminence data... CHC cont-
  24.                                  aining the color data)
  25.  
  26.  
  27. As soon as I get the editor done, I'll upload it to the archive and 
  28. commense work on a Galaga clone!!!  :)  (my FAVORITE game of all time!)
  29.  
  30. Hopefully TBXL can keep up.. it having to TEXT onto the screen twice for 
  31. every enemy.  (8x8x256 looks mighty nice!!)
  32.  
  33.  
  34. Any comments or ideas are GREATLY appreciated.
  35.                                                                 Bill
  36.  
  37. Say|____________9_year_veteran_ ||| __
  38. Hi |PhBill: Bill Kendrick      / | \
  39. if |moon!cyberden!phbill@well.sf.ca.us
  40. in |__________________________________
  41. NJ!|                     July 29, 1992
  42.