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

海葵不是从无到有逐渐变大而是突然出现向左移动?怎么回事?

 fruitObj.prototype.draw=function(){

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

             //draw

             //find an ang ,graw,fly up

             if(this.l[i]<=14){

             this.l[i]+=0.01*deltaTime;

         }

         else{

          this.y[i]-=0.07*deltaTime;

         }

             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];

       

      }

 

 }


正在回答

1 回答

 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];  这句里面的“)”位置写错了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

海葵不是从无到有逐渐变大而是突然出现向左移动?怎么回事?

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