■ マウスカーソルを矢印/指先にするには

//メインタイムラインのフレームアクション
this._mc.onRelease = function(){
this.useHandCursor = !this.useHandCursor;
};