Extending Flash |
|
|
|
| Objects > ScreenOutline object > screenOutline.setCurrentScreen() | |||
Flash MX 2004.
screenOutline.setCurrentScreen(name)
name A string that specifies the name screen which should become the currently selected screen. If the screen is a child of another screen, you do not need to indicate a path or hierarchy.
Nothing.
Method; sets the current selection in the screen outline to the specified screen.
The following example sets the current screen to the screen named ChildOfSlide_1:
fl.getDocumentDOM().screenOutline.setCurrentScreen("ChildOfSlide_1");
|
|
|
|