home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / biz / demo / quicktextdemo / product-info < prev    next >
Fred Fish's Product-Info  |  1995-09-26  |  1KB  |  45 lines

  1. .name
  2. QuickTextDemo
  3. .aminet-dir
  4. biz/demo
  5. .type
  6. Animation Tool
  7. .short
  8. Interactive desktop video program.
  9. .description
  10. QuickText is an interactive desktop video program designed to easily
  11. develop and display almost any type of graphic screen, including
  12. titles and credits, pictures, and even animations.  Other features
  13. include full ARexx support, auto screen sequencing, on-screen timer,
  14. text and numeric variables, a recordable/replayable "doodler", and an
  15. easy-to-use point-and-click interface.  "QT" works on any Amiga with
  16. Workbench 1.2 or higher, and requires Ruby and Diamond fonts which are
  17. included in all releases of WorkBench.
  18.  
  19. It is well suited for on-line video titling & credits, silent paging,
  20. and cable reader boards.
  21. .version
  22. 1.0
  23. .author
  24. Todd Sprague
  25. .distribution
  26. Commercial Demo
  27. .described-by
  28. Fred Fish (fnf@amigalib.com)
  29. .submittal
  30. Submitted on disk directly by the author.
  31. .execute
  32. set choice `RequestChoice "QuickText" "Please select an option" "View Doc" "Run Program" "Cancel"`
  33.  
  34. if $choice EQ "0"
  35.   quit 5
  36. endif
  37.  
  38. if $choice EQ "1"
  39.   MetaTool Readme1st TEXT
  40. endif
  41.  
  42. if $choice EQ "2"
  43.   QTPlayer QTdemo
  44. endif
  45.