Lingo Dictionary > A-C > crop (cast member property) |
![]() ![]() ![]() |
crop (cast member property)
Syntax
member(
whichCastMember
)
.
crop
the crop of member
whichCastMember
Description
Cast member property; scales a digital video cast member to fit exactly inside the sprite rectangle in which it appears (FALSE
), or it crops but doesn't scale the cast member to fit inside the sprite rectangle (TRUE
).
This property can be tested and set.
Example
This statement instructs Lingo to crop any sprite that refers to the digital video cast member Interview.
Dot syntax:
member("Interview").crop = TRUE
Verbose syntax:
set the crop of member "Interview" to TRUE
See also
![]() ![]() ![]() |