[ LiB ] |
Code Hints are a helpful tool when you're writing ActionScript. It's very difficult to remember the exact names of all properties and methods for every code object in the language. However, if automatic hints annoy you sometimes, or you'd rather just call on them when you need them, then turn 'em off.
In the Preferences panel (CTRL-U) under the ActionScript tab, deselect the Code Hints option. You can still call on these hints when you need them by pressing the Show Code Hint button (CTRL-Spacebar) in the Actions panel to manually display them. They just aren't going to insult you by anticipating that you need help every time you place a "." in your Actions.
[ LiB ] |