Packagea24.tween.plugins
Classpublic final class TimelinePlugin
InheritanceTimelinePlugin Inheritance a24.tween.core.plugins.PulginTween24

Since : 2012.01.09

MovieClip のタイムラインを操作するプラグインです。



Public Methods
 MethodDefined By
  
delay(time:Number):TimelinePlugin
TimelinePlugin
  
gotoAndPlay(frame:*, ... target):TimelinePlugin
[static] 指定したフレームから、タイムラインを再生します。(複数ターゲット指定可)
TimelinePlugin
  
gotoAndStop(frame:*, ... target):TimelinePlugin
[static] 指定したフレームにタイムラインを移動し、停止します。(複数ターゲット指定可)
TimelinePlugin
  
[static] 最後のフレームへ移動します。(複数ターゲット指定可)
TimelinePlugin
  
[static] 一つ後ろのフレームへ移動します。(複数ターゲット指定可)
TimelinePlugin
  
[static] 一つ前のフレームへ移動します。(複数ターゲット指定可)
TimelinePlugin
  
[static] ランダムのフレームから、タイムラインを再生します。(複数ターゲット指定可)
TimelinePlugin
  
[static] ランダムのフレームへタイムラインを移動し、停止します。(複数ターゲット指定可)
TimelinePlugin
  
onComplete(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onDelay(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onInit(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onPause(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onPlay(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onSkip(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onStop(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
onUpdate(func:Function, ... args):TimelinePlugin
TimelinePlugin
  
play(... target):TimelinePlugin
[static] タイムラインを再生します。
TimelinePlugin
  
stop(... target):TimelinePlugin
[static] タイムラインを停止します。
TimelinePlugin
  
tweenFrame(target:MovieClip, frameRate:int, startFrame:int = 0, completeFrame:int = 0, easing:Function = null):TimelinePlugin
[static] タイムラインを、指定されたフレームレートでトゥイーンします。
TimelinePlugin
Method Detail
delay()method
public function delay(time:Number):TimelinePlugin

Parameters

time:Number

Returns
TimelinePlugin
gotoAndPlay()method 
public static function gotoAndPlay(frame:*, ... target):TimelinePlugin

指定したフレームから、タイムラインを再生します。(複数ターゲット指定可)

Parameters

frame:* — 移動フレーム
 
... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoAndStop()method 
public static function gotoAndStop(frame:*, ... target):TimelinePlugin

指定したフレームにタイムラインを移動し、停止します。(複数ターゲット指定可)

Parameters

frame:* — 移動フレーム
 
... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoLastFrame()method 
public static function gotoLastFrame(... target):TimelinePlugin

最後のフレームへ移動します。(複数ターゲット指定可)

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoNextFrame()method 
public static function gotoNextFrame(... target):TimelinePlugin

一つ後ろのフレームへ移動します。(複数ターゲット指定可)

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoPrevFrame()method 
public static function gotoPrevFrame(... target):TimelinePlugin

一つ前のフレームへ移動します。(複数ターゲット指定可)

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoRandomAndPlay()method 
public static function gotoRandomAndPlay(... target):TimelinePlugin

ランダムのフレームから、タイムラインを再生します。(複数ターゲット指定可)

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
gotoRandomAndStop()method 
public static function gotoRandomAndStop(... target):TimelinePlugin

ランダムのフレームへタイムラインを移動し、停止します。(複数ターゲット指定可)

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
onComplete()method 
public function onComplete(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onDelay()method 
public function onDelay(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onInit()method 
public function onInit(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onPause()method 
public function onPause(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onPlay()method 
public function onPlay(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onSkip()method 
public function onSkip(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onStop()method 
public function onStop(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
onUpdate()method 
public function onUpdate(func:Function, ... args):TimelinePlugin

Parameters

func:Function
 
... args

Returns
TimelinePlugin
play()method 
public static function play(... target):TimelinePlugin

タイムラインを再生します。

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
stop()method 
public static function stop(... target):TimelinePlugin

タイムラインを停止します。

Parameters

... target — 対象オブジェクト

Returns
TimelinePlugin — Tween24
tweenFrame()method 
public static function tweenFrame(target:MovieClip, frameRate:int, startFrame:int = 0, completeFrame:int = 0, easing:Function = null):TimelinePlugin

タイムラインを、指定されたフレームレートでトゥイーンします。

Parameters

target:MovieClip — 対象オブジェクト
 
frameRate:int — フレームレート
 
startFrame:int (default = 0) — 始点フレーム(指定しない場合は現在のフレームが設定されます)
 
completeFrame:int (default = 0) — 終点フレーム(指定しない場合は最後のフレームが設定されます)
 
easing:Function (default = null) — イージング

Returns
TimelinePlugin — Tween24