MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 1058

Director scripting reference
Table of Contents

Advertisement

See also
interpolateTo(),
(transform), bone, worldTransform, preRotate, preScale(),
transitionType
Usage
member(whichCastMember).transitionType
the transitionType of member whichCastMember
Description
Transition cast member property; determines a transition's type, which is specified as a
number. The possible values are the same as the codes assigned to transitions for the
puppetTransition
Example
This statement sets the type of transition cast member 3 to 51, which is a pixel dissolve
cast member:
member(3).transitionType = 51
transitionXtraList
Usage
-- Lingo syntax
_player.transitionXtraList
// JavaScript syntax
_player.transitionXtraList;
Description
Player property; returns a linear list of all transition Xtra extensions available to the Director
player. Read-only.
Example
This statement displays in the Message window all available transition Xtra extensions.
-- Lingo syntax
put(_player.transitionXtraList)
// JavaScript syntax
put(_player.transitionXtraList);
See also
mediaXtraList, Player, scriptingXtraList, toolXtraList,
1058
Chapter 14: Properties
scale
(transform),
command.
rotation
(transform),
position
preTranslate()
xtraList (Player)

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