The Debug > List Objects command in test mode lists TextField objects. If an instance name is
specified for a text field, the Output panel displays the full target path including the instance
name in the following form:
Target = "target path"
Using the trace statement
When you use the
For example, while testing a movie or scene, you can send specific programming notes to the
panel or have specific results appear when a button is pressed or a frame is played. The
statement is similar to the JavaScript
When you use the
of an expression is displayed in the Output panel in test mode, as shown here:
The
statement returns values that appear in the Output panel.
trace
onClipEvent(enterFrame){
trace("onClipEvent enterFrame " + enterFrame++)
}
Updating Flash Player for testing
You can download the latest version of Flash Player from the Macromedia Support Center at
www.macromedia.com/support/flash
version of Flash Player.
statement in a script, you can send information to the Output panel.
trace
alert
statement in a script, you can use expressions as parameters. The value
trace
and use it to test your SWF files with the most recent
statement.
Updating Flash Player for testing
trace
79
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers