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
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