Example
This statement sets the
the front of this box will be open:
member("3D World").modelResource("Crate").front = FALSE
See also
back,
bottom
frontWindow
Usage
-- Lingo syntax
_player.frontWindow
// JavaScript syntax
_player.frontWindow;
Description
Player property; indicates which movie in a window (MIAW) is currently frontmost on the
screen. Read-only.
When the Stage is frontmost,
is frontmost,
frontWindow
Example
This statement determines whether the window "Music" is currently the frontmost window and,
if it is, brings the window "Try This" to the front:
-- Lingo syntax
if (_player.frontWindow = "Music") then
window("Try This").moveToFront()
end if
// JavaScript syntax
if (_player.frontWindow = "Music") {
window("Try This").moveToFront();
}
See also
Player
fullScreen
Usage
-- Lingo syntax
dvdObjRef.fullScreen
// JavaScript syntax
dvdObjRef.fullScreen;
Description
DVD property; specifies whether the DVD should play back in full screen mode. Read/write.
Pressing the escape key returns display mode to non-fullscreen and sets the property to false.
Currently unsupported on Macintosh.
property of the model resource named Crate to
front
(3D),
top
(3D),
left
frontWindow
returns
VOID
(3D),
right (3D)
is the Stage. When a media editor or floating palette
(Lingo) or
(JavaScript syntax).
null
, meaning
FALSE
fullScreen
791
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