MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 751

Director scripting reference
Table of Contents

Advertisement

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,
path
(3D), pathStrength, minSpeed,
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 (
default). Read/write.
Right-clicking has no direct Macintosh equivalent.
Setting this property to
platform movies.
Example
The following sets the
-- Lingo syntax
_player.emulateMultibuttonMouse = TRUE
// JavaScript syntax
_player.emulateMultibuttonMouse = true;
See also
Player
.
loop
(emitter), direction, distribution, region,
lets you provide consistent mouse button responses for cross-
TRUE
emulateMultibuttonMouse
maxSpeed
property to
TRUE
angle
(3D),
) or not (
TRUE
FALSE
:
emulateMultibuttonMouse
,
751

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

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

This manual is also suitable for:

Director mx 2004

Table of Contents