Previous Page TOC Index Next Page



Authorware Quick Reference


This document is a brief introduction and reference for getting started with Authorware. Authorware is an object-oriented development tool used to create interactive multimedia applications. Authorware does not require scripting or a programming language. Applications developed with Authorware can be used for tutorial instruction, training, and presentations. You should already be familiar with using Windows before attempting to use Authorware.


To Start Authorware


Start Authorware by double clicking on the Authorware icon in Program Manager. Authorware will prompt you for an Authorware file to open.

Undisplayed Graphic

If you've already started a project and simply need to continue working on it, locate your file in the list and click on it to select it. Then click <OK> to open it.

If you wish to start a new Authorware file, click on the NEW button. Authorware will display a window with a flowline in which you may begin working.

Undisplayed Graphic

Objects, represented as icons, are positioned along a flowline. These icons then contain, or represent, one or more screen objects with which the user will interact. The placement of the icons represents the sequence of interactions in the applications. The icons are assigned various attributes which control the behavior of their objects.

Some icons are responsible for displaying content on the screen, while others affect how objects are displayed or behave, and still others control timing and of what is displayed or branching to other displays. To use an Icon, you must drag it onto the flowline first. Double-click on the icon from the flowline to set the parameters for the icon.

Undisplayed Graphic


Graphics and Text


You can create your own text and graphic objects using the toolbox. You can reference external text files by linking a text variable to the filename of a text file, or you can import external graphic files (BMP, PCX, TIF).

Undisplayed Graphic

Start by placing a Display Icon onto the Flowline, double-click on it to open a Presentation Window. Use the Circle, Box, Polygon, Line, or Text tool to create your content. Select File/Import Graphics to load an external graphic image.

Undisplayed Graphic

Create a link to an external text file by placing a text string variablename with the Text tool. Where variablename is the name of a variable you designate. Set up a Calculation icon to link the variable to the external file with the command variablename:=ReadExtFile("filename"). Place the calculation icon anywhere BEFORE the display icon which displays the contents of the external file.


User Interactions


There are a couple of icons you can use to control how the user should interact with your program. Use the Wait Icon when you want to pause your program and wait for the user to press any key or click the mouse button to continue.

Undisplayed Graphic

Use an Interaction Icon when you want the interaction to be more elaborate. The Interaction Icon can prompt the user to type in general or specific text, press any or a specific key, click on an area of the screen, click on an object, move an object to a specific area of the screen, or make a selection from a pull-down menu. The interaction can be controlled based on a specific condition, number of tries, or a time limit.

Undisplayed Graphic


To Clear the Screen


Throughout your program you will need to remove an object from the screen after a user interaction. This can be done by placing an Erase Icon on the flowline right after the interaction by which the object is erased. Double-click on the Erase Icon. The Presentation Window will be displayed with the most currently displayed screen. Click onthe object(s) you want to have erased. The icons which represent those objects will be placed in a list.

Undisplayed Graphic

If you change your mind or make a mistake you can click on any object icon in the list and then click on REMOVE to put the object back onto the screen.


Animation


You can animate any screen using the Animate Icon. The animation icon allows you to draw a path along which the object will move. All objects on the screen will move along this path. If you have one or more objects you do not want to animate then you must create/import those object in a separate Presentation Window using another Display Icon.

Undisplayed Graphic

Place the Animation Icon just after the Display Icon which contains the objects you want to animate. Double-click on the Animation Icon. Choose the type of animation path you want by clicking on Change Type. Using the mouse click on the object you want to animate and drag it to the location in the Presentation Window whereyou want it to move. Continue dragging the object to the next location until you are finished. Click <OK> when complete.


Movies


Authorware supports Windows AVI (Audio/Video Interleave) files, Animator Pro FLI and FLC files, and Apple Macintosh Quicktime files. Place the Movie Icon on the flowline at the position where you want the movie to begin playing. Double-click on the movie icon and select the movie file you want to have played. You can also determine how the movie will be played back.

Undisplayed Graphic


Sound


Digitized audio files can be played back anywhere within your program. Place a Sound Icon on the flowline then double-click on it. Authorware supports PCM and WAV files. Select a sound file to load and click on <OK> . You can also determine how the audio will be played back.

Undisplayed Graphic


Video


If your system is connected to a video laserdisc, you can access the video on the laserdisc using the Video Icon. Drag the Video Icon onto the flow line then double-click on it. You will be presented with a laserdisc control box which will allow you to move through the video on the laserdisc and select a segment of video to be played. You can also determine how the video will be played back.

Undisplayed Graphic


Previous Page TOC Index Next Page