Packagejp.progression.casts.animation
Classpublic class InOutMovie
InheritanceInOutMovie Inheritance jp.progression.core.casts.animation.AnimationBase

InOutMovie クラスは、表示リストへの追加・削除の状態に応じたタイムラインアニメーションを再生させるアニメーションコンポーネントクラスです。

View the examples



Public Properties
 PropertyDefined By
  inStateFrames : Array
CastEvent.CAST_ADDED イベントが送出された場合の表示アニメーションを示すフレームラベル及びフレーム番号を格納した配列を取得または設定します。
InOutMovie
  outStateFrames : Array
CastEvent.CAST_REMOVED イベントが送出された場合の表示アニメーションを示すフレームラベル及びフレーム番号を格納した配列を取得または設定します。
InOutMovie
Public Methods
 MethodDefined By
  
InOutMovie(initObject:Object = null)
新しい InOutMovie インスタンスを作成します。 Creates a new InOutMovie object.
InOutMovie
Property Detail
inStateFramesproperty
inStateFrames:Array

CastEvent.CAST_ADDED イベントが送出された場合の表示アニメーションを示すフレームラベル及びフレーム番号を格納した配列を取得または設定します。


Implementation
    public function get inStateFrames():Array
    public function set inStateFrames(value:Array):void
outStateFramesproperty 
outStateFrames:Array

CastEvent.CAST_REMOVED イベントが送出された場合の表示アニメーションを示すフレームラベル及びフレーム番号を格納した配列を取得または設定します。


Implementation
    public function get outStateFrames():Array
    public function set outStateFrames(value:Array):void
Constructor Detail
InOutMovie()Constructor
public function InOutMovie(initObject:Object = null)

新しい InOutMovie インスタンスを作成します。 Creates a new InOutMovie object.

Parameters
initObject:Object (default = null)設定したいプロパティを含んだオブジェクトです。
Examples