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  
AbstractTween — Class in package com.flashdynamix.motion.plugins
This abstract tween class provides necessary functionality to the typed plugin tweens.
AbstractTween() — Constructor in class com.flashdynamix.motion.plugins.AbstractTween
add(timeline:com.flashdynamix.motion:TweensyTimeline) — Static method in class com.flashdynamix.motion.Tweensy
Adds a TweensyTimeline to the Tweensy class.
add(item:com.flashdynamix.motion:TweensyTimeline) — Method in class com.flashdynamix.motion.TweensyGroup
Adds a TweensyTimeline to the TweensyGroup class.
add(instance, update) — Method in class com.flashdynamix.motion.TweensyTimeline
add(propName, target, isFrom) — Method in class com.flashdynamix.motion.plugins.AbstractTween
add(Type, Tween) — Static method in class com.flashdynamix.motion.plugins.TweensyPluginList
add(Type) — Method in class com.flashdynamix.utils.MultiTypeObjectPool
add() — Method in class com.flashdynamix.utils.ObjectPool
addAt(index, instance, to, duration, ease, delayStart, delayEnd, update, onComplete, onCompleteParams) — Method in class com.flashdynamix.motion.TweensySequence
Adds an animation to the specified index position in the animation sequence.
addAt(index, pt) — Method in class com.flashdynamix.motion.guides.Bezier2D
Adds a Point into the Bezier path at the specified index.
alphaTo(instance, alpha, duration, ease, delayStart) — Method in class com.flashdynamix.motion.TweensyGroup
This method provides a handy method to do the common task of an alpha tween for an Object instance.
This is equivalent to : tween.to(instance, {alpha:'value'});
amplitude — Property in class com.flashdynamix.motion.easing.ElasticEaseParams
Sets and returns the amplitude (how much) of the sine wave for the Elastic tween.
angle — Property in class com.flashdynamix.motion.guides.Direction2D
apply() — Method in class com.flashdynamix.motion.plugins.AbstractTween
apply() — Method in class com.flashdynamix.motion.plugins.ColorTween
apply() — Method in class com.flashdynamix.motion.plugins.FilterTween
apply() — Method in class com.flashdynamix.motion.plugins.MatrixTween
apply() — Method in class com.flashdynamix.motion.plugins.SoundTween
autoRotate — Property in class com.flashdynamix.motion.guides.Bezier2D
Whether the Object will directionally rotate.
autoRotate — Property in class com.flashdynamix.motion.guides.Direction2D
Whether the Object will directionally rotate.
autoRotate — Property in class com.flashdynamix.motion.guides.Orbit2D
Whether the Object will directionally rotate.
averageFps — Static property in class com.flashdynamix.utils.SWFProfiler
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