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

为什么大鱼没有显示

为什么大鱼没有显示

yuantongxin 2015-10-04 09:14:40
// JavaScript Documentvar 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="./src/bigEye0.png"; this.bigBody.src="./src/bigSwim0.png"; this.bigTail.src="./src/bigTail0.png"; }momObj.prototype.draw=function(){ ctx1.drawImage(this.bigEye,this.x,this.y); ctx1.drawImage(this.bigBody,this.x,this.y); ctx1.drawImage(this.bigTail,this.x,this.y); }
查看完整描述

1 回答

?
QQ_随意

TA贡献51条经验 获得超28个赞

调用函数了?

查看完整回答
反对 回复 2018-01-17
  • 1 回答
  • 1 关注
  • 1406 浏览
慕课专栏
更多

添加回答

举报

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