home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Dcomplib / ANIMIMAG.LZH / README.TXT < prev    next >
Text File  |  1996-03-21  |  784b  |  30 lines

  1. Bitmap Animation Component written by Albert Au
  2.  
  3. Install the component:
  4.  
  5. 1. Extract the files "AnimImag.dcu","AnimImage.dcr" in the zip file.
  6. 2. Install it from Delphi's environment.
  7.  
  8. The TAnimImage components will be installed.
  9.  
  10. Usage :
  11.  
  12. TAnimImage is a class that modifiy the TImage class to provide Animation Effect.
  13. An example application is the animation of Netscape's logo in Netscape.
  14. See the example program "Project1.dpr".
  15.  
  16. Properties:
  17. ImageCount :  The no of frames.
  18. Interval   :  The time interval between two frames.
  19. Direction  :  Play forward or play backward.
  20. Continuous :  Start or stop the animation.
  21.  
  22.  
  23. If you find any bugs please fell free to send me email.
  24.  
  25.  
  26.  
  27. Albert Au
  28. c3805596@comp.polyu.edu.hk
  29. http://www.comp.polyu.edu.hk/~c3805596/
  30.