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  
mapBmd — Property in class com.flashdynamix.motion.effects.core.DisplacementEffect
The displacement BitmapData to be used.
mapPoint — Property in class com.flashdynamix.motion.effects.core.DisplacementEffect
The position of the displacement mapBmd.
maskColor — Property in class com.flashdynamix.motion.effects.core.ThresholdEffect
The mask to use to isolate a 32-bit color component.
matrix — Property in class com.flashdynamix.motion.effects.core.DrawEffect
The Matrix transformation to be used on render of the IBitmapDrawable to the BitmapData.
matrixTo(instance, mtx, duration, ease, delayStart) — Method in class com.flashdynamix.motion.TweensyGroup
This method provides a handy method to do the common task of a matrix transform for a DisplayObject instance.
This is equivalent to : tween.to(instance.transform.matrix, new Matrix(), 0.5, null, 0, instance);
MatrixTransform — Class in package com.flashdynamix.motion.extras
MatrixTransform(instance) — Constructor in class com.flashdynamix.motion.extras.MatrixTransform
Allows for Matrix transformations to be applied to DisplayObjects.
These transformations extend the native Matrix functionality by allowing rotation, skew and scale around a registration point.
By default the registration point is set to the top left hand corner.
MatrixTween — Class in package com.flashdynamix.motion.plugins
This plugin will be used when tweening Matrices.
MatrixTween() — Constructor in class com.flashdynamix.motion.plugins.MatrixTween
maxFps — Static property in class com.flashdynamix.utils.SWFProfiler
maxMem — Static property in class com.flashdynamix.utils.SWFProfiler
memList — Static property in class com.flashdynamix.utils.SWFProfiler
mergeAlpha — Property in class com.flashdynamix.motion.effects.core.CopyEffect
Whether both ALPHA channels are merged between the sourceBmd and the alphaBmd.
MergeEffect — Class in package com.flashdynamix.motion.effects.core
Merges the red, green and blue channels of a BitmapData with another BitmapData
MergeEffect(sourceBmd, redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, point, clipRect) — Constructor in class com.flashdynamix.motion.effects.core.MergeEffect
minFps — Static property in class com.flashdynamix.utils.SWFProfiler
minMem — Static property in class com.flashdynamix.utils.SWFProfiler
minSize — Property in class com.flashdynamix.utils.ObjectPool
movement — Property in class com.flashdynamix.motion.effects.PerlinDisplacementEffect
Sets the movement type which will be applied on the displacement
These options include :
  • DIRECTION
  • ORBIT
MovieClipTween — Class in package com.flashdynamix.motion.plugins
This plugin will be used when tweening MovieClips.
This plugin also provides additional functionality to allow for tweening the currentFrame in a MovieClip.
MovieClipTween() — Constructor in class com.flashdynamix.motion.plugins.MovieClipTween
movingPts — Property in class com.flashdynamix.motion.guides.Bezier2D
Whether the pts in the BezierPath can be repositioned.
MultiTypeObjectPool — Class in package com.flashdynamix.utils
MultiTypeObjectPool(... rest) — Constructor in class com.flashdynamix.utils.MultiTypeObjectPool
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