Returns
Nothing.
Description
Method; duplicates the selection on the Stage.
Example
The following example duplicates the current selection, which is similar to Alt-clicking and then
dragging an item:
fl.getDocumentDOM().duplicateSelection();
document.editScene()
Availability
Flash MX 2004.
Usage
document.editScene( index )
Parameters
A zero-based integer that specifies which scene to edit.
index
Returns
Nothing.
Description
Method; makes the specified scene the currently selected scene for editing.
Example
Assuming that there are three scenes (
following example makes
fl.getDocumentDOM().editScene(2);
fl.getDocumentDOM().deleteScene();
document.enterEditMode()
Availability
Flash MX 2004.
Usage
document.enterEditMode( [editMode] )
Parameters
A string that specifies the editing mode. Valid values are
editMode
. If no parameter is specified, the default is symbol-editing mode. This parameter is
"newWindow"
optional.
86
Chapter 3: Objects
,
Scene0
Scene1
the current scene and then deletes it:
Scene2
, and
) in the current document, the
Scene2
"inPlace"
or
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers