| 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 | |
| canRepeat — Property in class com.flashdynamix.motion.TweensySequence | |
| Defines whether the TweensyTimeline repeats. | |
| canRepeat — Property in class com.flashdynamix.motion.TweensyTimeline | |
| Defines whether the TweensyTimeline repeats. | |
| centerX — Property in class com.flashdynamix.motion.guides.Orbit2D | |
| centerY — Property in class com.flashdynamix.motion.guides.Orbit2D | |
| ChannelEffect — Class in package com.flashdynamix.motion.effects.core | |
| The ChannelEffect retrieves one or more channels from a source BitmapData and applies it to one or more destination BitmapData channels. | |
| ChannelEffect(sourceBmd, sourceChannel, destChannel, sourceRect, destPoint) — Constructor in class com.flashdynamix.motion.effects.core.ChannelEffect | |
| channelOptions — Property in class com.flashdynamix.motion.effects.PerlinDisplacementEffect | |
The Channels which are rendered with the perlin noise :
|
|
| channelOptions — Property in class com.flashdynamix.motion.effects.core.NoiseEffect | |
A number that can be a combination of any of the four color channel values :
|
|
| checkIn(item) — Static method in class com.flashdynamix.motion.plugins.TweensyPluginList | |
| checkIn(item) — Method in class com.flashdynamix.utils.MultiTypeObjectPool | |
| checkIn(item) — Method in class com.flashdynamix.utils.ObjectPool | |
| checkOut(item) — Static method in class com.flashdynamix.motion.plugins.TweensyPluginList | |
| checkOut(Type) — Method in class com.flashdynamix.utils.MultiTypeObjectPool | |
| checkOut() — Method in class com.flashdynamix.utils.ObjectPool | |
| Circular — Class in package fl.motion.easing | |
| The Circular class defines three easing functions to implement motion with ActionScript animation. | |
| clear() — Method in class com.flashdynamix.motion.TweensyTimeline | |
| Cleans the TweensyTimeline Class ready for check in to the Object Pool for reuse. | |
| clear() — Method in class com.flashdynamix.motion.layers.BitmapLayer | |
| Removes all IEffects from the list. | |
| clear() — Method in class com.flashdynamix.motion.layers.VectorLayer | |
| Removes all IVectors from the list. | |
| clear() — Method in class com.flashdynamix.motion.plugins.AbstractTween | |
| clearOnRender — Property in class com.flashdynamix.motion.layers.BitmapFillLayer | |
| clearOnRender — Property in class com.flashdynamix.motion.layers.BitmapLayer | |
| If this is set to true then on each render the BitmapData will be filled with the bgColor. | |
| clipRect — Property in class com.flashdynamix.motion.effects.core.MergeEffect | |
| The clipping rectangle to use when merging the source BitmapData onto the destination BitmapData. | |
| clone() — Method in class com.flashdynamix.motion.extras.Emitter | |
| Clones the Emmitter and returns a new instance. | |
| color — Property in class com.flashdynamix.motion.effects.core.PixelEffect | |
| The hexadecimal color to draw the pixel with. | |
| ColorEffect — Class in package com.flashdynamix.motion.effects.core | |
| Applies a ColorTransform onto a BitmapData | |
| ColorEffect(colorTransform) — Constructor in class com.flashdynamix.motion.effects.core.ColorEffect | |
| colorize — Property in class com.flashdynamix.motion.extras.ColorMatrix | |
| Sets and returns a hexadecimal number e.g. | |
| colorizeAmount — Property in class com.flashdynamix.motion.extras.ColorMatrix | |
| Sets and returns the amount of this color to apply from 0 to 1. | |
| ColorMatrix — Dynamic class in package com.flashdynamix.motion.extras | |
|
Has methods that provide enhancements to assist with applying ColorMatrixFilter effects to DisplayObjects. These methods include :
|
|
| ColorMatrix(brightness, saturation, contrast, hueRotation, threshold, colorize, colorizeAmount) — Constructor in class com.flashdynamix.motion.extras.ColorMatrix | |
| Constructs an instance of ColorMatrix. | |
| colors — Property in class com.flashdynamix.motion.vectors.Gradient | |
|
An Array of RGB hexadecimal color values to be used in the gradient;
for example, red is 0xFF0000, blue is 0x0000FF, and so on. You can specify up to 15 colors. |
|
| colorTo(instance, color, duration, ease, delayStart) — Method in class com.flashdynamix.motion.TweensyGroup | |
|
This method provides a handy method to do the common task of color transitions for a DisplayObject instance. This is equivalent to : var ct : ColorTransform = new ColorTransform();
|
|
| colorTransform — Property in class com.flashdynamix.motion.effects.core.ColorEffect | |
| The ColorTransform to apply onto the destination BitmapData. | |
| colorTransform — Property in class com.flashdynamix.motion.effects.core.DrawEffect | |
| The ColorTransform to be used on render of the IBitmapDrawable to the BitmapData. | |
| colorTransformTo(instance, color, duration, ease, delayStart) — Method in class com.flashdynamix.motion.TweensyGroup | |
|
This method provides a handy method to do the common task of color transform for a DisplayObject instance. This is equivalent to : tween.to(instance.transform.colorTransform, new ColorTransform(), 0.5, null, 0, instance);
|
|
| ColorTween — Class in package com.flashdynamix.motion.plugins | |
| This plugin will be used when tweening ColorTransforms. | |
| ColorTween() — Constructor in class com.flashdynamix.motion.plugins.ColorTween | |
| com.flashdynamix.motion — Package | |
| com.flashdynamix.motion.easing — Package | |
| com.flashdynamix.motion.effects — Package | |
| com.flashdynamix.motion.effects.core — Package | |
| com.flashdynamix.motion.extras — Package | |
| com.flashdynamix.motion.guides — Package | |
| com.flashdynamix.motion.layers — Package | |
| com.flashdynamix.motion.plugins — Package | |
| com.flashdynamix.motion.vectors — Package | |
| com.flashdynamix.utils — Package | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.AbstractTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.ColorTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.DisplayTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.FilterTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.MatrixTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.MovieClipTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.ObjectTween | |
| construct(... rest) — Method in class com.flashdynamix.motion.plugins.SoundTween | |
| contrast — Property in class com.flashdynamix.motion.extras.ColorMatrix | |
| Sets and returns the amount of contrast offset from 0 (gray) to 1 (normal) to 10 (high contrast). | |
| contrastTo(instance, amount, duration, ease, delayStart) — Method in class com.flashdynamix.motion.TweensyGroup | |
|
This method provides a handy method to do the common task of applying contrast to a DisplayObject instance via a ColorTransform. This is equivalent to : var ct : ColorTransform = new ColorTransform(1, 1, 1, 1, 'value' 255, 'value' 255, 'value' 255);Contrast can also be applied by using a ColorMarixFilter. |
|
| CopyEffect — Class in package com.flashdynamix.motion.effects.core | |
| Copys a BitmapData onto another BitmapData, this method for drawing is an extremely efficient way of updating the display in Flash, although CopyEffect has limitations, which is part of the reason why it's so much faster. | |
| CopyEffect(sourceBmd, sourceRect, point, alphaBmd, alphaPt, mergeAlpha) — Constructor in class com.flashdynamix.motion.effects.core.CopyEffect | |
| copySource — Property in class com.flashdynamix.motion.effects.core.ThresholdEffect | |
|
If the value is true, pixel values from the source image are copied to the destination when the threshold test fails. If the value is false, the source image is not copied when the threshold test fails. |
|
| Create — Property in class com.flashdynamix.utils.ObjectPool | |
| ct — Property in class com.flashdynamix.motion.effects.ReflectEffect | |
| ct — Property in class com.flashdynamix.motion.effects.ScanLinesEffect | |
| Cubic — Class in package fl.motion.easing | |
| The Cubic class defines three easing functions to implement motion with ActionScript animation. | |
| current — Property in class com.flashdynamix.motion.plugins.AbstractTween | |
| current — Property in class com.flashdynamix.motion.plugins.ColorTween | |
| current — Property in class com.flashdynamix.motion.plugins.DisplayTween | |
| current — Property in class com.flashdynamix.motion.plugins.FilterTween | |
| current — Property in class com.flashdynamix.motion.plugins.MatrixTween | |
| current — Property in class com.flashdynamix.motion.plugins.MovieClipTween | |
| current — Property in class com.flashdynamix.motion.plugins.ObjectTween | |
| current — Property in class com.flashdynamix.motion.plugins.SoundTween | |
| currentFps — Static property in class com.flashdynamix.utils.SWFProfiler | |
| currentMem — Static property in class com.flashdynamix.utils.SWFProfiler | |
| curve(t, b, c, d, ... rest) — Static method in class com.flashdynamix.motion.easing.CustomEasing | |
| Use this function if requiring a custom curve easing equation. | |
| CurveLine — Class in package com.flashdynamix.motion.vectors | |
| Defines a CurveLine vector path to be drawn by a VectorLayer. | |
| CurveLine(through, ... rest) — Constructor in class com.flashdynamix.motion.vectors.CurveLine | |
| CustomEasing — Class in package com.flashdynamix.motion.easing | |
|
The CustomEasing Class allows for you to create your own custom ease equations 'precalculated' allows for an Array of precalculated points describing an ease equation. 'curve' allows for a bezier curve describing an ease eequation. |
|
| 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 | |