nightwares mini logoA brief introduction to Director

28. Tie it, Brand it and put it on the Trail

Packaging your finished program.

Director 8.5 Shockwave Studio: A Beginner's Guide

Online reader support forum for the book

Close the script window and give it a test run. See what happens now when you select About This Program... If it worked, you're ready to save the file and compile it. Select Save from the FILE menu and then select Create Projector...


Follow the prompts Director gives you and just do a plain-vanilla compile — no fancy stuff, at least not yet. Locate and select your source file in the dialog box that appears; just double-click it to make it appear in the list of movies to be compiled. Then click the CREATE... button.

Name the file — perhaps something like "Hello" — and press ENTER. Director will begin the process. It shouldn't take more than a few moments to complete.


When the compile is finished you will have a program which should work just fine on its own. (Note, however, that if you compile under Mac your program will not work on a PC and vice versa; to make an executable file that will work on a different platform you must compile it using the version of Director that is native to that platform.) Find the projector you just made and double-click it; see if it does everything it should do.

Now go ahead and copy your program to diskette and try running it on another machine.

Guess what: You've just knocked down about eighty percent of what you need to know to be writing programs in Director. From here on out it's largely a matter of degree of application of what you already know, not learning entirely new stuff.

Pretty cool, huh?


1. Introduction

2. Definition of Objectives

3. Specific Objectives

4. Stage Size

5. Stage Location

6. Setting the Stage's Color

7. Beginning to Enter Script

8. A bit More About the StartMovie() Handler

9. Entering Another Handler

10. A Break-down of the CheckColor() Handler

11. A Quick Test

12. Adding Text to the Stage

13. Preparing to Enter a Frame Script

14. Entering the Frame Script

15. Adding a Quit Button

16. The Progress so Far

17. Preparing to Add a Menu

18. Discussion of Menu Requirements

19. Preparing the Menu Storage Member

20. Entering Menu Functions for Macintosh

21. Entering Menu Functions for Windows

22. Efficientlly Handling Multiple Menus

23. Preparing to Insert the Menus Onscreen

24. Adding the Menu Installation Handler

25. Discussion of the Menu Installation Handler

26. Adding Code for an About Box

27. Review of the Scripts

28. Creating a Projector and Running it