finishIdleLoad()
315
The
findPosNear
command is similar to the
findPos
command, except that when the specified
property is not in the list, the
findPosNear
command identifies the position of the value with the
most similar alphanumeric name. This command is useful in finding the name that is the closest
match in a sorted directory of names.
Parameters
valueOrProperty
Required. The value or property whose position is identified.
Example
This statement identifies the position of a property in the sorted list Answers, which consists of
[#Nile:2, #Pharaoh:4, #Raja:0]:
Answers.findPosNear(#Ni)
The result is 1, because Ni most closely matches Nile, the first property in the list.
See also
findPos
finishIdleLoad()
Usage
-- Lingo syntax
_movie.finishIdleLoad(
intLoadTag
)
// JavaScript syntax
_movie.finishIdleLoad(
intLoadTag
);
Description
Movie method; forces completion of loading for all the cast members that have the specified
load tag.
Parameters
intLoadTag
Required. An integer that specifies the load tag of the cast members to be loaded.
Example
This statement completes the loading of all cast members that have the load tag 20:
-- Lingo syntax
_movie.finishIdleLoad(20)
// JavaScript syntax
_movie.finishIdleLoad(20);
See also
idleHandlerPeriod
,
idleLoadDone()
,
idleLoadMode
,
idleLoadPeriod
,
idleLoadTag
,
idleReadChunkSize
,
Movie
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...