home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT249.ZIP / README.! < prev   
Text File  |  1991-01-09  |  3KB  |  83 lines

  1. USE:      TSR Screen Animator
  2. REQUIRES: DOS 3.0 or above & CGA, EGA or VGA
  3.  
  4.  
  5. USE:      This is a TSR program that generates a beautiful selection of vapor-
  6. like trails after a given idle period.  A simple help file can be called by 
  7. typing QUIXX ? at the DOS prompt.  The program is loaded into memory with:
  8. QUIXX TimeOut Mode
  9.  
  10. where TimeOut is the idle time in minutes (1 to 99) and Mode is from
  11. 0 to 19.  Modes 1 through 15 select a constant color display for the QUIXX using
  12. a color palatte corresponding to the Mode.  That is Mode 2 = color 2.
  13.  
  14. Mode 0 selects an alternating color display.  Every time the Quixx pattern 
  15. bounces off of a wall the color increments.  Mode 16 selects a pattern where
  16. the colors vary within each line of the Quixx pattern.  This yields a constantly
  17. changing image as the vapor trail moves.  Mode 17 selects the same pattern-type,
  18. but in VGA mode19, allowing 256 colors.  The resolution is 320x200.  Mode
  19. 18 is also in VGA mode19, but here the lines of the vapor trail are solid.  As
  20. a new lines are drawn they go go through all 256 colors.  
  21.  
  22. Mode 19 is the Glide mode.  Here the Quixx pattern is one color, 
  23. but as the image moves its color goes through a continuous spectrum of 384
  24. shades.
  25.  
  26. The options can be changed at any time by retyping the command.  So if you had
  27. typed:
  28.  
  29. QUIXX 2 15
  30.  
  31. selecting a 2 minute time-out using mode 15, and you then type
  32.  
  33. QUIXX 5
  34.  
  35. you change the timeout to 5 minutes and leave the mode unchanged.  If you typed
  36.  
  37. QUIXX 5 19
  38.  
  39. you will have also changed the mode to mode 19.
  40.  
  41. If you wish to unload the TSR type
  42.  
  43. QUIXX r
  44.  
  45. This will Remove the TSR from the TSR memory chain, regardless of the number
  46. of TSRs loaded before or after the QUIXX program.
  47.  
  48. IT IS STRONLY RECOMMENDED THAT YOU HAVE EXPANDED MEMORY to prevent memory 
  49. conflicts when the TSR saves your video screen.  While the program will use
  50. higher memory without EXPANDED memory, the program may crash your system
  51. depending on what applications are running.  This program has worked well using
  52. Expanded Memory with programs like WordPerfect and Harvard Graphics.
  53.  
  54. The program also has a 'speed' sensing algorithm to adjust the speed of the 
  55. program to the speed of the computer.
  56.  
  57. The assembly source is available on request.  It is several pages long and
  58. includes four modules: 
  59.  
  60. 1. TSR and DOS interface routines
  61. 2. QUIXX animation routines
  62. 3. Graphics routines/Expaned memory routines
  63. 4. Command line routines
  64.  
  65. The code is well commented in most parts and can teach the reader about:
  66.  
  67. .non-reentrant TSRs
  68. .unloading TSRs
  69. .accessing Video Memory/saving/restoring
  70. .using Expanded Memory
  71. .writing graphics algorithms
  72. .reading/writing directly to the CGA/EGA/VGA graphics registers
  73.  
  74. The program is free to use, copy, and distribute.  The source is only $5
  75. and well worth it.  If interested write to:
  76.  
  77. Jonathan Kraidin
  78. 3301 Indian Queen Lane
  79. Philadelphia, PA  19129
  80.  
  81. CIS 72576, 2122
  82.  
  83.