home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / ANWENDUN / DANCAD3D / DEMO2A.SUB < prev    next >
Text File  |  1993-12-01  |  857b  |  38 lines

  1. ; DEMO2A.SUB, to be used with DEMO2.MAC.
  2. ; Copyright (c) 1987-1990, Daniel H. Hudgins, All rights reserved.
  3.  
  4.    GRAPH_MODE B&W
  5.  
  6. :1 IF |FNAME > 1 THEN GOTO :2
  7.  
  8.    ANIMATE PIX\DEMO2AFR 100
  9.    GOTO :END
  10.  
  11. :2 IF |FNAME > 2 THEN GOTO :3
  12.  
  13.    ANIMATE PIX\DEMO2BFR 100
  14.    GOTO :END
  15.  
  16. :3 IF |FNAME > 3 THEN GOTO :4
  17.  
  18.    ANIMATE PIX\DEMO2CFR 100
  19.    GOTO :END
  20.  
  21. :4 IF |FNAME > 4 THEN GOTO :5
  22.  
  23.  { You can add your own commands here to expand this macro. }
  24.  
  25. :5
  26.  
  27. :END
  28.  
  29.  
  30. { These pixel files are named PIX\DEMO2xFR.1, DEMO2xFR.2, ... 
  31.   If you have a 2 Meg RAM card add a drive letter for the
  32.   files name's to speed up the frame display rate.
  33.   The Program DANMOVIE v2.0 can display about 24 frames quickly
  34.   on any computer since DANMOVIE uses the computers RAM.  
  35.   DANMOVIE v2.0 is part of the regestered user outfit.   }
  36.  
  37. ; END
  38.