User Guide
38 Chapter 2: Top-level functions
removeEffect()
Availability
Flash MX 2004.
Usage
function removeEffect() {
// statements
}
Parameters
None.
Returns
Nothing.
Description
This function is called when the user changes an effect's properties or uses the "remove effect"
menu item. The code contained in this function is responsible for returning the object(s) to their
original state. For example, if the effect broke a text string apart, the responsibility of the
removeEffect() method would be to remove the text string that was broken apart and replace it
with the original string.
See also
configureEffect()
, executeEffect()