Packagea24.util
Classpublic final class TimelineUtil24
InheritanceTimelineUtil24 Inheritance Object

MovieClip のタイムラインに関する便利なやつです。



Public Methods
 MethodDefined By
  
gotoAndPlay(frame:*, ... target):void
指定したフレームから、タイムラインを再生します。(複数ターゲット指定可)
TimelineUtil24
  
gotoAndStop(frame:*, ... target):void
指定したフレームにタイムラインを移動し、停止します。(複数ターゲット指定可)
TimelineUtil24
  
gotoLastFrame(... target):void
最後のフレームに移動します。
TimelineUtil24
  
gotoNextFrame(... target):void
一つ次のフレームに移動します。
TimelineUtil24
  
gotoPrevFrame(... target):void
一つ前のフレームに移動します。
TimelineUtil24
  
gotoRandomAndPlay(... target):void
ランダムのフレームから、タイムラインを再生します。(複数ターゲット指定可)
TimelineUtil24
  
gotoRandomAndStop(... target):void
ランダムのフレームへタイムラインを移動し停止します。(複数ターゲット指定可)
TimelineUtil24
  
play(... target):void
タイムラインを再生します。
TimelineUtil24
  
stop(... target):void
タイムラインを停止します。
TimelineUtil24
Method Detail
gotoAndPlay()method
public function gotoAndPlay(frame:*, ... target):void

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

Parameters

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

gotoAndStop()method 
public function gotoAndStop(frame:*, ... target):void

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

Parameters

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

gotoLastFrame()method 
public function gotoLastFrame(... target):void

最後のフレームに移動します。

Parameters

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

gotoNextFrame()method 
public function gotoNextFrame(... target):void

一つ次のフレームに移動します。

Parameters

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

gotoPrevFrame()method 
public function gotoPrevFrame(... target):void

一つ前のフレームに移動します。

Parameters

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

gotoRandomAndPlay()method 
public function gotoRandomAndPlay(... target):void

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

Parameters

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

gotoRandomAndStop()method 
public function gotoRandomAndStop(... target):void

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

Parameters

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

play()method 
public function play(... target):void

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

Parameters

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

stop()method 
public function stop(... target):void

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

Parameters

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