kTweenFlags
An atom that contains flags that control the tween operation.
Overview
One flag that controls path tween atoms is defined:
The
kTweenReturnDeltaflag applies only to path tween atoms (tweens of typekTweenTypePathToFixedPoint,kTweenTypePathToMatrixTranslation,kTweenTypePathToMatrixTranslationAndRotation,kTweenTypePathXtoY, orkTweenTypePathYtoX). If the flag is set, the tween component returns the change in value from the last time it was invoked. If the flag is not set, or if the tween component has not previously been invoked, the tween component returns the normal result for the tween atom.
Its parent atom is a kTweenEntry atom.
A kTweenEntry atom can contain only one kTweenFlags atom. The ID of this atom is always 1. The index of this atom is always 1.
This atom is a leaf atom. The data type of its data is Long.
This atom is optional. If it is not included, no flags are set.