MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 737

Director scripting reference
Table of Contents

Advertisement

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
, this property prevents Director from automatically taking Stage scrolling or zooming
TRUE
into account when the
scrolling of the Stage will affect the appearance of the image captured by using
When
, Director will always capture the image of the Stage as if the Stage window was
FALSE
zoomed at 100% and was not scrolled out from the center of the Stage window.
default value.
Example
This statement sets
-- Lingo syntax
_player.disableImagingTransformation = TRUE
// JavaScript syntax
_player.digitalVideoTimeScale = true;
See also
image
(Image),
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
can be in any order.
The default value of this property is
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
property of Rugsign to
displayFace
front and back faces will not appear.
member("Rugsign").displayFace = [#tunnel]
property is used to get the image of the Stage. Zooming and
image
disableImagingTransformation
Player
,
, and
#tunnel
#back
[#front, #back, #tunnel]
[#tunnel]
to
:
TRUE
. You can show any combination of faces, and the list
. When Rugsign is displayed in 3D mode, its
.
image
is the
FALSE
.
displayFace
737

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