-- Lingo syntax _movie.idleLoadPeriod // JavaScript syntax _movie.idleLoadPeriod;
Movie property; determines the number of ticks that Director waits before trying to load cast members waiting to be loaded. Read/write.
The default value for idleLoadPeriod is 0, which instructs Director to service the load queue as frequently as possible.
This statement instructs Director to try loading every 1/2 second (30 ticks) any cast members waiting to be loaded:
-- Lingo syntax _movie.idleLoadPeriod = 30 // JavaScript syntax _movie.idleLoadPeriod = 30;
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_pr294.htm