MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1041

Director scripting reference
Table of Contents

Advertisement

See also
milliseconds, period, persistent, target, timeout(),
timeoutHandler
Usage
timeoutObject.timeoutHandler
Description
System property; represents the name of the handler that will receive timeout messages from the
given
timeoutObject
timeoutHandler
script if the timeout object has no
This property can be tested and set.
Example
This statement displays the
Message window:
put timeout("Quiz Timer").timeoutHandler
See also
target, timeout(),
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()
Timeout objects are added to the
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(),
. Its value is a symbol, such as
is always a handler within the timeout object's
target
timeoutHandler
timeoutList
method to delete a timeout object.
timeoutList
#timeExpiredHandler
specified.
of the timeout object Quiz Timer in the
with the
new()
forget()
(Timeout),
timeoutHandler
. The
object, or in a movie
target
method.
timeout()
timeoutList 1041

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