PlayTweenText

Description

Applies the given tween ID to a given text ID with an optional delay and starts playing it. A tween can be played on multiple text objects at the same time, simply call this command again with a different text ID. The text will not be modified until the delay time has passed, at which point the tween will start at the begin values and move towards the end values over the tween duration. If a tween end value is modified whilst the tween is playing on a text object the text will adjust its interpolation accordingly. Modifying the duration whilst playing is undefined and not compatible with chains.

Definition

PlayTweenText( tweenID, textID, delay )

Parameters