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)
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