-- Lingo syntax _movie.traceLoad // JavaScript syntax _movie.traceLoad;
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.
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;