configureEffect()
Availability
Flash MX 2004.
Usage
function configureEffect() {
// Statements
}
Parameters
None.
Returns
Nothing.
Description
Function; called once when Flash loads; place any global initialization statements for your
effect inside this function. The per instance parameter data for an effect cannot be accessed
here.
See also
,
executeEffect()
removeEffect()
configureTool()
Availability
Flash MX 2004.
Usage
function configureTool() {
// statements
}
Parameters
None.
Returns
Nothing.
26
Top-Level Functions and Methods
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?