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

this.born(i)

this.born(i)

我想说什么来着 2018-03-13 19:51:42
var fruitObj = function(){ this.alive = []; this.x = []; this.y = []; this.orange = new Image(); this.blue = new Image();}fruitObj.prototype.num = 30;fruitObj.prototype.init = function(){ for (var i = 0; i < this.num; i++) { this.alive[i] = true; this.x[i] = 0; this.y[i] = 0; //this.born(i); } this.orange.src = "./src/fruit.png"; this.blue.src = "./src/blue.png";}fruitObj.prototype.draw = function(){ for (var i = 0; i < this.num; i++) { ctx2.drawImage(this.orange, this.x[i]-this.orange.width*0.5, this.y[i]-this.orange.height*0.5); }}fruitObj.prototype.born = function(){ var aneID = Math.floor(Math.random() * ane.num); this.x[i] = ane.x[aneID]; this.y[i] = canHeight - ane.len[aneID];}fruitObj.prototype.update = function(){ var num = 0; for (var i = 0; i < this.num; i++) { if (this.alive[i]) num++; }}当我把this.born(i)注释掉的时候,果实会出现在左上角。不注释就会报错
查看完整描述

1 回答

?
JackeyT

TA贡献3条经验 获得超4个赞

没定义?

查看完整回答
反对 回复 2018-03-13
  • 1 回答
  • 0 关注
  • 779 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信