Display hidden characters, Find text in a script – Adobe Flash Professional CC 2014 v.13.0 User Manual
Page 684

In the Script window, select Edit > Go To Line.
Enable or disable line word wrap
In the Script window, select View > Word Wrap.
Press Control+Shift+W (Windows) or Command+Shift+W (Macintosh).
Display hidden characters
Characters such as spaces, tabs, and line breaks are hidden in ActionScript code. You may need to display these characters; for example, you
must find and remove double-byte spaces that are not part of a string value, because they cause compiler errors.
Press Control+Shift+8 (Windows) or Command+Shift+8 (Macintosh).
The following symbols are used to display hidden characters.
Hidden character
Symbol
Single-byte space
.
Double-byte space
l
Tab
>>
line break
Find text in a script
The Find tool lets you find and replace text strings in your scripts.
Note: To search through text in every script in a Flash document, use the Movie Explorer.
Find text
1. In the Actions panel or Script window, click Find
or press Control+F (Windows) or Command+F (Macintosh).
2. Enter the search string.
3. Click Find Next.
Find and replace text in a script
1. In the Actions panel or Script window, click Find
or press Control+F (Windows) or Command+F (Macintosh).
2. Enter the search string.
3. In the Replace box, enter the new string.
4. Click Find Next.
5. To replace the string, click Replace; to replace all occurrences of the string, click Replace All.
(Deprecated with Flash Professional CC) Repeat a search in the Actions panel
From the panel menu
(at the upper-right corner of the Actions panel), select Find Again.
(Deprecated with Flash Professional CC) Repeat a search in the Script window
Select Edit > Find Again.
(Deprecated with Flash Professional CC) Check syntax and punctuation
You can do a quick check of your ActionScript code without publishing the FLA file.
When you check syntax, the current script is checked. If the current script calls ActionScript classes, those classes are also checked. Other scripts
that might be in the FLA file are not checked.
For ActionScript 2.0 files, Check Syntax runs the code through the compiler, generating syntax and compiler errors.
For ActionScript 3.0 files, Check Syntax generates only syntax errors. To generate compiler errors, such as type mismatches, improper return
values, and variable or method name misspellings, you must use the Control > Test command.
Check syntax
677