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  
target — Property in class com.flashdynamix.motion.extras.Emitter
Additional properties to tween during the particle's lifespan.
i.e.
theMask — Property in class com.flashdynamix.motion.effects.ReflectEffect
threshold — Property in class com.flashdynamix.motion.effects.core.ThresholdEffect
The 32-bit color value that each pixel is tested against to see if it meets or exceeds the threshhold.
threshold — Property in class com.flashdynamix.motion.extras.ColorMatrix
Sets and returns the amount of threshold to apply from 0 to 256.
ThresholdEffect — Class in package com.flashdynamix.motion.effects.core
Applies a threshold effects on to the BitmapData
ThresholdEffect(operation, threshold, replaceColor, maskColor, copySource) — Constructor in class com.flashdynamix.motion.effects.core.ThresholdEffect
through — Property in class com.flashdynamix.motion.guides.Bezier2D
Whether the pts in the bezier path will be used as control points or through points.
through — Property in class com.flashdynamix.motion.vectors.CurveLine
Whether the pts in the CurveLine will be used as control points or through points.
time — Property in class com.flashdynamix.motion.TweensyTimeline
The time in seconds the TweensyTimeline has been running for
TIME — Constant static property in class com.flashdynamix.motion.Tweensy
Sets the refreshType to use the current frames per second of the SWF allowing for time based animations.
timeline — Property in class com.flashdynamix.motion.plugins.AbstractTween
timelines — Static property in class com.flashdynamix.motion.Tweensy
Total number of animations in progress for the Tweensy class.
timelines — Property in class com.flashdynamix.motion.TweensyGroup
Total number of animations in progress for the TweensyGroup class.
to(instance, to, duration, ease, delayStart, update, onComplete, onCompleteParams) — Static method in class com.flashdynamix.motion.Tweensy
Adds a to based tween using the properties defined in the target Object.
to(instance, to, duration, ease, delayStart, update, onComplete, onCompleteParams) — Method in class com.flashdynamix.motion.TweensyGroup
Adds a to based tween using the properties defined in the target Object.
to(instance, to, update) — Method in class com.flashdynamix.motion.TweensyTimeline
Adds a to based tween to the properties defined in the target Object.
to — Property in class com.flashdynamix.motion.plugins.AbstractTween
_to — Property in class com.flashdynamix.motion.plugins.ColorTween
to — Property in class com.flashdynamix.motion.plugins.ColorTween
_to — Property in class com.flashdynamix.motion.plugins.DisplayTween
to — Property in class com.flashdynamix.motion.plugins.DisplayTween
_to — Property in class com.flashdynamix.motion.plugins.MatrixTween
to — Property in class com.flashdynamix.motion.plugins.MatrixTween
_to — Property in class com.flashdynamix.motion.plugins.MovieClipTween
to — Property in class com.flashdynamix.motion.plugins.MovieClipTween
_to — Property in class com.flashdynamix.motion.plugins.ObjectTween
to — Property in class com.flashdynamix.motion.plugins.ObjectTween
_to — Property in class com.flashdynamix.motion.plugins.SoundTween
to — Property in class com.flashdynamix.motion.plugins.SoundTween
toString() — Method in class com.flashdynamix.motion.Tweensy
toString() — Method in class com.flashdynamix.motion.TweensyGroup
toString() — Method in class com.flashdynamix.motion.TweensyTimeline
toString() — Method in class com.flashdynamix.motion.extras.MatrixTransform
toString() — Method in class com.flashdynamix.motion.layers.BitmapLayer
toString() — Method in class com.flashdynamix.motion.layers.VectorLayer
totalDuration — Property in class com.flashdynamix.motion.TweensyTimeline
The total duration of the TweensyTimeline animation in seconds.
This is the sum of delayStart, duration and delayEnd.
toTarget(item) — Method in class com.flashdynamix.motion.plugins.AbstractTween
toTarget(to) — Method in class com.flashdynamix.motion.plugins.ColorTween
toTarget(to) — Method in class com.flashdynamix.motion.plugins.MatrixTween
toTarget(to) — Method in class com.flashdynamix.motion.plugins.SoundTween
translate(propName, value) — Method in class com.flashdynamix.motion.plugins.AbstractTween
translate(propName, value) — Method in class com.flashdynamix.motion.plugins.DisplayTween
translate(propName, value) — Method in class com.flashdynamix.motion.plugins.MovieClipTween
transparent — Property in class com.flashdynamix.motion.layers.BitmapLayer
Whether the BitmapData uses transparency.
tweens — Property in class com.flashdynamix.motion.TweensyTimeline
Number of tweens added to the TweensyTimeline Class.
Tweensy — Class in package com.flashdynamix.motion
The Tweensy Class contains a collection of tweens specified by property tweens for an Object instance.
TweensyGroup — Class in package com.flashdynamix.motion
The TweensyGroup Class contains a collection of tweens specified by property tweens for an Object instance.
TweensyGroup(lazyMode, useObjectPooling, refreshType) — Constructor in class com.flashdynamix.motion.TweensyGroup
TweensyPluginList — Class in package com.flashdynamix.motion.plugins
TweensySequence — Class in package com.flashdynamix.motion
TweensySequence Class allows for complex animations which occur one after another.
TweensySequence() — Constructor in class com.flashdynamix.motion.TweensySequence
TweensyTimeline — Class in package com.flashdynamix.motion
TweensyTimeline groups instances of tweens which are animating for the same duration.
TweensyTimeline() — Constructor in class com.flashdynamix.motion.TweensyTimeline
tx — Property in class com.flashdynamix.motion.extras.MatrixTransform
Sets and returns a x translation in pixels to offset the DisplayObject from the registration point.
ty — Property in class com.flashdynamix.motion.extras.MatrixTransform
Sets and returns a y translation in pixels to offset the DisplayObject from the registration point.
type — Property in class com.flashdynamix.motion.vectors.Gradient
Defines the type of Gradient - this can be:
  • GradientType.LINEAR
  • GradientType.RADIAL
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