Whether you edit code in the Actions panel or the Script window, you can set and modify a single set of preferences.
When automatic indentation is turned on, the text you type after an opening parenthesis “(“ or opening curly brace “{“ is automatically indented according to the Tab Size setting.
Specifies the number of characters a new line is indented.
Enables code hinting in the Script pane.
Specifies the delay (in seconds) before code hints are displayed.
Specifies the font used for your script.
Checks to ensure that the selected font family can render each character. If not, Flash substitutes a font family that contains the necessary characters.
Specifies the character encoding used when you open or import ActionScript files.
Specifies the character encoding used when you save or export ActionScript files.
Specifies what happens when a script file is modified, moved, or deleted. Select Always, Never, or Prompt.
No warning is displayed, and the file is automatically reloaded.
No warning is displayed, and the file remains in the current state.
(Default) A warning is displayed, and you can choose whether to reload the file.
When you build applications with external scripts, this preference helps you avoid overwriting a script that a team member has modified since you opened the application, or avoid publishing the application with older versions of scripts. The warnings let you automatically close a script and reopen the newer, modified version.
Specifies code coloring in your scripts.
Opens the ActionScript Settings dialog boxes, where you can set a classpath for ActionScript 2.0 or 3.0.