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(bmd, rect, mtx) — Method in class com.flashdynamix.motion.layers.BitmapFillLayer
add(effect:com.flashdynamix.motion.effects:IEffect) — Method in class com.flashdynamix.motion.layers.BitmapLayer
Adds an IEffect into the list.
add(vector:com.flashdynamix.motion.vectors:IVector) — Method in class com.flashdynamix.motion.layers.VectorLayer
Adds an IVector into the list.
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.
addAt(index, pt) — Method in class com.flashdynamix.motion.vectors.Line
Adds a Point into the Line path at the specified index.
addEvent(item, type, liststener, priority, useWeakReference) — Method in class com.flashdynamix.motion.extras.Emitter
addEvent(item, type, listener, priority, useWeakReference) — Method in class com.flashdynamix.motion.layers.BitmapFillLayer
addEvent(item, type, listener, priority, useWeakReference) — Method in class com.flashdynamix.motion.layers.BitmapLayer
addEvent(item, type, liststener, priority, useWeakReference) — Method in class com.flashdynamix.motion.layers.VectorLayer
alphaBmd — Property in class com.flashdynamix.motion.effects.core.CopyEffect
The alphaBmd ALPHA channel to use when copying the BitmapData, if one is desired other than the ALPHA.
alphaMultiplier — Property in class com.flashdynamix.motion.effects.core.MergeEffect
A hexadecimal color which defines the amount of the alpha channel to merge.
alphaPt — Property in class com.flashdynamix.motion.effects.core.CopyEffect
The point to draw the ALPHA channel from using the alphaBmd.
alphas — Property in class com.flashdynamix.motion.vectors.Gradient
An Array of alpha values for the corresponding colors in the colors Array; valid values are 0 to 1.
If the value is less than 0, the default is 0.
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'});
amount — Property in class com.flashdynamix.motion.effects.PixelateEffect
The amount of pixelation scale to be applied on the result image.
An amount of 1 will return a BitmapData at its native resolution.
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.extras.Emitter
The angle in degrees to allow the particles to move to :
  • "0-360" allows for any random rotation.
  • "-90-90" only allows for a random rotation between -90 and 90.
  • 90 only allows for particles to move at a rotation value of 90 degree.s
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