Scripting Xtra extensions are packages of custom functions. When you place a scripting Xtra file in the Xtra folder and then start Authorware, a category is added for the Xtra extension in the Functions dialog box.
Select the category, and a list of the functions contained in the Xtra extension appear.
The functionality in scripting Xtra extensions takes the following forms:
Global functions, parent objects, and child objects
A function is most often placed in a Calculation window.
If you don't know the specific category, select Xtras (All).
The arguments for Xtra extension functions may be listed and defined in the Functions dialog box, or in a Read Me file that the Xtra extension publisher may have supplied.
Xtra extension methods are often called in a Calculation window.
CallParentObject function from the list and click Paste.
For information about calling parent object methods, see CallParentObject.
CallParentObject arguments between the parentheses.
The arguments for CallParentObject are the Xtra extension's name, method, and the method's parameters.
Global functions, parent objects, and child objects
Xtra extension methods are often called in a Calculation window.
NewObject function from the list, and then click Paste.
For information about creating child objects, see NewObject.
CallObject function from the Functions window, and then click Paste.
For information about calling child object methods, see CallObject.
Global functions, parent objects, and child objects
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/authorware/7/using_aw_en/09_var39.htm