swingメソッド(AnimationAdaptorクラス)
アニメーションを繰り返し実行します。指定したパターンの間を往復するアニメーションを実行します。
書式 | ||||||
swing(from,to,spd)
|
例1 | 実行方法... |
extends SpriteChar; anim=newAnimation(); anim.swing($Pat_Sample+4,$Pat_Sample+6,3); wait();
|