Lingo Dictionary > T-Z > tweened

 

tweened

Syntax

sprite(whichSprite).tweened
the tweened of sprite whichSprite

Description

Sprite property; determines whether only the first frame in a new sprite is created as a keyframe (TRUE), or whether all frames in the new sprite are created as keyframes (FALSE).

This property does not affect playback and is useful only during Score recording.

This property can be tested and set.

Example

When this statement is issued, newly created sprites in channel 25 have a keyframe only in the first frame of the sprite span:

sprite(25).tweened = 1