![MACROMEDIA DIRECTOR MX 2004 Reference Download Page 806](http://html1.mh-extra.com/html/macromedia/director-mx-2004/director-mx-2004_reference_687516806.webp)
806
Chapter 14: Properties
The default value for
idleLoadPeriod
is 0, which instructs Director to service the load queue as
frequently as possible.
Example
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;
See also
on idle
,
Movie
idleLoadTag
Usage
-- Lingo syntax
_movie.idleLoadTag
// JavaScript syntax
_movie.idleLoadTag;
Description
Movie property; identifies or tags with a number the cast members that have been queued for
loading when the computer is idle. Read/write.
The
idleLoadTag
property is a convenience that identifies the cast members in a group that you
want to preload, and can be any number that you choose.
Example
This statement makes the number 10 the idle load tag:
-- Lingo syntax
_movie.idleLoadTag = 10
// JavaScript syntax
_movie.idleLoadTag = 10;
See also
on idle
,
Movie
idleReadChunkSize
Usage
-- Lingo syntax
_movie.idleReadChunkSize
// JavaScript syntax
_movie.idleReadChunkSize;
Summary of Contents for DIRECTOR MX 2004
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...