STATEMENT:  import

import objectName.name1, objectName.name2, ..., objectName.nameN

import objectName.*

The import statement allows a script to import properties, functions and objects exported by a signed script. The following code imports the 'wine' and 'beer' properties of the object 'drinks' provided they have been made available by an exporting script (compare the export statement):

Code:
import drinks.beer, drinks.wine;

NOTE:

Any exported script must be loaded into a window, frame or layer before it can be imported and used.

Copyright 2000 by Infinite Software Solutions, Inc.
Trademark Information