Workshop

I l @ ve RuBoard

The quiz questions are designed to test your knowledge of the material covered in this hour . The answers to the questions follow.

Quiz

1:

How do you put new text into a dynamic text field?

A1:

You need to first link the field to a variable by naming the variable in the field's Properties panel. Then just set that variable to the new text in your code.

2:

How are hyperlinks in dynamic text fields styled?

A2:

They aren't. However, you can add additional styling if you want.

3:

In what tag do you have to put variable declarations to define ActionScript variables in the HTML page?

A3:

You have to place the declaration in two tags: the movie parameter of the OBJECT tag and the src attribute of the EMBED tag. The first is for Internet Explorer in Windows, and the second is for all other browsers.

4:

What do you have to do to a movie clip library element to enable it to be used in an attachMovie command?

A4:

You need to set its Linkage properties so that it exports with the movie. You also need to give it a Linkage name , which will be used by the attachMovie command.

I l @ ve RuBoard


Sams Teach Yourself Flash MX ActionScript in 24 Hours
Sams Teach Yourself Flash MX ActionScript in 24 Hours
ISBN: 0672323850
EAN: 2147483647
Year: 2002
Pages: 272

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net