Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 657 Bytes

File metadata and controls

29 lines (17 loc) · 657 Bytes

fl.resetPackagePaths() - dropped

Availability

Flash CS3 Professional. Dropped in Adobe Animate.

Usage

fl.resetPackagePaths()

Parameters

None.

Description

Dropped in Adobe Animate. Method; resets the global Classpath setting in the ActionScript 2.0 Settings dialog box to the default value. To reset the ActionScript 3.0 global Classpath, use fl.resetAS3PackagePaths().

Example

The following example resets the ActionScript 2.0 Classpath setting to its default value.

fl.resetPackagePaths();

See also

fl.packagePaths - dropped