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


Definition at line 10 of file ScrollRectLinedAnimation.as.
Public Member Functions | |
| function get | Line () |
| function set | Line (aValue:MovieClip) |
| function get | LineToEdgeOffset () |
| function set | LineToEdgeOffset (aValue:Number) |
Static Public Member Functions | |
| static function | createWipeInFrameAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createWipeOutFrameAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createFlyInFrameAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createFlyOutFrameAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createWipeInTimeAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createWipeOutTimeAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createFlyInTimeAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
| static function | createFlyOutTimeAnimation (aDirection:MotionDirections, aTarget:MovieClip, aTime:Number, aEasingType:Function) |
Package Functions | |
| function | ScrollRectLinedAnimation (aSubject:MovieClip, aType:MaskAnimationTypes, aDirection:MotionDirections, aMotionType:MotionTypes) |
Private Member Functions | |
| function | onTweenUpdated (ev) |
Private Attributes | |
| var | mLine: MovieClip |
| var | mLineToEdgeOffset: Number = 0 |
| function gugga.animations.ScrollRectLinedAnimation.ScrollRectLinedAnimation | ( | aSubject:MovieClip | , | |
| aType:MaskAnimationTypes | , | |||
| aDirection:MotionDirections | , | |||
| aMotionType:MotionTypes | ||||
| ) | [package] |
Definition at line 20 of file ScrollRectLinedAnimation.as.
| function get gugga.animations.ScrollRectLinedAnimation.Line | ( | ) |
Definition at line 13 of file ScrollRectLinedAnimation.as.
| function set gugga.animations.ScrollRectLinedAnimation.Line | ( | aValue:MovieClip | ) |
Definition at line 14 of file ScrollRectLinedAnimation.as.
| function get gugga.animations.ScrollRectLinedAnimation.LineToEdgeOffset | ( | ) |
Definition at line 17 of file ScrollRectLinedAnimation.as.
| function set gugga.animations.ScrollRectLinedAnimation.LineToEdgeOffset | ( | aValue:Number | ) |
Definition at line 18 of file ScrollRectLinedAnimation.as.
| function gugga.animations.ScrollRectLinedAnimation.onTweenUpdated | ( | ev | ) | [private] |
Reimplemented from gugga.animations.ScrollRectAnimation.
Definition at line 25 of file ScrollRectLinedAnimation.as.
| static function gugga.animations.ScrollRectLinedAnimation.createWipeInFrameAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 58 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createWipeOutFrameAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 70 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createFlyInFrameAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 82 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createFlyOutFrameAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 94 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createWipeInTimeAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 106 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createWipeOutTimeAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 118 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createFlyInTimeAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 130 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

| static function gugga.animations.ScrollRectLinedAnimation.createFlyOutTimeAnimation | ( | aDirection:MotionDirections | , | |
| aTarget:MovieClip | , | |||
| aTime:Number | , | |||
| aEasingType:Function | ||||
| ) | [static] |
Definition at line 142 of file ScrollRectLinedAnimation.as.
References gugga.animations.ScrollRectAnimation.applyAdditionalProperties().
Here is the call graph for this function:

var gugga.animations.ScrollRectLinedAnimation.mLine [private] |
Definition at line 12 of file ScrollRectLinedAnimation.as.
Definition at line 16 of file ScrollRectLinedAnimation.as.
1.5.2