Preparing the Quicktip Movie Clip and Dynamic Text Field
In this task, you'll prepare the movie clip and dynamic text fields. In the next task, when each element is in place, you'll begin scripting to make them functional.
1. | In the Library, right-click (Windows) or Control-click (Macintosh) the quickTip graphic symbol, and choose Type > Movie Clip. |
This step converts the graphic symbol to a movie clip symbol. You'll still need to do some work with the graphic symbol, but this change alone opens up a whole new realm of possibility.The symbol contains only a beige rounded rectangle, which defines the shape of the quicktip.
2. | Select Frame 1 of the quickTip layer, and drag an instance of the quickTip symbol anywhere on the stage. |
The positioning doesn't matter because this movie clip will be invisible when it's loaded; when it is visible, the same script that makes it visible will also position it correctly.This small beige rounded rectangle forms the outline of the quicktip pop-up window. Its substance will be provided by text loaded into a dynamic text field. But at the moment, the movie clip has no dynamic text field.

3. | Double-click the quickTip instance (it has no instance name yet) to open it in Symbol-editing mode. Select Frame 1 of the text layer. Click on the stage once to set the focus back to the stage. Select the Text tool, and change its settings in the Property inspector to Verdana, Size 11, Black. Also in the Property inspector, set the Text Type to Dynamic Text. Hold down the Shift key, and drag a text field that fits snugly inside the beige rounded rectangle, three lines high. |
[View full size image]

4. | With the text field still selected, in the Property inspector, give the text box an instance name of quickTip_txt . Set the Line Type to Multiline. Select the Render Text a232 option. |
my <b>bold</b> text. If Render Text a232 is toggled off, the dynamic text field displays "my <b>bold</b> text." If Render Text a232 is toggled on, the Dynamic Text field displays "my bold text." In other words, Render Text a232 enables you to control character-level formatting in Dynamic Text fields.
5. | Choose Edit > Edit Document to return to the main document, leaving Symbol-editing mode. |
When you leave, the new symbol is saved in the Library, and all placed instances (in this case, just one) are also updated.
6. | Select the quickTip instance, and give it an instance name of quickTip_mc . |
