home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / dusttut / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.1 KB  |  53 lines

  1. .name
  2. DustTut
  3. .aminet-dir
  4. gfx/3d
  5. .type
  6. Text
  7. .short
  8. Animations and guide file for using Dust
  9. .description
  10. This tutorial contains many small animations and a guide-file in english,
  11. so you will become more familiar with Dust. Most of the examples you can
  12. create with the unregistered version of Dust !
  13. .version
  14. 0.2
  15. .date
  16. 1995.02.27
  17. .author
  18. Andreas Maschke
  19. .distribution
  20. Copyrighted but Freely Redistributable
  21. .address
  22. Zenkerstraße 5
  23. 06108 Halle/Saale
  24. Germany
  25. .email
  26. epgbc@cluster1.urz.Uni-Halle.DE
  27. .docs
  28. HISTORY
  29. DustTut.guide
  30. .described-by
  31. Dan Fish (daf@starfish.amigalib.com)
  32. .submittal
  33. Downloaded via ftp from wuarchive.wustl.edu.
  34. .execute
  35. set choice `RequestChoice "DustTut" "Please select an option" "HISTORY" "View Guide" "Run an Anim" "Cancel"`
  36. if $choice EQ "0"
  37.   quit 5
  38. endif
  39. if $choice EQ "1"
  40.   MetaTool HISTORY TEXT
  41. endif
  42. if $choice EQ "2"
  43.   MetaTool DustTut.guide GUIDE
  44. endif
  45. if $choice EQ "3"
  46.   set filechoice `RequestFile TITLE "Select File" PATTERN "(#?.anim5)"`
  47.   set dirchoice `pathname $filechoice`
  48.   set filechoice `basename $filechoice`
  49.   failat 21
  50.   cd $dirchoice
  51.   MetaTool $filechoice ANIM
  52. endif
  53.