Lingo Dictionary > T-Z > traceLoad |
![]() ![]() ![]() |
traceLoad
Syntax
the traceLoad
Description
Movie property; specifies the amount of information that is displayed about cast members as they load:
![]() |
0Displays no information. |
![]() |
1Displays cast members' names. |
![]() |
2Displays cast members' names, the number of the current frame, the movie name, and the file seek offset (the relative amount the drive had to move to load the media). |
The default value for the traceLoad
property is 0. This property can be tested and set.
Example
This statement causes the movie to display the names of cast members as they are loaded:
the traceLoad = 1
![]() ![]() ![]() |