Lingo Dictionary > A-C > chunkSize |
![]() ![]() ![]() |
chunkSize
Syntax
member(
whichCastMember
)
.
chunkSize
the chunkSize of member
whichCastMember
Description
Transition cast member property; determines the transition's chunk size in pixels from 1 to 128 and is equivalent to setting the smoothness slider in the Frame Properties: Transition dialog box. The smaller the chunk size, the smoother the transition appears.
This property can be tested and set.
Example
This statement sets the chunk size of the transition cast member Fog to 4 pixels.
Dot syntax:
member("Fog").chunkSize = 4
Verbose syntax:
set the chunkSize of member "Fog" to 4
![]() ![]() ![]() |