Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 767 Bytes

File metadata and controls

31 lines (17 loc) · 767 Bytes

fl.reloadEffects() - dropped

Availability

Flash MX 2004. Dropped in Adobe Animate.

Usage

fl.reloadEffects()

Parameters

None.

Returns

Nothing.

Description

Dropped in Adobe Animate.

Method; reloads all effects descriptors defined in the user’s Configuration Effects folder. This permits you to rapidly change the scripts during development, and it provides a mechanism to improve the effects without relaunching the application. This method works best if used in a command placed in the Commands folder.

Example

The following example is a one-line script that you can place in the Commands folder. When you need to reload effects, go to the Commands menu and execute the script.

fl.reloadEffects();