Describe the ActionScript syntax to import an external class into a Flash project.

What will be an ideal response?

To import an ActionScript class you use the keyword import followed by the
path to the class that you
```
import fl.transitions.Tween;
```

Computer Science & Information Technology

You might also like to view...

The FORMAT command is used to copy data from one file system to another

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) ____ function is a nonmember function that has access to all members of the class.

A. access B. protected C. friend D. void

Computer Science & Information Technology