When you work in the Actions panel or Script window, the software can detect what action you are entering and display a code hint. There are two types of code hint: a tooltip that contains the complete syntax for that action, and a pop-up menu that lists possible ActionScript elements, such as method or property names (sometimes referred to as a form of code completion).
Code hints are enabled by default. By setting preferences, you can disable code hints or determine how quickly they appear. When code hints are disabled in preferences, you can still manually display a code hint for a specific command.
Specify preference settings for
automatic code hints
(at
the upper right of the Actions panel), and enable or disable Code
Hints in the ActionScript preferences.
Specify a delay for code hints
Use tooltip-style code hints
Use menu-style code hints:
Manually display a code hintAfter the dot (.) following a statement or command, where a property or method must be entered
Between parentheses [()] in a method name
Click Show Code Hint
in
the Actions panel or Script window toolbar.
Press Control+Spacebar (Windows) or Command+Spacebar (Macintosh).
From the panel menu
(at
the upper-right corner of the Actions panel), select Show Code Hint.
Reload code hints without restarting
the software