home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / TPSPRITE.ZIP / NOTES511.TXT < prev    next >
Text File  |  1986-04-29  |  2KB  |  48 lines

  1. Program name:           Turbo Sprites and Animation (v1)
  2.  
  3. Author name:            Donald L. Pavia
  4. Address:                1488 Lahti Drive
  5.                         Bellingham, WA 98226
  6. Telephone Number:       none given
  7.  
  8. Suggested Donation:     $10 for the programs supplied on the disk.  For an 
  9.                         additional $20, you get the commented source code for
  10.                         the utility programs.
  11.  
  12. Description:
  13.  
  14. Turbo Sprites and Animation is one of the most interesting and practical 
  15. animated graphics creation programs the writer has seen.  It will be useful, 
  16. instructive and entertaining for any Turbo Pascal programmer with even a 
  17. casual interest in learning how to create animated graphics.  It is well 
  18. documented, liberally commented and is supplied with source coded demo 
  19. programs that demonstrate numerous techniques for animation.  On a scale of 
  20. 10, this program is a solid 9.  
  21.  
  22. The program consists of several components which make up a complete tutorial 
  23. and development environment:  
  24.     
  25.     A sprite designing utility that allows you to create sprite arrays and 
  26.     store them in tables for later use;  
  27.     
  28.     A utility that allows you to load an entire screen and sprite table, then 
  29.     freely move the sprites around the screen to design an arrangement or 
  30.     animation pathway;  
  31.     
  32.     A library containing the definitions and driver routines that allow you to 
  33.     use sprites in your own programs;  
  34.     
  35.     Various sprite tables and individual sprites used in the demo programs;  
  36.     
  37.     Eight liberally commented demo programs which show you how to achieve 
  38.     different animation effects with sprites.  
  39.  
  40. It also includes a utility to import PC Paint screens to Turbo Pascal 
  41. programs, and a library file of routines to save and load Turbo Pascal screens.
  42.  
  43. The program requires Turbo Pascal, an IBM (or compatible) computer, PC or MS 
  44. DOS V2.00 (or greater), 256K bytes of RAM memory, 1 disk drive, an IBM (or 
  45. compatible) Color Graphics Adapter, and an RGB color monitor.  The program 
  46. will not work with either a monochrome or color composite monitor.
  47.  
  48.