MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 805

Director scripting reference
Table of Contents

Advertisement

idleLoadMode
Usage
-- Lingo syntax
_movie.idleLoadMode
// JavaScript syntax
_movie.idleLoadMode;
Description
Movie property; determines when the
cast members during idle periods. Read/write.
Idle periods can be one of the following values:
0—Does not perform idle loading
1—Performs idle loading when there is free time between frames
2—Performs idle loading during
3—Performs idle loading as frequently as possible
The
idleLoadMode
and
preLoad()
Cast members that were loaded using idle loading remain compressed until the movie uses
them. When the movie plays back, it may have noticeable pauses while it decompresses the
cast members.
Example
This statement causes the movie to try as frequently as possible to load cast members designated
for preloading by the
-- Lingo syntax
_movie.idleLoadMode = 3
// JavaScript syntax
_movie.idleLoadMode = 3;
See also
on
idle, Movie,
idleLoadPeriod
Usage
-- Lingo syntax
_movie.idleLoadPeriod
// JavaScript syntax
_movie.idleLoadPeriod;
Description
Movie property; determines the number of ticks that Director waits before trying to load cast
members waiting to be loaded. Read/write.
idle
property performs no function and works only in conjunction with the
methods.
preLoadMember()
and
preLoad
preLoadMember
preLoad()
(Movie),
and
preLoad()
preLoadMember()
events
commands:
preLoadMember()
methods try to load
idleLoadPeriod
805

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents