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

大鱼一直不显示

 //大鱼var momObj=function(){
 this.x;
 this.y;
 this.bigEye=new Image();
 this.bigBody=new Image();
 this.bigTail=new Image();
 }
 momObj.prototype.init=function(){
 	this.x=canWidth*0.5;	
 	this.y=canHeight*0.5;
 	this.bigEye.src="img/bigEye0.png";
 	this.bigBody.src="img/bigSwim0.png";	
 	this.bigTail.src="img/bigTail0.png";
 	}
 momObj.prototype.draw=function(){
 	ctx1.save();	
 	ctx1.translate(this.x,this.y);	
 	ctx1.drawImage(this.bigEye,-this.bigEye.width*0.5,-this.bigEye.height*0.5);	
 	ctx1.drawImage(this.bigBody,-this.bigBody.width*0.5,-this.bigBody.height*0.5);	
 	ctx1.drawImage(this.bigTail,-this.bigTail.width*0.5+30,-this.bigTail.height*0.5);	
 	ctx1.restore();
 	}


正在回答

3 回答

第一行的大鱼两个字后面加个回车行不行,你把它注释掉的


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

你得看看~momObj.draw()这个方法有没有被调用~或者是实例化这个类的时候有没有初始化init()函数

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

光这段代码不够的~

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

举报

0/150
提交
取消

大鱼一直不显示

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