MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 565

Director scripting reference
Table of Contents

Advertisement

Example
This handler deletes the timeout object named Random Lightning:
-- Lingo syntax
on exitFrame
timeout("Random Lightning").forget()
end
// JavaScript syntax
function exitFrame() {
timeout("Random Lightning").forget();
}
See also
new(), timeoutList, timeoutHandler,
period, persistent,
titleMenu()
Usage
-- Lingo syntax
dvdObjRef.titleMenu()
// JavaScript syntax
dvdObjRef.titleMenu();
Description
DVD method; displays the title menu.
Parameters
None.
Example
This statement displays the title menu:
-- Lingo syntax
member(1).titleMenu()
// JavaScript syntax
member(1).titleMenu();
See also
DVD
top (3D)
Usage
modelResourceObjectReference.top
Description
3D command; when used with a model resource whose type is
set the
property of the model resource.
top
The
property determines whether the top of the box is sealed (
top
default value is
TRUE.
time (timeout
target
object),
name
(timeout),
, allows you to both get and
#box
) or open (
TRUE
FALSE
top (3D)
). The
565

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents