■ 再生ヘッドをコントロールするには

//メインタイムラインのフレームアクション
this.stop();

//ボタンアクション
on (release) {
this.gotoAndPlay("animation");
}

//ボタンアクション
on (release) {
this.gotoAndStop("top");
}