home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
pix
/
art
/
curriepics
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-10-23
|
1KB
|
45 lines
.name
CurriePics
.aminet-dir
pix/art
.type
Picture
.short
Some hand-drawn 16/32-color IFF pictures
.description
All of these pictures are 16 or 32 color hi-res iff's which were drawn by
hand using Deluxe Paint III/IV. No mechanical device (aside from my
computer) was used in the creation of these images.
.author
Robert Currie
.distribution
Copyrighted but Freely Redistributable
.email
currie@cpsc.ucalgary.ca
Robert_Currie@amuc.mtroyal.ab.ca
.docs
Author.readme
RCurrie1.readme
RCurrie2.readme
RCurrie3.readme
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.execute
set choice `RequestChoice "Currie Pics" "Please select an option" "README" "View Pictures" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Author.readme TEXT
endif
if $choice EQ "2"
set filechoice `RequestFile TITLE "Select File" REJECTPATTERN "(#?.info)" PATTERN "(#?.PIC)"`
set dirchoice `pathname $filechoice`
set filechoice `basename $filechoice`
failat 21
cd $dirchoice
MetaTool $filechoice JPEG
endif