nightwares mini logoA brief introduction to Director

12. Oh Yeah...

Adding some text to the Stage.

Director 8.5 Shockwave Studio: A Beginner's Guide

Online reader support forum for the book

This is where the Tool Palette comes in.

First, click the rewind button on the Control Panel to make sure you're at the first frame. Then click on the "A" in the Tool Palette. Then position the mouse pointer on the Stage and click, then drag to define a rectangle.

Presto! A text area has just appeared!

In addition, an item has been created in channel 1 of the Score. That item represents, in the Score, the text field on the screen.

Finally there should be a representation of that text area in the Cast window, located in box number two. Box number one should contain your Movie script.

Click on the text area to make sure it's active, and then type in:

    Hello, World

Don't worry about fonts or formatting or colors right now.

Now will it work? After all, you have a Movie Script, making sure that your colors are being displayed properly -- and you have a "Hello, World" onscreen. Furthermore, if you click the play button, it sure will seem to work.


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