|
Flash CS4 Resources |
presetPanel.selectItem()AvailabilityFlash CS4 Professional. UsagepresetPanel.selectItem(namePath [, bReplaceCurrentSelection [, bSelect] ]) Parameters
ReturnsA Boolean value of true if the item was successfully selected or deselected; false otherwise. DescriptionMethod; selects or deselects an item in the Motion Presets panel, optionally replacing any items currently selected. ExampleThe following code adds the fly-in-blur-right preset to the currently selected presets (if any) in the Motion Presets panel: fl.presetPanel.selectItem("Default Presets/fly-in-blur-right", false);
|