home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / VISONAIRE1,1MAIN.DMS / in.adf / virx / ShowAnim.virx < prev    next >
Encoding:
Text File  |  1993-01-31  |  540 b   |  17 lines

  1. /*
  2.  * ShowAnim.virx
  3.  * Copyright (c)1992 Bruno Costa & Lucia Darsa
  4.  */
  5.  
  6. options results
  7.  
  8. parse arg format animfile 'script' scriptfile
  9.  
  10. if format = 0 | format = 1 then
  11.   if animfile ~=  '' then
  12.     requestnotify '"Modify ShowAnim.virx as explained in the manual,*nin the Customizing Visionaire Chapter."'
  13.   else
  14.     address command 'display from' scriptfile 'opt t=0'
  15. else
  16.   requestnotify '"If you have a better graphics display, modify ShowImage.virx*nas explained in the manual (Customizing Visionaire chapter)*nand in the ReadMe file."'
  17.