home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / games / gamesuite / !Amnesia / AmsHelp / Modules < prev    next >
Text File  |  1995-01-29  |  860b  |  21 lines

  1. Modules
  2. =======
  3.  
  4. The instructions in this directory relate directly to the module Amnesia12. 
  5. This module is designed for machine code programs where the coordinates are
  6. shifted left 12 places.  This gives fine control over velocities and is
  7. recommended for high quality games.
  8.  
  9. For games written in BASIC it is sometimes nice to be able to forget about
  10. shifting everything left 12 places before you use it.  With this in mind the
  11. module named Amnesia0 has no shift.  The screen coordinates range from (0,0)
  12. to (320,256).  Although this makes things simpler remember that velocities
  13. will be much coarser.
  14.  
  15. The file Amnesia2 is included for those of you who like a MODE 13 screen to
  16. have coordinates ranging from (0,0) to (1280,1024).  Don't forget the (0,0)
  17. is at the TOP left, mind you.
  18.  
  19. You may include whatever module you wish in any games that you write.
  20.  
  21.