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  
pause() — Static method in class com.flashdynamix.motion.Tweensy
Pauses all tweens which have been executed by the Tweensy Class.
pause() — Method in class com.flashdynamix.motion.TweensyGroup
Pauses all tweens in the TweensyGroup Class.
pause() — Method in class com.flashdynamix.motion.TweensySequence
Pauses playback of the TweensySequence.
pause() — Method in class com.flashdynamix.motion.TweensyTimeline
Pauses a playing TweensyTimeline
pause() — Method in class com.flashdynamix.motion.extras.Emitter
Pauses all playing particle tweens.
paused — Static property in class com.flashdynamix.motion.Tweensy
Whether the Tweensy Class is currently paused.
paused — Property in class com.flashdynamix.motion.TweensyGroup
Whether the TweensyGroup Class is timeline paused.
paused — Property in class com.flashdynamix.motion.TweensySequence
Whether the TweensySequence is paused.
paused — Property in class com.flashdynamix.motion.TweensyTimeline
Whether the TweensyTimeline is paused.
period — Property in class com.flashdynamix.motion.easing.ElasticEaseParams
Sets and returns the period (how often) of the sine wave for the Elastic tween.
PerlinDisplacementEffect — Dynamic class in package com.flashdynamix.motion.effects
Applies a DisplacementMapFilter using Perlin noise to a BitmapData
PerlinDisplacementEffect(width, height, scaleX, scaleY, octives) — Constructor in class com.flashdynamix.motion.effects.PerlinDisplacementEffect
PixelateEffect — Class in package com.flashdynamix.motion.effects
Applies a pixelation effect on to a BitmapData
PixelateEffect() — Constructor in class com.flashdynamix.motion.effects.PixelateEffect
PixelEffect — Class in package com.flashdynamix.motion.effects.core
Draws a 32-bit hexadecimal colored pixel at an x,y co-ord
PixelEffect(color, x, y) — Constructor in class com.flashdynamix.motion.effects.core.PixelEffect
playing — Property in class com.flashdynamix.motion.TweensyTimeline
This is when the animation is after the delay start and before its delay end.
point — Property in class com.flashdynamix.motion.effects.core.CopyEffect
The destination point to draw the sourceRect from.
point — Property in class com.flashdynamix.motion.effects.core.DissolveEffect
The position from which to draw the dissolve effect.
point — Property in class com.flashdynamix.motion.effects.core.MergeEffect
The destination point to draw the sourceRect from.
point — Property in class com.flashdynamix.motion.effects.core.ThresholdEffect
The point within the destination image (the current BitmapData instance) that corresponds to the upper-left corner of the source rectangle.
pools — Property in class com.flashdynamix.utils.MultiTypeObjectPool
position — Property in class com.flashdynamix.motion.TweensyTimeline
Seeks and returns the animation to a position from 0 to 1, start to end.
position — Property in class com.flashdynamix.motion.guides.Bezier2D
position — Property in class com.flashdynamix.motion.guides.Direction2D
precalculated(t, b, c, d, ... rest) — Static method in class com.flashdynamix.motion.easing.CustomEasing
Use this function if requiring a custom precalculated easing equation.
In order to use this equation it requires additional parameters that can be defined using the FuseKit Custom Ease Tool
To apply the ease parameters to the equation use the easeParams property on the TweensyTimeline instance.
_propCount — Property in class com.flashdynamix.motion.plugins.AbstractTween
properties — Property in class com.flashdynamix.motion.plugins.AbstractTween
propNames — Property in class com.flashdynamix.motion.plugins.AbstractTween
pt — Property in class com.flashdynamix.motion.effects.core.FilterEffect
The Point from which to apply the BitmapFilter
pts — Property in class com.flashdynamix.motion.guides.Bezier2D
A list of Points defining nodes of the bezier path.
pts — Property in class com.flashdynamix.motion.vectors.Line
A list of Points defining the path
push(instance, to, duration, ease, delayStart, delayEnd, update, onComplete, onCompleteParams) — Method in class com.flashdynamix.motion.TweensySequence
Adds an animation after the last animation in the sequence.
push(pt) — Method in class com.flashdynamix.motion.guides.Bezier2D
Pushes a Point into the Bezier path.
push(pt) — Method in class com.flashdynamix.motion.vectors.Line
Pushes a Point into the Line path.
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