![MACROMEDIA DIRECTOR MX 2004 Reference Download Page 201](http://html1.mh-extra.com/html/macromedia/director-mx-2004/director-mx-2004_reference_687516201.webp)
on zoomWindow
201
trayIconRightMouseDown
Usage
-- Lingo syntax
on trayIconRightMouseDown
statement(s)
end
// JavaScript syntax
function trayIconRightMouseDown() {
statement(s);
}
Description
Movie and Window event handler (Microsoft Windows only). Contains statements that run
when a user right-clicks the system tray icon.
The
trayIconRightMouseDown
event is sent to the handler only if the
systemTrayIcon
property
is set to
TRUE
.
Example
The following handler pauses a movie when a user right-clicks the system tray icon.
-- Lingo syntax
on trayIconRightMouseDown
_movie.delay(500)
end
// JavaScript syntax
function trayIconRightMouseDown() {
_movie.delay(500);
}
See also
Movie
,
systemTrayIcon
,
trayIconMouseDoubleClick
,
trayIconMouseDown
,
Window
on zoomWindow
Usage
-- Lingo syntax
on zoomWindow
statement(s)
end
// JavaScript syntax
function zoomWindow() {
statement(s);
}
Description
System message and event handler; contains statements that execute whenever a movie running as
a movie in a window (MIAW) is resized. This happens when the user clicks the Minimize or
Maximize button (Windows) or the Zoom button (Macintosh). The operating system determines
the dimensions after resizing the window.
Summary of Contents for DIRECTOR MX 2004
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...