690
Chapter 14: Properties
// JavaScript syntax
function mouseDown() {
put(_mouse.clickLoc);
}
If the click were 50 pixels from the left end of the Stage and 100 pixels from the top of the Stage,
the Message window would display the following:
point(50, 100)
See also
clickOn
,
Mouse
clickMode
Usage
-- Lingo syntax
memberOrSpriteObjRef
.clickMode
// JavaScript syntax
memberOrSpriteObjRef
.clickMode;
Description
Flash cast member and sprite property; controls when the Flash movie sprite detects mouse click
events (
mouseUp
and
mouseDown
) and when it detects rollovers (
mouseEnter
,
mouseWithin
, and
mouseLeave
). The
clickMode
property can have these values:
•
#boundingBox
—Detects mouse click events anywhere within the sprite’s bounding rectangle
and detects rollovers at the sprite’s boundaries.
•
#opaque
(default)—Detects mouse click events only when the pointer is over an opaque
portion of the sprite and detects rollovers at the boundaries of the opaque portions of the sprite
if the sprite’s ink effect is set to Background Transparent. If the sprite’s ink effect is not set to
Background Transparent, this setting has the same effect as
#boundingBox
.
•
#object
—Detects mouse click events when the mouse pointer is over any filled
(nonbackground) area of the sprite and detects rollovers at the boundaries of any filled area.
This setting works regardless of the sprite’s ink effect.
This property can be tested and set.
Содержание DIRECTOR MX 2004-DIRECTOR SCRIPTING
Страница 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Страница 48: ...48 Chapter 2 Director Scripting Essentials...
Страница 100: ...100 Chapter 4 Debugging Scripts in Director...
Страница 118: ...118 Chapter 5 Director Core Objects...
Страница 594: ...594 Chapter 12 Methods...
Страница 684: ...684 Chapter 14 Properties See also DVD...
Страница 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Страница 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Страница 889: ...netPresent 889 _player alert Sorry the Network Support Xtras could not be found See also Player...
Страница 1102: ...1102 Chapter 14 Properties...