MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 938

Director scripting reference
Table of Contents

Advertisement

Example
This statement displays in the Message window the name of the Director application.
-- Lingo syntax
trace(_player.productName)
// JavaScript syntax
trace(_player.productName);
See also
Player
productVersion
Usage
-- Lingo syntax
_player.productVersion
// JavaScript syntax
_player.productVersion;
Description
Player property; returns the version number of the Director application. Read-only.
Example
This statement displays in the Message window the version of the Director application.
-- Lingo syntax
trace(_player.productVersion)
// JavaScript syntax
trace(_player.productVersion);
See also
Player
projection
Usage
sprite(whichSprite).camera.projection
camera(whichCamera).projection
member(whichCastmember).camera(whichCamera).projection
Description
3D property; allows you to get or set the projection style of the camera. Possible values are
(the default) and
#perspective
When projection is
from the camera, and the
projection angle (which determines how much of the world you see). The horizontal projection
angle is determined by the aspect ratio of the camera's
938
Chapter 14: Properties
#orthographic
, objects closer to the camera appear larger than objects farther
#perspective
projectionAngle
.
or
properties specify the vertical
fieldOfView
property.
rect

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