Multimedia Authoring Systems FAQ Version 2.23 4 April 1999 This FAQ addresses the authoring system questions of multimedia developers who monitor news:comp.multimedia; however, it is not a comprehensive FAQ for the newsgroup. There is a Polish version of this FAQ at -- translated and maintained by Pawel Olszewski at Multimedia Club . 1. What is an Authoring System? 2. Why would anyone want to use an authoring system? 3. What is an authoring paradigm? 4. What is the Scripting paradigm? 5. What is the Iconic/Flow Control paradigm? 6. What is the Frame paradigm? 7. What is the Card/Scripting paradigm? 8. What is the Cast/Score/Scripting paradigm? 9. What is the Hierarchical Object paradigm? 10. What is the Hypermedia Linkage paradigm? 11. What is the Tagging paradigm? 12. What is an Authoring Suite? 13. Can I develop all of my material in the authoring system? 14. What is the best authoring system? 15. Given that my subject matter is <> , my delivery platform is <> , and my design specifies <> , which authoring system should I use? 16. What are the names of some authoring systems? 17. What print magazines deal with authoring systems? 18. What books deal with authoring systems? 19. What software titles deal with authoring systems? 20. What USENET newsgroups deal with authoring systems? 21. What Independent WebSites deal with authoring systems? 1. What is an Authoring System? An Authoring System is a program which has pre-programmed elements for the development of interactive multimedia software titles. Authoring systems vary widely in orientation, capabilities, and learning curve. There is no such thing(at this time) as a completely point-and-click automated authoring system; some knowledge of heuristic thinking and algorithm design is necessary. Whether you realize it or not, authoring is actually just a speeded-up form of programming; you don't need to know the intricacies of a programming language, or worse, an API, but you do need to understand how programs work. 2. Why would anyone want to use an authoring system? It generally takes about 1/8th the time to develop an interactive multimedia project, such as a CBT program, in an authoring system as opposed to programming it in compiled code. This means 1/8 the cost of programmer time and likely increased re-use of code (assuming that you pass this project's code to the next CBT project, and they use a similar or identical authoring system). However, the content creation (graphics, text, video, audio, animation, etc.) is not generally affected by the choice of an authoring system; any production time gains here result from accelerated prototyping, not from the choice of an authoring system over a compiled language. 3. What is an authoring paradigm? Also known as the authoring metaphor, this is the methodology by which the authoring system accomplishes its task. There are various paradigms, including: Scripting Language Iconic/Flow Control Frame Card/Scripting Cast/Score/Scripting Hierarchical Object Hypermedia Linkage Tagging 4. What is the Scripting paradigm? The Scripting paradigm is the authoring method closest in form to traditional programming. The paradigm is that of a programming language, which specifies (by filename) multimedia elements, sequencing, hotspots, synchronization, etc. A powerful, object-oriented scripting language is usually the centerpiece of such a system; in-program editing of elements (still graphics, video, audio, etc.) tends to be minimal or non-existent. Scripting languages do vary; check out how much the language is object-based or object-oriented. The scripting paradigm tends to be longer in development time (it takes longer to code an individual interaction), but generally more powerful interactivity is possible. Since most Scripting languages are interpreted, instead of compiled, the runtime speed gains over other authoring methods are minimal. The media handling can vary widely; check out your system with your contributing package formats carefully. 5. What is the Iconic/Flow Control paradigm? This tends to be the speediest (in development time) authoring style; it is best suited for rapid prototyping and short-development time projects. Many of these tools are also optimized for developing Computer-Based Training (CBT). The core of the paradigm is the Icon Palette, containing the possible functions/interactions of a program, and the Flow Line, which shows the actual links between the icons. These programs tend to be the slowest runtimes, because each interaction carries with it all of its possible permutations; the higher end packages, such as Authorware or IconAuthor, are extremely powerful and suffer least from runtime speed problems. 6. What is the Frame paradigm? The Frame paradigm is similar to the Iconic/Flow Control paradigm in that it usually incorporates an icon palette; however, the links drawn between icons are conceptual and do not always represent the actual flow of the program. This is a very fast development system, but requires a good auto-debugging function, as it is visually un-debuggable. The best of these have bundled compiled-language scripting, such as Quest (whose scripting language is C) or Apple Media Kit. 7. What is the Card/Scripting paradigm? The Card/Scripting paradigm provides a great deal of power (via the incorporated scripting language) but suffers from the index-card structure. It is excellently suited for Hypertext applications, and supremely suited for navigation intensive (a la Cyan's "MYST" game) applications. Such programs are easily extensible via XCMDs and DLLs; they are widely used for shareware applications. The best applications allow all objects (including individual graphic elements) to be scripted; many entertainment applications are prototyped in a card/scripting system prior to compiled-language coding. 8. What is the Cast/Score/Scripting paradigm? The Cast/Score/Scripting paradigm uses a music score as its primary authoring metaphor; the synchronous elements are shown in various horizontal "tracks" with simultaneity shown via the vertical columns. The true power of this metaphor lies in the ability to script the behavior of each of the cast members. The most popular member of this paradigm is Director, which is used in the creation of many commercial applications. These programs are best suited for animation-intensive or synchronized media applications; they are easily extensible to handle other functions (such as hypertext) via XOBJs, XCMDs, and DLLs. 9. What is the Hierarchical Object paradigm? The Hierarchical Object paradigm uses a object metaphor (like OOP) which is visually represented by embedded objects and iconic properties. Although the learning curve is non-trivial, the visual representation of objects can make very complicated constructions possible. 10. What is the Hypermedia Linkage paradigm? The Hypermedia Linkage paradigm is similar to the Frame paradigm in that it shows conceptual links between elements; however, it lacks the Frame paradigm's visual linkage metaphor. 11. What is the Tagging paradigm? The Tagging paradigm uses tags in text files (for instance, SGML/HTML, VRML, 3DML and WinHelp) to link pages, provide interactivity and integrate multimedia elements. 12. What is an Authoring Suite? Currently, an authoring suite is a single program that combines multiple authoring and tracking views, as well as pre-authoring, instructional design, and project management functions. The current offerings in this type of tool are optimized for CBT production, and include BGW MultimŽdia's Tactic! or Allen Communications' Manager's Edge . 13. Can I develop all of my material in the authoring system? Yes, but you probably shouldn't. Although most packages allow you to create content using their in-built tools, these tend to be rudimentary when compared with those available in dedicated programs. For more professional output, you should use software dedicated to the creation and editing of that medium, and then import/integrate the content into your multimedia program. Major content-development packages are likely to include: Paint programs for still images (photos, original digital artwork) Paint effects programs Illustration (draw) programs for still images (modeled and rendered objects) Modeling/Rendering programs (for 3-D objects) Video digitizing/editing programs Video effects programs Audio sampling/editing programs Word processors Text Editors Database programs Animation programs Asset-management programs Pre-Authoring programs; to date, there's only one,Allen Communications' Designer's Edge . Computer Managed Instruction (CMI) programs ; it is recommended that you choose an AICC-compliant program. 14. What is the best authoring system? This is the most impossible question you could ask. It's like asking what's the best hammer -- it depends upon the job you're trying to do, and sometimes (like when you're working on plumbing), there is no answer. Qualify your question, and there'll be a prayer of answering it. 15. Given that my subject matter is <> , my delivery platform is <> , and my design specifies <> , which authoring system should I use? This is a question an authoring specialist can answer (just as soon as you fill in the blanks, and add any other qualifying data). 16. What are the names of some authoring systems? Players require authoring on a "full" platform, then a port to the player platform. DOS Authoring Systems: GLpro : G-media ; DOS, Windows GLpro is a scripting paradigm authoring system. Microcosm : Multicosm, Ltd. ; DOS, Windows Microcosm is a Hypermedia Linkage authoring system. Neobook : Neosoft ; DOS, Windows 95, NT Neobook is a frame paradigm authoring tool currently in version 2.1. Question Mark : Question Mark Computing Ltd ; DOS, Mac, Windows, WWW (via Perception) Question Mark is optimized for Electronic Assessment production. Summit Authoring System : Intersystem Concepts, Inc. TenCORE : Computer Teaching Corporation ; DOS, Windows TenCORE is actually two products: TenCORE Producer, which is a frame paradigm authoring system, and TenCORE Language Authoring System, which is a scripting paradigm authoring system. TenCORE LAS has discernable Plato roots. Macintosh Authoring Systems: ClickWorks : Pitango ; Mac, Windows player Clickworks is a card/scripting system that has a high amount of object-orientation. There are now two versions: Delight and Pro. The Pro version provides the most complete handling of text available, comparable to a desktop-publishing tool. CourseBuilder : Discovery Systems Int'l. ; Mac, Windows Player CourseBuilder 5.0 is an iconic/flow control paradigm authoring system optimized for CBT delivery. Allows scriptless interactive courseware construction. Digital Box Office : PowerProduction Software Digital Box Office 1.5 is a frame paradigm authoring system. Director : Macromedia ; Mac, Windows95/98, NT, WWW (via Shockwave) Currently in version 7.0, this popular general market product follows the cast/score/scripting paradigm, which makes it the tool of choice for animation content. Its roots as a cel- and sprite-animation program are unmistakable; its inclusion of Lingo, its object-based scripting language, has made it the animation-capable program to beat. The AfterBurner compression Xtra creates Shockwave files, allowing Web playback. Emblaze Creator : Geo International ; JavaScript, Mac, Win95, WWW Emblaze Creator 2.5 is a cast/score/scripting tool which is designed for Web-based playback of interactive multimedia. Flash : Macromedia ; Mac, Windows95, NT, WWW (via Flash Player) Flash 3.0 is a cast/score/scripting tool, which primarily uses vector graphics (and can create vector graphics from imported bitmaps). It is optimized for Web delivery, and is especially common for banner adds and small interactive web deliverables. HyperCard : Apple Computer ; Mac, WWW (via LiveCard!) HyperCard is a card/scripting authoring system currently in version 2.4.1. It runs natively on both 68K and PowerMacintosh machines, and is widely used because of its easy availability at $99. Its largest drawback is the lack of integrated color; current color implementation is via the ColorTools XCMD set (included) or via third-party XCMDs. HyperGASP : Caliban Mindwear HyperGASP is a card/scripting authoring system currently in version 3.0; the newest version no longer requires HyperCard. Supports export to HTML for Web authoring. HyperStudio : Roger Wagner Publishing ; Mac, Windows HyperStudio is a card/scripting paradigm authoring system, optimized for and focussed on the educational market. iShell : Tribeworks ; PowerMac, Windows 95/98 iShell is a frame tool, derived in largest part from Apple Media Tool. It's most prominent feature is unparalleled interactive QuickTime support. IShell is freeware, with licensing available for commercial applications. Katabounga : Abvent ; PowerMac, Mac Player, Windows95/98 Player Katabounga is a Hierarchical Object authoring system, currently in version 2.0. Lexicographer : Abiogenesis Software Lexicographer uses the Tagging paradigm to produce viewable electronic references from text or RTF files. mBed Interactor : mBed ; Java, Mac, Windows95, WWW mBed Interactor is a cast/score/scripting authoring system optimized for WWW delivery; it comes in Lite, Standard and Professional Editions. MediaStorm : IncWell MediaStorm is a frame authoring system. MetaCard : MetaCard ; Mac, Windows95/98, NT, Solaris, UNIX MetaCard is a card/scripting authoring system, currently in version 2.2. This is one of the more powerful tools of its paradigm; the scripting language is especially robust. MocKingbird(R)CBT : Warren-Forthought, Inc. ; Mac, Windows, NT MocKingbird is a Performance Support System following the scripting paradigm. QuarkImmedia : Quark ; PowerMac, Windows Player QuarkImmedia is a frame paradigm authoring system, designed for re-purposing print (QuarkXPress) documents. Question Mark : Question Mark Computing Ltd ; DOS, Mac, Windows, WWW (via Perception) Question Mark is optimized for Electronic Assessment production. Special Delivery : IMC Special Delivery 2.1 is a frame paradigm authoring system. StorySpace : Eastgate Systems ; Mac, Windows, WWW (via HTML) Hypertext authoring system, uses "Writing Space" links, corresponds pretty closely to the frame paradigm. The newest version supports export of a complete story space to HTML. SuperCard : IncWell ; Mac, WWW (Mac and Win32 via Roadster) SuperCard 3.5 shines among the card/scripting authoring systems. With built-in support for 24-bit color, hypertext, and external media handling (QuickTime, PICS, Filmstip, PICT, AIFF), this is the best of its paradigm. This is an excellent tool for hypermedia implementation. NeXT Authoring Systems: HyperSense : Thoughtful Software HyperSense is a card/scripting authoring system, which allows import of HyperCard stacks. OS/2 Authoring Systems: Creative Course Writer : Creative Approaches, Inc. Solaris Authoring Systems: Digital Chisel : Pierian Spring ; Windows95/98, NT, Solaris, WWW Digital Chisel has been rewritten in Java for delivery to most platforms. It has moved from its card roots to a frame paradigm. Gain Momentum : Gain Software, Inc. ; Windows 95, NT, Solaris, UNIX Gain Momentum 3.5 is a hypermedia linkage authoring tool. Its GEL scripting language and multiple views (including timeline and an object browser) provide a large amount of development power. IconAuthor : Asymetrix ; Windows, NT, Solaris, UNIX, WWW (via Windows) IconAuthor follows the iconic/flow control paradigm. It is notable for its SmartObject editor, which tags content files (still graphics, RTF text, etc.) for interactivity. It has the option to either embed content files or leave them external in specified directories. The biggest strength of this program is its included data handling, which makes it unparalleled for CBT data tracking. The latest version should also provide WWW porting of existing content. Avoid its internal "Move Object" path animation feature due to jerky response -- use a .FLC or .AVI instead. MetaCard : MetaCard ; Mac, Windows95/98, NT, Solaris, UNIX MetaCard is a card/scripting authoring system, currently in version 2.2. This is one of the more powerful tools of its paradigm; the scripting language is especially robust. Windows Authoring Systems: Astound : Astound ; Windows95/98, NT Astound is a venerable frame paradigm authoring system, which has added extensive interactivity to it's presentation authoring origin. It is currently in version 6.0. AuraLine : NEC Systems Laboratory ; Java, Windows, WWW AuraLine is a cast/score/scripting authoring system, oriented to producing interactive presentations. It is one of the first generation of Java authoring tools. Authorware Attain : Macromedia ; Windows, NT, WWW (via WebPlayer) Currently in version 5.0, this follows the iconic/flow control paradigm with a limit per individual file of 32,000 icons. Authorware supports jumping between files (the maintainer has worked on projects greater than 100 MB in content), jumping out to apps and even printing from them. This has unparalleled external media support, and can encapsulate all non-motion media content into apps and content libraries, or leave media files external for dynamic access. Authorware supports character-styled text and extensive navigation structures including hypertext. This tool is optimal for CBT and rapid prototyping. BigEZ : Warren-Forthought, Inc. BigEZ is an iconic/flow control tool for interactive multimedia presentation construction, including instructional design templates for CBT programs. CBIquick Authoring System : AMT International, Inc. ; Windows, NT, WWW (via Stargate) ClickWorks : Pitango ; Mac, Windows player Clickworks is a card/scripting system that has a high amount of object-orientation. There are now two versions: Delight and Pro. The Pro version provides the most complete handling of text available, comparable to a desktop-publishing tool. Cocktail98 : Samsung ; Windows, NT, WWW Cocktail98 is a frame paradigm authoring system with support for multiple languages, including double-byte languages such as Korean and Japanese. CourseBuilder : Discovery Systems Int'l. ; Mac, Windows Player CourseBuilder 5.0 is an iconic/flow control paradigm authoring system optimized for CBT delivery. Allows scriptless interactive courseware construction. Courseworks : Iprax Training Solutions Dazzler : Intela Media Ltd. ; Java, Windows, NT, WWW Dazzler is a Hierarchical Object paradigm authoring system. It is descended from MasterClass by ISC Media Systems, and is now in version 5.0. There is also a Deluxe version. Desktop Support Factory : Usability Sciences Corporation Desktop Support Factory is optimized for Electronic Performance Support System (EPSS) development. Digital Chisel : Pierian Spring ; Windows95/98, NT, Solaris, WWW Digital Chisel has been rewritten in Java for delivery to most platforms. It has moved from its card roots to a frame paradigm. Director : Macromedia ; Mac, Windows95/98, NT, WWW (via Shockwave) Currently in version 7.0, this popular general market product follows the cast/score/scripting paradigm, which makes it the tool of choice for animation content. Its roots as a cel- and sprite-animation program are unmistakable; its inclusion of Lingo, its object-based scripting language, has made it the animation-capable program to beat. The AfterBurner compression Xtra creates Shockwave files, allowing Web playback. Docent : Docent ; Windows95, NT, WWW Docent is a HTML Enterprise Training authoring tool, now in version 3.0; the tool uses both an outliner metaphor and a tool palette; it can be considered a cross between an iconic/flow control tool and a Hierarchical Object system. Emblaze Creator : Geo International ; JavaScript, Mac, Win95, WWW Emblaze Creator 2.5 is a cast/score/scripting tool which is designed for Web-based playback of interactive multimedia. Everest Authoring System : Intersystem Concepts, Inc. Everest is a Hypermedia Linkage authoring system; it uses a hierarchical Book/Page/Object metaphor, with multiple palettes and windows for Attributes, Variables, Layout, etc. The A-pex scripting language has extensive online help via the A-pex3 Assistant (wizard); standard Windows API calls (such as MCI, WinHelp, VBX and ActiveX) are supported. DOS-created Summit files can be imported to leverage existing courseware. Flash : Macromedia ; Mac, Windows95, NT, WWW (via Flash Player) Flash 3.0 is a cast/score/scripting tool, which primarily uses vector graphics (and can create vector graphics from imported bitmaps). It is optimized for Web delivery, and is especially common for banner adds and small interactive web deliverables. Formula Graphics Multimedia System : Harrow Software ; Windows, NT, WWW(via FG), Java (via FGX) This is a Hypermedia Linkage authoring system, whose interface is more than vaguely reminiscent of Visual Basic; has a relatively powerful scripting language. Formula Graphics is available as shareware, with only the packaging functions disabled. Gain Momentum : Gain Software, Inc. ; Windows 95, NT, Solaris, UNIX Gain Momentum 3.5 is a hypermedia linkage authoring tool. Its GEL scripting language and multiple views (including timeline and an object browser) provide a large amount of development power. GLpro : G-media GLpro is a scripting paradigm authoring system. HyperMethod : Prog. Systems AI Lab ; Windows95, NT HyperMethod is a hypermedia linkage authoring system now in version 3.0; distinctive in its support for Russian language content. HyperStudio : Roger Wagner Publishing ; Mac, Windows HyperStudio is acard/scripting paradigm authoring system, optimized for and focussed on the educational market. IconAuthor : Asymetrix ; Windows, NT, Solaris, UNIX, WWW (via Windows) IconAuthor follows the iconic/flow control paradigm. It is notable for its SmartObject editor, which tags content files (still graphics, RTF text, etc.) for interactivity. It has the option to either embed content files or leave them external in specified directories. The biggest strength of this program is its included data handling, which makes it unparalleled for CBT data tracking. The latest version should also provide WWW porting of existing content. Avoid its internal "Move Object" path animation feature due to jerky response -- use a .FLC or .AVI instead. Illuminatus < http://www.digitalworkshop.co.uk/illumindes.html> : Digital Workshop Illuminatus 4.1 is a frame paradigm authoring system optimized for electronic book production. The Instructor : BCD Associates, Inc. iShell : Tribeworks ; PowerMac, Windows 95/98 iShell is a frame tool, derived in largest part from Apple Media Tool. It's most prominent feature is unparalleled interactive QuickTime support. IShell is freeware, with licensing available for commercial applications. Katabounga : Abvent ; PowerMac, Mac Player, Windows95/98 Player Katabounga is a Hierarchical Object authoring system, currently in version 2.0. Magenta II : Magenta MultiMedia Tools B.V. ; Windows 95/8, NT Manager's Edge : Allen Communications ; Java, Windows95, NT In its 2.0 version Manager's Edge has expanded from its CMI roots to being a full authoring suite, while remaining CBT-optimized and compliant with AICC standards. It includes HTML/Java export capabilities for browser-delivered courses. mBed Interactor : mBed ; Java, Mac, Windows95, WWW mBed Interactor is a cast/score/scripting authoring system optimized for WWW delivery; it comes in Lite, Standard and Professional Editions. MediaForge : Clearsand Corporation ; Windows95, NT, WWW (via Mirage) MediaForge is a frame paradign authoring system, with a scripting language (MediaBasic) similar to Visual Basic. The current version features multiframe sprites and enchanced transparency (including .AVI files), plus it allows the creation of templates for runtime editing -- read "engine creation". MetaCard : MetaCard ; Mac, Windows95/98, NT, Solaris, UNIX MetaCard is a card/scripting authoring system, currently in version 2.2. This is one of the more powerful tools of its paradigm; the scripting language is especially robust. Microcosm : Multicosm, Ltd. ; DOS, Windows Microcosm is a Hypermedia Linkage authoring system. MMD : Capella Computers Ltd. ; Windows, NT Capella/MMD is a Hypermedia Linkage authoring system, where all content is derived from its proprietary multimedia database; optimized for kiosk/POS applications. MocKingbird(R)CBT : Warren-Forthought, Inc. ; Mac, Windows, NT MocKingbird is a Performance Support System following the scripting paradigm. Motivate : Motion Factory ; Windows, NT Billed as an "Intelligent Character" authoring tool, this is a fantastic 3-D Hierarchical Object authoring system, optimized for character generation. Multimedia Fusion : IMSI ; Windows95, NT, WWW (via Vitalize!) Formerly Corel's Click-and-Create, this frame paradigm authoring tool is one of the easiest to learn. Neobook Professional : Neosoft ; DOS, Windows95/98, NT Neobook is a frame paradigm authoring tool currently in version 3.2. Presenter! : Eloquent ; Windows, NT, WWW Presenter! is a frame paradigm authoring tool. QuarkImmedia : Quark ; Mac, Windows Player QuarkImmedia is a frame paradigm authoring system, designed for re-purposing print (QuarkXPress) documents. Quest : Allen Communications ; Windows, NT, WWW (via QuestNet) Quest 6 for Windows is a frame paradigm authoring system. Its most notable feature is its scripting language, which is ANSI C. Question Mark : Question Mark Computing Ltd ; WWW (via Perception), DOS, Mac, Windows Question Mark is optimized for Electronic Assessment production. Rapid Simulation : Emultek ; Windows95, NT Realimation STE : Realimation ; Windows95, NT, WWW The Realimation Space-Time-Editor is a 3-D Virtual Reality authoring tool. Scala MM200 : Scala ; Windows95, NT MM200 is a frame paradigm authoring tool with an emphasis on interactive presentation authoring. It includes support for most Windows-based multimedia content formats and has a large bank of available transitions. Slim Show : PC Wholeware ; Windows, NT Slim Show follows the iconic/flow control paradigm. It is notable for its compact runtime engine; the overhead can be as low as 60K. Slim Show also includes a built-in text-to-speech engine. StorySpace : Eastgate Systems ; Mac, Windows, WWW (via HTML) Hypertext authoring system, uses "Writing Space" links, corresponds pretty closely to the frame paradigm. The newest version supports export of a complete story space to HTML. SuperLink : Alchemedia ; Windows, NT SuperLink is the successor software to Linkway, and follows the card/scripting paradigm, while holding the content externally to the script file. Tactic! : BGW Multimedia ; Windows95, NT
Tactic! is a complete authoring suite; it includes instructional design advice (like a pre-authoring tool), media tracking, project management, outline views, and script views; and is compatible with all AICC-compliant CMI products. If you're looking for the ultimate soup-to-nuts CBT-optimized tool, this is it! There are 3 components available on their own: Tactic! Editor for subject matter experts or course designers; Tactic! Viewer for delivery; and Tactic! ScoreKeeper for CMI functions. TenCORE : Computer Teaching Corporation ; DOS, Windows TenCORE is actually two products: TenCORE Producer, which is a frame paradigm authoring system, and TenCORE Language Authoring System, which is a scripting paradigm authoring system. TenCORE LAS has discernable Plato roots. The Learning Manager : Campus America ThingMaker : Parable ; Windows95/98, NT, WWW (via ThingPlayer) ThingMaker is a cast/score/scripting tool, optimized for WWW multimedia production. This has one of the fastest-to-learn interfaces for multimedia-via-the-Web delivery. Toolbook II : Asymetrix ; Windows, NT, WWW (via Neuron), Java Toolbook is a card/scripting authoring system now broken into components: Instructor, the standard tool; Assistant, the pre-built templates; CBT Systems, optimized for CBT production; and CMS Plus, a course-management system. Toolbook includes database linkage, MCI compliance and many examples (called "Widgets") of interactivity. This newest version exports HTML and Java for Web delivery. Xpower : Paul Mace Software Xpower is a scripting paradigm authoring system in a full-fledged IDE; you can also view your program as a flowchart or on a visual stage. Windows NT Authoring Systems: Astound : Astound ; Windows95/98, NT Astound is a venerable frame paradigm authoring system, which has added extensive interactivity to it's presentation authoring origin. It is currently in version 6.0. Authorware Attain : Macromedia ; Windows, NT, WWW (via WebPlayer) Currently in version 5.0, this follows the iconic/flow control paradigm with a limit per individual file of 32,000 icons. Authorware supports jumping between files (the maintainer has worked on projects greater than 100 MB in content), jumping out to apps and even printing from them. This has unparalleled external media support, and can encapsulate all non-motion media content into apps and content libraries, or leave media files external for dynamic access. Authorware supports character-styled text and extensive navigation structures including hypertext. This tool is optimal for CBT and rapid prototyping. CBIquick Authoring System : AMT International, Inc. ; Windows, NT, WWW (via Stargate) Cocktail98 : Samsung ; Windows, NT, WWW Cocktail98 is a frame paradigm authoring system with support for multiple languages, including double-byte languages such as Korean and Japanese. Dazzler : Intela Media Ltd. ; Java, Windows, NT, WWW Dazzler is a Hierarchical Object paradigm authoring system. It is descended from MasterClass by ISC Media Systems, and is now in version 5.0. There is also a Deluxe version. Digital Chisel : Pierian Spring ; Windows95/98, NT, Solaris, WWW Digital Chisel has been rewritten in Java for delivery to most platforms. It has moved from its card roots to a frame paradigm. Director : Macromedia ; Mac, Windows95/98, NT, WWW (via Shockwave) Currently in version 7.0, this popular general market product follows the cast/score/scripting paradigm, which makes it the tool of choice for animation content. Its roots as a cel- and sprite-animation program are unmistakable; its inclusion of Lingo, its object-based scripting language, has made it the animation-capable program to beat. The AfterBurner compression Xtra creates Shockwave files, allowing Web playback. Docent : Docent ; Windows95, NT, WWW Docent is a HTML Enterprise Training authoring tool, now in version 3.0; the tool uses both an outliner metaphor and a tool palette; it can be considered a cross between an iconic/flow control tool and a Hierarchical Object system. Flash : Macromedia ; Mac, Windows95, NT, WWW (via Flash Player) Flash 3.0 is a cast/score/scripting tool, which primarily uses vector graphics (and can create vector graphics from imported bitmaps). It is optimized for Web delivery, and is especially common for banner adds and small interactive web deliverables. Formula Graphics Multimedia System : Harrow Software ; Windows, NT, WWW(via FG), Java (via FGX) This is a Hypermedia Linkage authoring system, whose interface is more than vaguely reminiscent of Visual Basic; has a relatively powerful scripting language. Formula Graphics is available as shareware, with only the packaging functions disabled. Gain Momentum : Gain Software, Inc. ; Windows 95, NT, Solaris, UNIX Gain Momentum 3.5 is a hypermedia linkage authoring tool. Its GEL scripting language and multiple views (including timeline and an object browser) provide a large amount of development power. HyperMethod : Prog. Systems AI Lab ; Windows95, NT HyperMethod is a hypermedia linkage authoring system now in version 3.0; distinctive in its support for Russian language content. IconAuthor : Asymetrix ; Windows, NT, Solaris, UNIX, WWW (via Windows) IconAuthor follows the iconic/flow control paradigm. It is notable for its SmartObject editor, which tags content files (still graphics, RTF text, etc.) for interactivity. It has the option to either embed content files or leave them external in specified directories. The biggest strength of this program is its included data handling, which makes it unparalleled for CBT data tracking. The latest version should also provide WWW porting of existing content. Avoid its internal "Move Object" path animation feature due to jerky response -- use a .FLC or .AVI instead. Magenta II : Magenta MultiMedia Tools B.V. ; Windows 95/8, NT Manager's Edge : Allen Communications ; Java, Windows 95, NT In its 2.0 version Manager's Edge has expanded from its CMI roots to being a full authoring suite, while remaining CBT-optimized and compliant with AICC standards. It includes HTML/Java export capabilities for browser-delivered courses. MediaForge : Clearsand Corporation ; Windows 95, NT, WWW (via Mirage) MediaForge is a frame paradign authoring system, with a scripting language (MediaBasic) similar to Visual Basic. The current version features multiframe sprites and enchanced transparency (including .AVI files), plus it allows the creation of templates for runtime editing -- read "engine creation". MetaCard : MetaCard ; Mac, Windows95/98, NT, Solaris, UNIX MetaCard is a card/scripting authoring system, currently in version 2.2. This is one of the more powerful tools of its paradigm; the scripting language is especially robust. MMD : Capella Computers Ltd. ; Windows, NT Capella/MMD is a Hypermedia Linkage authoring system, where all content is derived from its proprietary multimedia database; optimized for kiosk/POS applications. MocKingbird(R)CBT : Warren-Forthought, Inc. ; Mac, Windows, NT MocKingbird is a Performance Support System following the scripting paradigm. Motivate : Motion Factory ; Windows, NT Billed as an "Intelligent Character" authoring tool, this is a fantastic 3-D Hierarchical Object authoring system, optimized for character generation. Multimedia Fusion : IMSI ; Windows 95, NT, WWW (via Vitalize!) Formerly Corel's Click-and-Create, this frame paradigm authoring tool is one of the easiest to learn. Neobook Professional : Neosoft ; DOS, Windows 95/98, NT Neobook is a frame paradigm authoring tool currently in version 3.2. Presenter! : Eloquent ; Windows, NT, WWW Presenter! is a frame paradigm authoring tool. Quest : Allen Communications ; Windows, NT, WWW (via QuestNet) Quest 6 for Windows is a frame paradigm authoring system. Its most notable feature is its scripting language, which is ANSI C. Rapid Simulation : Emultek ; Windows95, NT Realimation STE : Realimation ; Windows95, NT, WWW The Realimation Space-Time-Editor is a 3-D Virtual Reality authoring tool. Scala MM200 : Scala ; Win95, NT MM200 is a frame paradigm authoring tool with an emphasis on interactive presentation authoring. It includes support for most Windows-based multimedia content formats and has a large bank of available transitions. SuperLink : Alchemedia ; Windows, NT SuperLink is the successor software to Linkway, and follows the card/scripting paradigm, while holding the content externally to the script file. Tactic! : BGW Multimedia ; Windows95, NT
Tactic! is a complete authoring suite; it includes instructional design advice (like a pre-authoring tool), media tracking, project management, outline views, and script views; and is compatible with all AICC-compliant CMI products. If you're looking for the ultimate soup-to-nuts CBT-optimized tool, this is it! There are 3 components available on their own: Tactic! Editor for subject matter experts or course designers; Tactic! Viewer for delivery; and Tactic! ScoreKeeper for CMI functions. ThingMaker : Parable ; Windows95/98, NT, WWW (via ThingPlayer) ThingMaker is a cast/score/scripting tool, optimized for WWW multimedia production. This has one of the fastest-to-learn interfaces for multimedia-via-the-Web delivery. Toolbook II : Asymetrix ; Windows, NT, WWW (via Neuron), Java Toolbook is a card/scripting authoring system now broken into components: Instructor, the standard tool; Assistant, the pre-built templates; CBT Systems, optimized for CBT production; and CMS Plus, a course-management system. Toolbook includes database linkage, MCI compliance and many examples (called "Widgets") of interactivity. This newest version exports HTML and Java for Web delivery. UNIX Authoring Systems: Gain Momentum : Gain Software, Inc. ; Windows 95, NT, Solaris, UNIX Gain Momentum 3.5 is a hypermedia linkage authoring tool. Its GEL scripting language and multiple views (including timeline and an object browser) provide a large amount of development power. IconAuthor : Asymetrix ; Windows, NT, UNIX, , WWW (via Windows) IconAuthor follows the iconic/flow control paradigm. It is notable for its SmartObject editor, which tags content files (still graphics, RTF text, etc.) for interactivity. It has the option to either embed content files or leave them external in specified directories. The biggest strength of this program is its included data handling, which makes it unparalleled for CBT data tracking. The latest version should also provide WWW porting of existing content. Avoid its internal "Move Object" path animation feature due to jerky response -- use a .FLC or .AVI instead. MetaCard : MetaCard ; Mac, Windows95/98, NT, Solaris, UNIX MetaCard is a card/scripting authoring system, currently in version 2.2. This is one of the more powerful tools of its paradigm; the scripting language is especially robust. WWW-capable Authoring Systems: Authorware Attain : Macromedia ; Windows, NT, WWW (via WebPlayer) Currently in version 5.0, this follows the iconic/flow control paradigm with a limit per individual file of 32,000 icons. Authorware supports jumping between files (the maintainer has worked on projects greater than 100 MB in content), jumping out to apps and even printing from them. This has unparalleled external media support, and can encapsulate all non-motion media content into apps and content libraries, or leave media files external for dynamic access. Authorware supports character-styled text and extensive navigation structures including hypertext. This tool is optimal for CBT and rapid prototyping. CBIquick Authoring System : AMT International, Inc. ; Windows, NT, WWW (via Stargate) Cocktail98 : Samsung ; Windows, NT, WWW Cocktail98 is a frame paradigm authoring system with support for multiple languages, including double-byte languages such as Korean and Japanese. Dazzler : Intela Media Ltd. ; Java, Windows, NT, WWW Dazzler is a Hierarchical Object paradigm authoring system. It is descended from MasterClass by ISC Media Systems, and is now in version 5.0. There is also a Deluxe version. Digital Chisel : Pierian Spring ; Windows95/98, NT, Solaris, WWW Digital Chisel has been rewritten in Java for delivery to most platforms. It has moved from its card roots to a frame paradigm. Director : Macromedia ; Mac, Windows95/98, NT, WWW (via Shockwave) Currently in version 7.0, this popular general market product follows the cast/score/scripting paradigm, which makes it the tool of choice for animation content. Its roots as a cel- and sprite-animation program are unmistakable; its inclusion of Lingo, its object-based scripting language, has made it the animation-capable program to beat. The AfterBurner compression Xtra creates Shockwave files, allowing Web playback. Docent : Docent ; Windows95, NT, WWW Docent is a HTML Enterprise Training authoring tool, now in version 3.0; the tool uses both an outliner metaphor and a tool palette; it can be considered a cross between an iconic/flow control tool and a Hierarchical Object system. Emblaze Creator : Geo International ; JavaScript, Mac, Win95, WWW Emblaze Creator 2.5 is a cast/score/scripting tool which is designed for Web-based playback of interactive multimedia. Flash : Macromedia ; Mac, Windows95, NT, WWW (via Flash Player) Flash 3.0 is a cast/score/scripting tool, which primarily uses vector graphics (and can create vector graphics from imported bitmaps). It is optimized for Web delivery, and is especially common for banner adds and small interactive web deliverables. Formula Graphics Multimedia System : Harrow Software ; Windows, NT, WWW(via FG), Java (via FGX) This is a Hypermedia Linkage authoring system, whose interface is more than vaguely reminiscent of Visual Basic; has a relatively powerful scripting language. Formula Graphics is available as shareware, with only the packaging functions disabled. HyperCard : Apple Computer ; Mac, WWW (Mac-only via LiveCard!) HyperCard is a card/scripting authoring system currently in version 2.4.1. It runs natively on both 68K and PowerMacintosh machines, and is widely used because of its easy availability at $99. Its largest drawback is the lack of integrated color; current color implementation is via the ColorTools XCMD set (included) or via third-party XCMDs. IconAuthor : Asymetrix ; Windows, NT, Solaris, UNIX, WWW (via Windows) IconAuthor follows the iconic/flow control paradigm. It is notable for its SmartObject editor, which tags content files (still graphics, RTF text, etc.) for interactivity. It has the option to either embed content files or leave them external in specified directories. The biggest strength of this program is its included data handling, which makes it unparalleled for CBT data tracking. The latest version should also provide WWW porting of existing content. Avoid its internal "Move Object" path animation feature due to jerky response -- use a .FLC or .AVI instead. mBed Interactor : mBed ; Java, Mac, Windows95, WWW mBed Interactor is a cast/score/scripting authoring system optimized for WWW delivery; it comes in Lite, Standard and Professional Editions. MediaForge : Clearsand Corporation ; Windows 95, NT, WWW (via Mirage) MediaForge is a frame paradign authoring system, with a scripting language (MediaBasic) similar to Visual Basic. The current version features multiframe sprites and enchanced transparency (including .AVI files), plus it allows the creation of templates for runtime editing -- read "engine creation". Multimedia Fusion : IMSI ; Windows 95, NT, WWW (via Vitalize!) Formerly Corel's Click-and-Create, this frame paradigm authoring tool is one of the easiest to learn. Quest : Allen Communications ; Windows, NT, WWW (via QuestNet) Quest 6 for Windows is a frame paradigm authoring system. Its most notable feature is its scripting language, which is ANSI C. Question Mark : Question Mark Computing Ltd ; WWW (via Perception), DOS, Mac, Windows Question Mark is optimized for Electronic Assessment production. Realimation STE : Realimation ; Windows95, NT, WWW The Realimation Space-Time-Editor is a 3-D Virtual Reality authoring tool. StorySpace : Eastgate Systems ; Mac, Windows, WWW (via HTML) Hypertext authoring system, uses "Writing Space" links, corresponds pretty closely to the frame paradigm. The newest version supports export of a complete story space to HTML. SuperCard : IncWell ; Mac, WWW (Mac and Win32 via Roadster) SuperCard 3.5 shines among the card/scripting authoring systems. With built-in support for 24-bit color, hypertext, and external media handling (QuickTime, PICS, Filmstip, PICT, AIFF), this is the best of its paradigm. This is an excellent tool for hypermedia implementation. ThingMaker : Parable ; Windows95/98, NT, WWW (via ThingPlayer) ThingMaker is a cast/score/scripting tool, optimized for WWW multimedia production. This has one of the fastest-to-learn interfaces for multimedia-via-the-Web delivery. Toolbook II : Asymetrix ; Windows, NT, WWW (via Neuron), Java Toolbook is a card/scripting authoring system now broken into components: Instructor, the standard tool; Assistant, the pre-built templates; CBT Systems, optimized for CBT production; and CMS Plus, a course-management system. Toolbook includes database linkage, MCI compliance and many examples (called "Widgets") of interactivity. This newest version exports HTML and Java for Web delivery. Platform-independent (Java, JavaScript) Authoring Systems: Dazzler : Intela Media Ltd. ; Java, Windows, NT, WWW Dazzler is a Hierarchical Object paradigm authoring system. It is descended from MasterClass by ISC Media Systems, and is now in version 5.0. There is also a Deluxe version. Emblaze Creator : Geo International ; JavaScript, Mac, Win95, WWW Emblaze Creator 2.5 is a cast/score/scripting tool which is designed for Web-based playback of interactive multimedia. Formula Graphics Multimedia System : Harrow Software ; Windows, NT, WWW(via FG), Java (via FGX) This is a Hypermedia Linkage authoring system, whose interface is more than vaguely reminiscent of Visual Basic; has a relatively powerful scripting language. Formula Graphics is available as shareware, with only the packaging functions disabled. Manager's Edge : Allen Communications ; Java, Windows 95, NT In its 2.0 version Manager's Edge has expanded from its CMI roots to being a full authoring suite, while remaining CBT-optimized and compliant with AICC standards. It includes HTML/Java export capabilities for browser-delivered courses. mBed Interactor : mBed ; Java, Mac, Windows95, WWW mBed Interactor is a cast/score/scripting authoring system optimized for WWW delivery; it comes in Lite, Standard and Professional Editions. Toolbook II : Asymetrix ; Windows, NT, WWW (via Neuron), Java Toolbook is a card/scripting authoring system now broken into components: Instructor, the standard tool; Assistant, the pre-built templates; CBT Systems, optimized for CBT production; and CMS Plus, a course-management system. Toolbook includes database linkage, MCI compliance and many examples (called "Widgets") of interactivity. This newest version exports HTML and Java for Web delivery. 17. What print magazines deal with authoring systems? AV Video and Multimedia Producer EMedia Professional formerly CD-ROM Professional Inside Technology Training formerly CBT Solutions Magazine Macromedia User Journal NewMedia Screen Multimedia German-language multimedia magazine T.H.E Journal 18. What books deal with authoring systems? Lingo Sorcery by Peter Small. Includes hybrid Macintosh/Windows CD-ROM. This is the best object-oriented Lingo book available; be sure to work your way through the problems! Multimedia--Making it Work by Tay Vaughan. Includes hybrid Macintosh/Windows CD-ROM. Now out in its 4th Edition; essential if you're just starting out -- useful if you're breaking out on your own. Additional book pointers are collected at: Betsy Bruce's Authorware Books site Macmillan Computer Publishing lists their books on authoring in the Graphics section. McGraw-Hill lists their books on authoring in the Multimedia section. 19. What software titles deal with authoring systems? Interactive Multimedia - Getting Started: A CD-ROM Hands on Guide to creating interactive multimedia by Interactive Media Corporation. Macintosh CD-ROM. The Lingo(TM) Timesaver(TM) : UpdateStage ; Hybrid Macintosh/Windows CD-ROM. Multimedia, Working it Out! by Tay Vaughan. Hybrid Macintosh/Windows CD-ROM. Invaluable resource for independent professional and would-be multimedia developers. 20. What USENET newsgroups deal with authoring systems? General Authoring: bit.listserv.edtech comp.infosystems.kiosks This moderated newsgroup deals with kiosk issues, including software development for kiosk delivery. comp.multimedia This unmoderated newsgroup is the omnibus multimedia forum; issues covered range from sound cards to authoring tools to C++ libraries. comp.os.ms-windows.programmer.multimedia comp.os.os2.multimedia comp.publish.cdrom.multimedia comp.sys.amiga.multimedia Authorware alt.authorware Inundated with spam, this group is mostly oriented to newbie questions; more technical questioners tend to be pointed to the AWARE mailing list. bit.listserv.authorware This newsgroup has a uni-directional feed from the AWARE mailing list; posts to the newsgroup no longer bounce back to the list. Questions range from newbie to highly technical. Director alt.multimedia.director Fairly well spammed, this group is mostly oriented to newbie questions; more technical questioners are usually pointed to DIRECT-L. HyperCard comp.sys.mac.hypercard ToolBook II bit.listserv.toolb-l Windows Help and Multimedia Viewer comp.os.ms-windows.programmer.winhelp 21. What Independent WebSites deal with authoring systems? General Resources: Gamasutra Sponsored by the same crowd that runs the Computer Game Developer's Conference; in the Production and Programming sections there are threads on authoring. In-Depth Reviews Roger Moncrief has written a number of excellent reviews ofvarious multimedia tools. The Kinte Space This is Bryan Wilhite's demo space; check it out -- especially the Kinte FAQs! Maricopa Authoring Web Excellent authoring site; regular updates and new pointers. MediaBuilder Multimedia Resources Page. This is the comprehensive multimedia site, although it is becoming a little cobwebby. News from the Field, by TRIA M EUROPE BV, a webmagazine aimed at authoring specialists. Picking a Multimedia Authoring Tool, article by Andy Oeftering, Data-Tech Institute XTalk Access Collection. This is a resource page for users of X-Talk tools (most notably HyperCard, MetaCard and SuperCard). 3DML A new tagging protocol for delivering 3-D and other multimedia content via browser. CBT Resources: CBT Autorensysteme German (Deutsch) article about CBT Authoring Systems by Markus Beisser. Apple Media Tool Resources: Apple Media Tool (AMT) Apple sold AMT to Encore Developpement, which has halted development and active support of AMT. The Unoffical Apple Media Tool Site Authorware Resources: The Authorware Professional (AWARE list) Page. If you are doing any level of Authorware development, check out the AWARE mailing list and its USENET mirror at bit.listserv.authorware. The Authorware Ring A linked group of sites belonging to professional Authorware developers. The Authorware Resource Center Don Knaak's collection of Authorware resources, including a list of contractors and "how-to" examples. Betsy Bruce's Multimedia page Includes the current list of Authorware books. DirectXtras Producers of externals for Authorware and Director. The Media Shoppe Wade Wells' site, 3rd party Authorware UCDs and Xtras. Stefan van As, Multimedia developer at Davilex, has the best collection of ActiveX stuff for Authorware. Whirlwind Multimedia Tim Miller's site, 3rd party Authorware XCMDs, UCDs and Xtras. Director Resources: Behaviors.Com; Lingo and Behaviors website Director FAQ-in-progress. Director Online User Group Director Web at Maricopa; Here is the Director resources site. Excellent! Great Bay Interactive; a New England Director shop UpdateStage; a fantastic Director site; marketer of a number of wonderful Xtras HyperCard Resources: The HyperCard Resource Page, maintained by GlassCat Communications mTropolis Resources: mTropolis Survivor's Page John Dunning's resources page. mTroposite iXmedia inc. hosts the mTropo-List mTropolis mailing list and website listing third-party mTropolis scripts and modifiers. The mailing list archives are searchable. Shockwave Resources: ShockeR Shockwave Sites Mailing List and Search Engine SuperCard Resources: Australian SuperCard User's Group DevHQ The MacOS developers site has a SuperCard section. Fourth World Richard Gaskin's site; 3rd-party SuperCard tools developer/distributor SuperCard News Toolbook Resources: Australian Toolbook User Group Marcio's ToolBook & Multimedia Hotlist maintained by Marcio d'Avila, and includes a Portugese version! The Toolbook List The Toolbook User's Web Questions? Comments? Contributions? Current Web HTML version at