ActionScript 誰かが ..
87:Now_loading...774KB
14/04/03 17:56:15.44 AT7We0PK.net
ほらよ 変えたのはエンターフレーム内のコードだけだお
色々基本が足りん がんがれ
if( this._x < _root._xmouse ){//右方向
if( this._x+150 < _root._xmouse ){
this.gotoAndStop("runright");
this._x += 3;
}else{
this.gotoAndStop("walkright");
this._x += 0.5;
}
}else{//左方向
if( this._x-150 > _root._xmouse ){
this.gotoAndStop("runleft");
this._x -= 3;
}else{
this.gotoAndStop("walkleft");
this._x -= 0.5;
}
}
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
286日前に更新/154 KB
担当:undef