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


Definition at line 14 of file FilterTweenAnimation.as.
Public Member Functions | |
| function | FilterTweenAnimation () |
| function | setFrameTween (aSubject:MovieClip, aFilterObjectType:Function, aTweenedFilterProperties:Array, aTweenToValues:Array, aTweenTime:Number, aEasingEquation:Function) |
| function | setTimeTween (aSubject:MovieClip, aFilterObjectType:Function, aTweenedFilterProperties:Array, aTweenToValues:Array, aTweenTime:Number, aEasingEquation:Function) |
| function | addCuePoint (aPosition:Number, aEventName:String) |
| function | start () |
| function | isRunning () |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
Private Member Functions | |
| function | onTweensUpdated () |
| function | onCompleted () |
Private Attributes | |
| var | mSubject: MovieClip |
| var | mFilterObjectType: Function |
| var | mTweenedFilterProperties: Array |
| var | mTweenToValues: Array |
| var | mTweenTime: Number |
| var | mEasingEquatation: Function |
| var | mFiltersArray: Array |
| var | mFilterInstance: Object |
| var | mFilterIndex: Number |
| var | mPropertiesTweenAnimation: PropertiesTweenAnimation |
| var | mTweenType: PropertiesTweenAnimationType |
| var | mTweensUpdatedDelegate: Function |
| function gugga.animations.FilterTweenAnimation.FilterTweenAnimation | ( | ) |
Definition at line 32 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.setFrameTween | ( | aSubject:MovieClip | , | |
| aFilterObjectType:Function | , | |||
| aTweenedFilterProperties:Array | , | |||
| aTweenToValues:Array | , | |||
| aTweenTime:Number | , | |||
| aEasingEquation:Function | ||||
| ) |
Definition at line 48 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.setTimeTween | ( | aSubject:MovieClip | , | |
| aFilterObjectType:Function | , | |||
| aTweenedFilterProperties:Array | , | |||
| aTweenToValues:Array | , | |||
| aTweenTime:Number | , | |||
| aEasingEquation:Function | ||||
| ) |
Definition at line 68 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.addCuePoint | ( | aPosition:Number | , | |
| aEventName:String | ||||
| ) |
Definition at line 87 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.start | ( | ) |
Definition at line 93 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.isRunning | ( | ) |
Definition at line 138 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.isImmediatelyInterruptable | ( | ) |
Definition at line 143 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.interrupt | ( | ) |
Definition at line 148 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.onTweensUpdated | ( | ) | [private] |
Definition at line 156 of file FilterTweenAnimation.as.
| function gugga.animations.FilterTweenAnimation.onCompleted | ( | ) | [private] |
Definition at line 162 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mSubject [private] |
Definition at line 17 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mFilterObjectType [private] |
Definition at line 18 of file FilterTweenAnimation.as.
Definition at line 19 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mTweenToValues [private] |
Definition at line 20 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mTweenTime [private] |
Definition at line 21 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mEasingEquatation [private] |
Definition at line 22 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mFiltersArray [private] |
Definition at line 24 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mFilterInstance [private] |
Definition at line 25 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mFilterIndex [private] |
Definition at line 26 of file FilterTweenAnimation.as.
Definition at line 28 of file FilterTweenAnimation.as.
var gugga.animations.FilterTweenAnimation.mTweenType [private] |
Definition at line 29 of file FilterTweenAnimation.as.
Definition at line 30 of file FilterTweenAnimation.as.
1.5.2