Skip to main content

Tweener Tiles

TweenerFlex

This is the best tile to use when experimenting with tweens. When viewed in a TilePlus Selection inspector only the fields appropriate for the particular 'target' are displayed.

For example: scale

TweenFlexScale.png

For example: matrix

TweenFlexMatrix.png

Matrix Hints

TweenSpecWhen using Matrix tweens you can tween the entire matrix (position, rotation, scale) or any of the components.

TweenSpecSequenceTweener-matrixhints.png

One can use this to create, say, a Matrix tween that only affects rotation and position but not scale. This is equivalent to executing a Position and Rotation tween at the same time.

TweenSpec

This tile allows you to use one tween from a TweenSpec asset.

TweenSpecSeqTile.png

The Spec Index determine which tween from the asset is used.

TweenSpecSequence

This tile allows you to run an entire sequence from a TweenSpec asset.

TweenerSeqTile.png

It just plays the entire sequence. You can control the number of loops.

Loop Interactive Mode is explained here.