yAxis 1099
There are two possible properties that can appear in
xtraList
:
•
#filename
—Specifies the filename of the Xtra extension on the current platform. It is possible
to have a list without a
#filename
entry, such as when the Xtra extension exists only on one
platform.
•
#version
—Specifies the same version number that appears in the Properties dialog box
(Windows) or Info window (Macintosh) when the file is selected on the desktop. An Xtra
extension may not necessarily have a version number.
Example
This statement displays in the Message window all Xtra extensions that are available to the
Director Player.
-- Lingo syntax
trace(_player.xtraList)
// JavaScript syntax
trace(_player.xtraList);
See also
mediaXtraList
,
Player
,
scriptingXtraList
,
toolXtraList
,
transitionXtraList
y (vector)
Usage
member(
whichCastmember
).vector.y
member(
whichCastmember
).vector[2]
Description
3D property; allows you to get or set the
y
component of a vector.
Example
This statement shows the
y
component of a vector:
vec = vector(20, 30, 40)
put vec.y
-- 30.0000
yAxis
Usage
member(
whichCastmember
).transform.yAxis
Description
3D transform property; allows you to get but not set the vector representing the transform’s
canonical
y
-axis in transform space.
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
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...