home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL35.ARJ / VOL3511 < prev    next >
Text File  |  1992-01-07  |  5KB  |  94 lines

  1.  
  2.     Volume 3511 - Released may 1988 - Abstract (C)  Programmatheek
  3.  
  4. P r o g r a m m a T h e e k volume 3511
  5.  
  6. gelijk aan PC/SIG no. 511, PCgg 515
  7.  
  8. Titel: Turbo Sprites & Animation
  9.  
  10. Number  Name            Size    Date    Comments
  11.         CATALOG  511     2264   2-18-88 This list
  12. 3511.01 COMPOSER COM    15796   2-16-86 Utility to load  screen file and
  13.                                         sprite tables
  14. 3511.02 COMPOSER DOC     4736   4-29-86 Doc. for  COMPOSER.COM  (formatted for
  15.                                         printer)
  16. 3511.03 DEMO1    PAS     5563   2-15-86 Turbo Pascal source  code of demo
  17.                                         program 
  18. 3511.04 DEMO1    TAB     3072   1-09-86 Sprite table for  DEMO1.PAS
  19. 3511.05 DEMO2    PAS     2627   2-15-86 Turbo Pascal source  code of demo
  20.                                         program 
  21. 3511.06 DEMO2    TAB     3072  12-12-85 Sprite table for  DEMO2.PAS
  22. 3511.07 DEMO3    PAS     5715   2-15-86 Turbo Pascal source  code of demo
  23.                                         program 
  24. 3511.08 DEMO3    TAB     3072  12-12-85 Sprite table for  DEMO3.PAS
  25. 3511.09 DEMO4    PAS     5963   2-15-86 Turbo Pascal source  code of demo
  26.                                         program 
  27. 3511.10 DEMO4    TAB     3072   2-15-86 Sprite table for  DEMO4.PAS
  28. 3511.11 DEMO5    PAS     2085   2-15-86 Turbo Pascal source  code of demo
  29.                                         program 
  30. 3511.12 DEMO5    TAB     3072   2-11-86 Sprite table for  DEMO5.PAS
  31. 3511.13 DEMO6    PAS    10781   2-15-86 Turbo Pascal source  code of demo
  32.                                         program 
  33. 3511.14 DEMO7    PAS     2985   2-15-86 Sprite table for  DEMO6.PAS
  34. 3511.15 DEMO8    PAS     3478   2-15-86 Turbo Pascal source  code of demo
  35.                                         program 
  36. 3511.16 DESIGNER __1    16384   2-15-86 Screen file for  DESIGNER.COM
  37. 3511.17 DESIGNER __2    16384   2-15-86 Screen file for  DESIGNER.COM
  38. 3511.18 DESIGNER COM    31397   2-15-86 Sprite design  utility
  39. 3511.19 DESIGNER DOC    19456   4-29-86 Doc. for  DESIGNER.COM  (formatted for
  40.                                         printer)
  41. 3511.20 DRAGON   INC      466   2-15-86 Indiv. sprite  converted to typed
  42.                                         constant array
  43. 3511.21 DRAGON   SPR      128  12-08-85 Individual sprite  for demo programs
  44. 3511.22 GO       BAT      128   4-29-86 Print documentation
  45. 3511.23 GO       TXT      593   5-07-86 About GO.BAT
  46. 3511.24 NOTES511 TXT     2176   4-29-86 Notes
  47. 3511.25 READTHIS NOW     2048   4-29-86 Documentation
  48. 3511.26 SANTA    INC      509   2-15-86 Indiv. sprite  converted to typed
  49.                                          constant array 
  50. 3511.27 SANTA    SPR      128  12-18-85 Individual sprite  for demo programs
  51. 3511.28 SAVESCRN COM    12337   9-26-85 Utility to import PC  Paint screens to
  52.                                         Pascal progs
  53. 3511.29 SAVESCRN LIB     3487   2-15-86 Library routines to  save and load 
  54.                                         Pascal screens
  55. 3511.30 SPRITES  LIB    12926   2-13-86 Sprite definitions  and driver
  56.                                         routines
  57.         VOL3511  ABS     1715   2-18-88 Disk abstract
  58. 3511.31 ZONE1    SPR      128   2-13-86 Sprite file
  59. 3511.32 ZONE2    SPR      128   2-13-86 Sprite file
  60.                34 File(s)    109568 bytes free
  61.  
  62.  
  63. Turbo Sprites and Animation is a series of utilities,  library files and demo
  64. programs to create, maintain and  animate sprites (user defined graphics
  65. images) in the Turbo  Pascal environment. It is an excellent program for
  66. exploring  the world of animation using Turbo Pascal. Both multi-page 
  67. animation and xor animation are supported.
  68.  
  69. The program consists of several components which make up a  complete tutorial
  70. and development environment:
  71.  
  72.  - A sprite designing utility (DESIGNER.COM) which is an  editor-like
  73.    environment for creating sprites. It also allows you to  store them in      
  74.                   tables of up to 24  sprites. The utility will also generate
  75. code allowing    you  to  incorporate sprites in your programs as typed
  76. constants.
  77.  - A utility that allows you to load an entire screen and  sprite table,   
  78. then freely move the sprites around the  screen to design an arrangement    or
  79. animation pathway;
  80.  - A library containing the definitions and driver routines  that allow you   
  81. to use sprites in your own programs;
  82.  - Various sprite tables and individual sprites used in the  demo programs; 
  83.  - Eight liberally commented demo programs which show you  how to achieve
  84.    different animation effects with sprites.
  85.  - It also includes a utility (SAVESCRN.COM) to import PC  Paint screens to
  86.    Turbo Pascal programs, and a library file of routines to  save and load    
  87. Turbo Pascal screens.
  88.  
  89. The program requires Turbo Pascal 3.0 (for version 4.0 only  to add units
  90. Turbo3, Crt and Graph3), an IBM (or compatible) Color  Graphics Adapter, and a
  91. RGB color monitor. The program will
  92. not work with either a monochrome or color composite  monitor.
  93.  
  94. Excellent utilities and documentation!