User Guide
102 Objects
Description
Method; makes the specified scene the currently selected scene for editing.
Example
Assuming that there are three scenes (Scene0, Scene1, and Scene2) in the current document,
the following example makes
Scene2 the current scene and then deletes it:
fl.getDocumentDOM().editScene(2);
fl.getDocumentDOM().deleteScene();
document.enableAllFilters()
Availability
Flash 8.
Usage
document.enableAllFilters()
Parameters
None.
Returns
Nothing.
Description
Method; enables all the filters on the Filters list for the selected object(s).
Example
The following example enables all the filters on the Filters list for the selected object(s):
fl.getDocumentDOM().enableAllFilters()
See also
document.addFilter(), document.changeFilterOrder(),
document.disableAllFilters(), document.enableFilter(), document.getFilters(),
document.removeAllFilters(), Filter object