home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / shapewin.zip / tranime.txt < prev    next >
Text File  |  1999-02-02  |  2KB  |  71 lines

  1.  
  2. tranime                 OS/2 User's Manual                  tranime
  3.  
  4. NAME
  5.  
  6.     tranime - animate with several transparent bitmaps
  7.  
  8. SYNOPSIS
  9.  
  10.     tranime bitmap-file ...
  11.  
  12. DESCRIPTION
  13.  
  14.     Show animations with bitmap files specified in command line.
  15.     
  16.     When start this program, first control dialog appears.
  17.     
  18.         It takes lot time if you specified many/large bitmaps.
  19.  
  20.     Control dialog looks like below.
  21.  
  22.         +---+-----------------+---+ 
  23.     |   |  Animate Bitmap |   |
  24.         +---+-----------------+---+ 
  25.     |       +---------------+ |
  26.         | Step  |             20| |
  27.     |       +---------------+ |
  28.     |       +---------------+ |
  29.         | Dealy |            500| |
  30.     |       +---------------+ |
  31.         | +-----+ +-----+ +-----+ | 
  32.     | | Run | |Stop | |Exit | |
  33.         | +-----+ +-----+ +-----+ | 
  34.         +-------------------------+
  35.     
  36.     where, set
  37.  
  38.         Step        next picture will placed 'step' pixels right.  If
  39.                     step was minus, next picture will placed left side.
  40.             And also step was 0, picture will placed same
  41.                     position.
  42.         Delay       time in mili-sec between next picture.  If it was
  43.                     too short, it requires lot of CPU cycle.
  44.  
  45.     and
  46.     
  47.         Run         start animation
  48.     Stop        stop  animation
  49.     Exit        terminate program
  50.  
  51.     Control dialog and animation have same Z-order.  If you place
  52.     control dialog at top, animations also on top.  And if you select
  53.     another window as top, animation moved below such windows.
  54.  
  55. Problems
  56.  
  57.     If 'step' was short, previous image remains a while.  If you known
  58.     good method to avoid it without mashine load, ley me know.
  59.  
  60.  
  61. Warning
  62.  
  63.     This program consumes lot of system resources (CPU and memory), so
  64.     if you want to use
  65.  
  66.         Large Bitmap
  67.     Complex Bitmap
  68.     
  69.     system will slow down.  Practical limit will depend on your machine.
  70.     So first try with small and simple bitmaps.
  71.