コメント
自動スクロール
ソース
onClipEvent (enterFrame) { this._y += 5; if (this._y > 300) { this._y = this._y - 600; } }
onClipEvent (enterFrame) { this._x += 5; if (this._x > 400) { this._x = this._x - 800; } }
対象バージョン
Flash 5以降
メニューへ戻る