traceLoad

Usage

-- Lingo syntax
_movie.traceLoad

// JavaScript syntax
_movie.traceLoad;

Description

Movie property; specifies the amount of information that is displayed about cast members as they load. Read/write.

Valid values for traceLoad are as follows.

Example

This statement causes the movie to display the names of cast members as they are loaded:

-- Lingo syntax
_movie.traceLoad = 1

// JavaScript syntax
_movie.traceLoad = 1;

See also

Movie