ActionScript 誰かが ..
[2ch|▼Menu]
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