![]() | ![]() |


Definition at line 19 of file ColorTransformTweenAnimation.as.
Public Member Functions | |
| function | ColorTransformTweenAnimation () |
| function | setTimeTween (aMovieClip:MovieClip, aTransformationMatrix:Array, aTweenTime:Number, aEasingEquation:Function) |
| function | setFrameTween (aMovieClip:MovieClip, aTransformationMatrix:Array, aTweenTime:Number, aEasingEquation:Function) |
| function | start () |
| function | interrupt () |
| function | addCuePoint (aPosition:Number, aEventName:String) |
| function | isRunning () |
| function | isImmediatelyInterruptable () |
Private Member Functions | |
| function | getTweenToValues (aTransformationMatrix:Array) |
| function | onTweenUpdated () |
| function | onTweenAnimationCompleted () |
Private Attributes | |
| var | mTweenAnimation: PropertiesTweenAnimation |
| var | mMovieClip: MovieClip |
| var | mColorTransformObject: ColorTransform |
| var | mTweeningProperties: Array = [ "redMultiplier" |
| var | redOffset |
| var | greenMultiplier |
| var | greenOffset |
| var | blueMultiplier |
| var | blueOffset |
| var | alphaMultiplier |
| var | alphaOffset |
| function gugga.animations.ColorTransformTweenAnimation.ColorTransformTweenAnimation | ( | ) |
Definition at line 33 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.getTweenToValues | ( | aTransformationMatrix:Array | ) | [private] |
Definition at line 50 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.setTimeTween | ( | aMovieClip:MovieClip | , | |
| aTransformationMatrix:Array | , | |||
| aTweenTime:Number | , | |||
| aEasingEquation:Function | ||||
| ) |
Definition at line 65 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.setFrameTween | ( | aMovieClip:MovieClip | , | |
| aTransformationMatrix:Array | , | |||
| aTweenTime:Number | , | |||
| aEasingEquation:Function | ||||
| ) |
Definition at line 85 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.onTweenUpdated | ( | ) | [private] |
Definition at line 105 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.onTweenAnimationCompleted | ( | ) | [private] |
Definition at line 110 of file ColorTransformTweenAnimation.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.animations.ColorTransformTweenAnimation.start | ( | ) |
Definition at line 115 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.interrupt | ( | ) |
Definition at line 123 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.addCuePoint | ( | aPosition:Number | , | |
| aEventName:String | ||||
| ) |
Definition at line 128 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.isRunning | ( | ) |
Definition at line 134 of file ColorTransformTweenAnimation.as.
| function gugga.animations.ColorTransformTweenAnimation.isImmediatelyInterruptable | ( | ) |
Definition at line 139 of file ColorTransformTweenAnimation.as.
Definition at line 21 of file ColorTransformTweenAnimation.as.
var gugga.animations.ColorTransformTweenAnimation.mMovieClip [private] |
Definition at line 23 of file ColorTransformTweenAnimation.as.
Definition at line 24 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
var gugga.animations.ColorTransformTweenAnimation.redOffset [private] |
Definition at line 27 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
var gugga.animations.ColorTransformTweenAnimation.blueOffset [private] |
Definition at line 27 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
Definition at line 27 of file ColorTransformTweenAnimation.as.
1.5.2