home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.1 KB | 53 lines |
- .name
- DustTut
- .aminet-dir
- gfx/3d
- .type
- Text
- .short
- Animations and guide file for using Dust
- .description
- This tutorial contains many small animations and a guide-file in english,
- so you will become more familiar with Dust. Most of the examples you can
- create with the unregistered version of Dust !
- .version
- 0.2
- .date
- 1995.02.27
- .author
- Andreas Maschke
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Zenkerstraße 5
- 06108 Halle/Saale
- Germany
- .email
- epgbc@cluster1.urz.Uni-Halle.DE
- .docs
- HISTORY
- DustTut.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "DustTut" "Please select an option" "HISTORY" "View Guide" "Run an Anim" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool HISTORY TEXT
- endif
- if $choice EQ "2"
- MetaTool DustTut.guide GUIDE
- endif
- if $choice EQ "3"
- set filechoice `RequestFile TITLE "Select File" PATTERN "(#?.anim5)"`
- set dirchoice `pathname $filechoice`
- set filechoice `basename $filechoice`
- failat 21
- cd $dirchoice
- MetaTool $filechoice ANIM
- endif
-