home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
VISONAIRE1,1MAIN.DMS
/
in.adf
/
virx
/
ShowAnim.virx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-01-31
|
540 b
|
17 lines
/*
* ShowAnim.virx
* Copyright (c)1992 Bruno Costa & Lucia Darsa
*/
options results
parse arg format animfile 'script' scriptfile
if format = 0 | format = 1 then
if animfile ~= '' then
requestnotify '"Modify ShowAnim.virx as explained in the manual,*nin the Customizing Visionaire Chapter."'
else
address command 'display from' scriptfile 'opt t=0'
else
requestnotify '"If you have a better graphics display, modify ShowImage.virx*nas explained in the manual (Customizing Visionaire chapter)*nand in the ReadMe file."'