displayFace
737
disableImagingTransformation
Usage
-- Lingo syntax
_player.disableImagingTransformation
// JavaScript syntax
_player.disableImagingTransformation;
Description
Player property; determines whether Director automatically takes Stage scrolling or zooming into
account capturing the image of the Stage. Read/write.
When
TRUE
, this property prevents Director from automatically taking Stage scrolling or zooming
into account when the
image
property is used to get the image of the Stage. Zooming and
scrolling of the Stage will affect the appearance of the image captured by using
image
.
When
FALSE
, Director will always capture the image of the Stage as if the Stage window was
zoomed at 100% and was not scrolled out from the center of the Stage window.
FALSE
is the
default value.
Example
This statement sets
disableImagingTransformation
to
TRUE
:
-- Lingo syntax
_player.disableImagingTransformation = TRUE
// JavaScript syntax
_player.digitalVideoTimeScale = true;
See also
image (Image)
,
Player
displayFace
Usage
member(whichTextCastmember)
.displayFace
member(
which3DCastmember
).modelResource(
whichModelResource
).\
displayFace
Description
3D text property; a linear list indicating which face or faces of the 3D text to display. Possible
values include
#front
,
#tunnel
, and
#back
. You can show any combination of faces, and the list
can be in any order.
The default value of this property is
[#front, #back, #tunnel]
.
For text cast members, this is a member property. For extruded text in a 3D cast member, this is a
model resource property.
Example
In this example, the cast member named Rugsign is a text cast member. This statement sets the
displayFace
property of Rugsign to
[#tunnel]
. When Rugsign is displayed in 3D mode, its
front and back faces will not appear.
member("Rugsign").displayFace = [#tunnel]
Содержание 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...