毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

Flash射击游戏设计+需求分析(10)

时间:2016-11-27 21:38来源:毕业论文
if (N == 1) { if (this._y150) { this._x -= guaiwu_xmove; this._y += guaiwu_ymove; } else { this._x += guaiwu_xmove; this._y += guaiwu_ymove; } } 如果需要怪物斜着从下方飞进,斜着从上方飞


        if (N == 1) {
            if (this._y<150) {
                this._x -= guaiwu_xmove;
                this._y += guaiwu_ymove;
            } else {
                this._x += guaiwu_xmove;
                this._y += guaiwu_ymove;
            }
        }
如果需要怪物斜着从下方飞进,斜着从上方飞出,并且设定它的代号为2,即N==2那么我的代码是这么写的:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Flash射击游戏设计+需求分析(10):http://www.751com.cn/jisuanji/lunwen_464.html
------分隔线----------------------------
推荐内容