traceScript

Usage

-- Lingo syntax
_movie.traceScript

// JavaScript syntax
_movie.traceScript;

Description

Movie property; specifies whether the movie's trace function is on (TRUE) or off (FALSE).
Read/write.

When traceScript is on, the Message window displays each line of script that is being executed.

Example

This statement turns the traceScript property on.

-- Lingo syntax
_movie.traceScript = TRUE

// JavaScript syntax
_movie.traceScript = true;

See also

Movie


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr677.htm