home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Animations / 5_STAR_GAMES.ISO / ani / animate.doc next >
Text File  |  1992-03-17  |  3KB  |  69 lines

  1. ANIMATE.EXE, the Animation player
  2.  
  3. ANIMATE.EXE is a player for PC Animate Plus and 3D WorkShop animations. 
  4. Although it is copyrighted by Bill Marsh, you may distribute it freely 
  5. with your animations. ANIMATE.EXE must be accompanied by ANIMATE.DOC 
  6. when it is distributed.
  7.  
  8. ANIMATE.EXE requires the DVR drivers to be in the same directory or a 
  9. sub-directory named DRIVERS. We recommend that you use the enclosed 
  10. compression program, LHA by Haruyasu Yoshizaki, to compress ANIMATE.EXE, 
  11. the drivers, and your animation into one file before distributing it to 
  12. people who do not own PC Animate Plus or 3D WorkShop. (LHA can be used 
  13. for compressing any and all software. Please read the files LHA213.DOC 
  14. and LHA.HLP for further information.)
  15.  
  16. Usage:
  17.  
  18.     animate [-options] [path]animation file[.ani]
  19.  
  20. If no options are given, the first frame is displayed after the 
  21. animation finishes loading and ANIMATE. EXE waits for a keystroke before 
  22. playing the animation.
  23.  
  24. Options are:
  25.  
  26.     -once        Play animation through one time.
  27.     -loop [n]    Loop animation n times. If no n, repeat endlessly.
  28.     -ping [n]    Ping pong animation n times. If no n, repeat endlessly.
  29.     -speed [n]   Adjust playback speed by n (n can be positive or
  30.                  negative).
  31.     -hidefirst   Hide the first frame until the animation begins.
  32.     -leavelast   Leave last frame showing after quitting ANIMATE.EXE.
  33.                  This leaves the screen in graphics mode and may cause
  34.                  problems. The screen may be reset to text mode with the
  35.                  DOS mode command.
  36.     -disk        Force playback from disk. This is useful when you want
  37.                  to reserve some computer memory for other programs.
  38.  
  39. Examples:
  40.  
  41.     animate -loop 70 -leavelast myfile.ani
  42.     animate -ping -speed 4 d:\animate\myfile
  43.  
  44. Keyboard Commands
  45.  
  46. While running, ANIMATE.EXE accepts the following keyboard commands:
  47.  
  48.     right-arrow    Reverse direction of animation.
  49.     left-arrow     Reverse direction of animation.
  50.     Up-arrow       Speed up animation.
  51.     Down-arrow     Slow down animation.
  52.     0-9            Set relative speed.
  53.     ^up-arrow      Return animation to original speed.
  54.     ^down-arrow    Return animation to original speed.
  55.     F1             Run animation once (also O).
  56.     F2             Loop animation continuously (also L and Enter).
  57.     F3             Run animation in ping pong mode (also P).
  58.     Spacebar       Pause animation.
  59.     Mouse Click    Pause animation.
  60.     Q              Quit ANIMATE.EXE.
  61.     Esc            Quit ANIMATE.EXE.
  62.  
  63. While paused, ANIMATE.EXE accepts the following keyboard commands:
  64.  
  65.     Left-arrow     Move to previous frame.
  66.     Right-arrow    Move to next frame.
  67.     Spacebar       Restart paused animation.
  68.     Mouse click    Restart paused animation.
  69.