User Guide
214
endColor
Syntax
the endColor of member whichCastMember
Description
Vector shape cast member property; the ending color of a gradient shape’s fill specified as an
RGB value.
endColor is only valid when the fillMode is set to #gradient, and the starting color is set
with fillColor.
This property can be tested and set.
To see an example of
endColor used in a completed movie, see the Vector Shapes movie in the
Learning/Lingo Examples folder inside the Director application folder.
See also
color(), fillColor, fillMode
endFrame()
Syntax
sprite(whichSprite).endFrame
Description
Function; returns the frame number of the end frame of the sprite span.
This function is useful in determining the span in the Score of a particular sprite. This function is
available only in a frame that contains the sprite. It cannot be applied to sprites in different frames
of the movie, nor is it possible to set this value.
Example
This statement output reports the ending frame of the sprite in channel 5 in the Message window:
put sprite(5).endFrame
See also
startFrame
endRecording
Syntax
endRecording
Description
Keyword; ends a Score update session. You can resume control of Score channels through
puppetting after the
endRecording keyword is issued.