gugga.animations.TimeLineAnimation Class Reference

Inheritance diagram for gugga.animations.TimeLineAnimation:

Inheritance graph
[legend]
Collaboration diagram for gugga.animations.TimeLineAnimation:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 7 of file TimeLineAnimation.as.

Public Member Functions

function get DoLoop ()
function set DoLoop (aValue:Boolean)
function get HideAfterCompletion ()
function set HideAfterCompletion (aValue:Boolean)
function getCuePointEventNames ()
function addCuePoint (aFrame:Number, aEventName:String)
function show ()
function hide ()
function start ()
function isRunning ()
function play ()
function stop ()
function isImmediatelyInterruptable ()
function interrupt ()
function onEnterFrameHandler ()

Package Functions

function TimeLineAnimation ()

Private Member Functions

function dispatchCuePoint (aEvent:String)
function onAnimationCompleted ()

Private Attributes

var mIsRunning:Boolean = false
var mDoLoop:Boolean = false
var mHideAfterCompletion:Boolean = true
var mCuePoints:Array


Constructor & Destructor Documentation

function gugga.animations.TimeLineAnimation.TimeLineAnimation (  )  [package]

Definition at line 31 of file TimeLineAnimation.as.


Member Function Documentation

function get gugga.animations.TimeLineAnimation.DoLoop (  ) 

Definition at line 15 of file TimeLineAnimation.as.

function set gugga.animations.TimeLineAnimation.DoLoop ( aValue:Boolean   ) 

Definition at line 16 of file TimeLineAnimation.as.

function get gugga.animations.TimeLineAnimation.HideAfterCompletion (  ) 

Definition at line 18 of file TimeLineAnimation.as.

function set gugga.animations.TimeLineAnimation.HideAfterCompletion ( aValue:Boolean   ) 

Definition at line 19 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.getCuePointEventNames (  ) 

Definition at line 21 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.addCuePoint ( aFrame:Number  ,
aEventName:String   
)

Definition at line 40 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.show (  ) 

Reimplemented from gugga.common.UIComponentEx.

Definition at line 46 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.hide (  ) 

Reimplemented from gugga.common.UIComponentEx.

Definition at line 51 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.start (  ) 

Definition at line 56 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.isRunning (  ) 

Definition at line 71 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.play (  ) 

Definition at line 76 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.stop (  ) 

Definition at line 83 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.isImmediatelyInterruptable (  ) 

Definition at line 88 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.interrupt (  ) 

Definition at line 93 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.onEnterFrameHandler (  ) 

Definition at line 108 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.dispatchCuePoint ( aEvent:String   )  [private]

Called from timeline to dispatch timeline driven cuepoint.

Definition at line 137 of file TimeLineAnimation.as.

function gugga.animations.TimeLineAnimation.onAnimationCompleted (  )  [private]

Definition at line 142 of file TimeLineAnimation.as.


Member Data Documentation

var gugga.animations.TimeLineAnimation.mIsRunning [private]

Definition at line 9 of file TimeLineAnimation.as.

var gugga.animations.TimeLineAnimation.mDoLoop [private]

Definition at line 10 of file TimeLineAnimation.as.

var gugga.animations.TimeLineAnimation.mHideAfterCompletion [private]

Definition at line 11 of file TimeLineAnimation.as.

var gugga.animations.TimeLineAnimation.mCuePoints [private]

Definition at line 13 of file TimeLineAnimation.as.


Generated on Fri May 11 17:13:11 2007 for GuggaFramework by  doxygen 1.5.2