A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
unshift(instance, to, duration, ease, delayStart, delayEnd, update, onComplete, onCompleteParams) — Method in class com.flashdynamix.motion.TweensySequence
Adds an animation before the first animation in the sequence.
unshift(pt) — Method in class com.flashdynamix.motion.vectors.Line
Unshifts a Point from the Line path.
update(secs) — Method in class com.flashdynamix.motion.TweensyTimeline
Updates the TweensyTimeline by the specified amout of time in seconds.
This function is intended for use by the Tweensy class which is controlling this timeline animation.
Though calling this function will update the timeline independtly of the mananger allowing for custom control over timelines.
update(position) — Method in class com.flashdynamix.motion.plugins.AbstractTween
update(position) — Method in class com.flashdynamix.motion.plugins.ColorTween
_update — Property in class com.flashdynamix.motion.plugins.ColorTween
update(position) — Method in class com.flashdynamix.motion.plugins.DisplayTween
update(position) — Method in class com.flashdynamix.motion.plugins.FilterTween
_update — Property in class com.flashdynamix.motion.plugins.FilterTween
update(position) — Method in class com.flashdynamix.motion.plugins.MatrixTween
_update — Property in class com.flashdynamix.motion.plugins.MatrixTween
update(position) — Method in class com.flashdynamix.motion.plugins.MovieClipTween
update(position) — Method in class com.flashdynamix.motion.plugins.ObjectTween
update(position) — Method in class com.flashdynamix.motion.plugins.SoundTween
_update — Property in class com.flashdynamix.motion.plugins.SoundTween
updateEffects() — Method in class com.flashdynamix.motion.layers.BitmapLayer
updateTo(instance, to) — Static method in class com.flashdynamix.motion.Tweensy
Updates a tween for the instance Object to the new target positions defined in the to Object.
updateTo(instance, to) — Method in class com.flashdynamix.motion.TweensyGroup
Updates a tween for the instance Object to the new target positions defined in the to Object.
updateTo(instance, to) — Method in class com.flashdynamix.motion.TweensyTimeline
Updates a tween for the instance Object to the new target properties defined in the to Object.
updateTo(position, item) — Method in class com.flashdynamix.motion.plugins.AbstractTween
useObjectPooling — Property in class com.flashdynamix.motion.TweensyGroup
Defines whether the TweensyGroup Class will use object pooling for instances of TweensyTimeline.
Object Pooling can result in significant performance increase as it descreases the expenses of constructing TweensyTimeline instances but requires the developer to be careful when creating references to pooled instances.
This is because pooled TweensyTimeline instances may be being reused.
useSmartRotate — Static property in class com.flashdynamix.motion.Tweensy
Whether the timelines contained within the TweensyGroup class will use smart rotation or not.
Using smart rotation will ensure that when tweening the 'rotation' property it will turn in the shortest rotation direction.
This fixes what may otherwise appear as a visual glitch even though mathimatically it is correct.
useSmartRotate — Property in class com.flashdynamix.motion.TweensyGroup
Whether the timelines contained within the TweensyGroup class will use smart rotation or not.
Using smart rotation will ensure that when tweening the 'rotation' property it will turn in the shortest rotation direction.
This fixes what may otherwise appear as a visual glitch even though mathimatically it is correct.
useSmartRotate — Property in class com.flashdynamix.motion.TweensySequence
Whether the timelines contained within the TweensyGroup class will use smart rotation or not.
Using smart rotation will ensure that when tweening the 'rotation' property it will turn in the shortest rotation direction.
This fixes what may otherwise appear as a visual glitch even though mathimatically it is correct.
useSmartRotate — Property in class com.flashdynamix.motion.TweensyTimeline
Whether the timelines contained within the TweensyTimeline class will use smart rotation or not.
Smart rotation will make the rotation turn in the direction which is the shortest in degrees fixing what may otherwise appear as a visual glitch even though mathimatically it is correct.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z