MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 102

Extending flash
Table of Contents

Advertisement

Description
Method; makes the specified scene the currently selected scene for editing.
Example
Assuming that there are three scenes (
,
, and
) in the current document,
Scene0
Scene1
Scene2
the following example makes
the current scene and then deletes it:
Scene2
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
102
Objects

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents