emulateMultibuttonMouse
751
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.distribution
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.angle
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.path
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.pathStrength
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.minSpeed
member(
whichCastmember
).modelResource(
whichModelResource
).\
emitter.maxSpeed
Description
3D particle system element; controls the initial propulsion of particles from a model resource
whose type is
#particle
.
The “See also” section of this entry contains a complete list of emitter properties. For more
information, see the individual property entries.
See also
numParticles
,
loop (emitter)
,
direction
,
distribution
,
region
,
angle (3D)
,
path (3D)
,
pathStrength
,
minSpeed
,
maxSpeed
emulateMultibuttonMouse
Usage
-- Lingo syntax
_player.emulateMultibuttonMouse
// JavaScript syntax
_player.emulateMultibuttonMouse;
Description
Player property; determines whether a movie interprets a mouse click with the Control key
pressed on the Macintosh the same as a right mouse click in Windows (
TRUE
) or not (
FALSE
,
default). Read/write.
Right-clicking has no direct Macintosh equivalent.
Setting this property to
TRUE
lets you provide consistent mouse button responses for cross-
platform movies.
Example
The following sets the
emulateMultibuttonMouse
property to
TRUE
:
-- Lingo syntax
_player.emulateMultibuttonMouse = TRUE
// JavaScript syntax
_player.emulateMultibuttonMouse = true;
See also
Player
Содержание 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...