Lingo Dictionary > A-C > changeArea |
![]() ![]() ![]() |
changeArea
Syntax
member(
whichCastMember
)
.
changeArea
the changeArea of member
whichCastMember
Description
Transition cast member property; determines whether a transition applies only to the changing area on the Stage (TRUE
) or to the entire Stage (FALSE
). Its effect is similar to selecting the Changing Area Only option in the Frame Properties Transition dialog box.
This property can be tested and set.
Example
This statement makes the transition cast member Wave apply only to the changing area on the Stage.
Dot syntax:
member("Wave").changeArea = TRUE
Verbose syntax:
set the changeArea of member "Wave" to TRUE
![]() ![]() ![]() |