Lingo Dictionary > T-Z > transitionType

 

transitionType

Syntax

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 command.

Example

This statement sets the type of transition cast member 3 to 51, which is a pixel dissolve cast member:

member(3).transitionType = 51