mApplication.enableAutoTrace()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0;

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 1.0;

Usage

mApplication.enableAutoTrace(enable:Boolean) : Void

Parameters

enable - True or false.

Returns

Nothing.

Description

Method; Enables or disables automatic tracing of all mProjector commands. See Debugging Your Application for more information on how to use this command and others when debugging an mProjector application.

Example

The following example enables automatic tracing.

mApplication.enableAutoTrace(true);

See Also

mApplication.trace(), mWindow.setTraceColor(),

Code Examples

Application Basics