User Guide
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.