为了账号安全,请及时绑定邮箱和手机立即绑定

求下移变上浮,已调试多次

好家伙 我这个上浮就跟放风筝一样,只能下移埋地雷

fruitObj.prototype.draw = function(){


    for(var i = 0; i < this.num; i++){


        if (this.alive[i] == true){


            if (this.l[i] < 20){


                this.l[i]+=this.speed[i]*0.3*dateTime;


            }else{

                this.y[i]+=(this.speed[i]*0.4*dateTime);

                

            }

    

            ctx2.drawImage(this.orange, this.x[i] - this.l[i]*0.5, this.y[i] - this.l[i]*0.5, this.l[i], this.l[i] )

    

            // 检测,y坐标改变alive状态

            if (this.y[i] < 20){

                this.alive = false;

            }


        }

   

    }

}


正在回答

举报

0/150
提交
取消

求下移变上浮,已调试多次

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信