![MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference Download Page 1041](http://html1.mh-extra.com/html/macromedia/director-mx-2004-director-scripting/director-mx-2004-director-scripting_reference_33217201041.webp)
timeoutList
1041
See also
milliseconds
,
period
,
persistent
,
target
,
timeout()
,
timeoutHandler
timeoutHandler
Usage
timeoutObject
.timeoutHandler
Description
System property; represents the name of the handler that will receive timeout messages from the
given
timeoutObject
. Its value is a symbol, such as
#timeExpiredHandler
. The
timeoutHandler
is always a handler within the timeout object’s
target
object, or in a movie
script if the timeout object has no
target
specified.
This property can be tested and set.
Example
This statement displays the
timeoutHandler
of the timeout object Quiz Timer in the
Message window:
put timeout("Quiz Timer").timeoutHandler
See also
target
,
timeout()
,
timeoutList
timeoutList
Usage
-- Lingo syntax
_movie.timeoutList
// JavaScript syntax
_movie.timeoutList;
Description
Movie property; a linear list containing all currently active timeout objects. Read-only.
Use the
forget()
method to delete a timeout object.
Timeout objects are added to the
timeoutList
with the
new()
method.
Example
This statement deletes the third timeout object from the timeout list:
-- Lingo syntax
_movie.timeoutList[3].forget()
// JavaScript syntax
_movie.timeoutList[3].forget();
See also
forget() (Window)
,
Movie
,
new()
,
forget() (Timeout)
,
timeout()
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
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...