亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

大魚沒有跟上鼠標動

鼠標一進入界面 大魚就想左上角移動,固定在左上角了 ?求大神指教下

代碼如下:

// JavaScript Document

var momObj = function(){ //繪制大魚

this.x;

this.y;

this.angle;

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.angle = 0;

this.bigEye.src="./src/bigEye0.png";

this.bigBody.src="./src/bigSwim0.png";

this.bigTail.src="./src/bigTail0.png"; ??

}

momObj.prototype.draw = function()

{

//lerp x,y

this.x = lerpDistance(mx, this.x, 0.99);

this.y = lerpDistance(my, this.y, 0.99);

//delta angle

//Math.atan2(y,x)

var deltaY = my - this.y;

var deltaX = mx - this.x;

var beta = Math.atan2(deltaY,deltaX);//-PI, PI

//lerp angle

this.angle = lerpAngle(beta, this.angle,0.6);

ctx1.save();

ctx1.translate(this.x,this.y);

ctx1.rotate(this.angle);

ctx1.drawImage(this.bigTail, -this.bigTail.width * 0.5+30 , -this.bigTail.height * 0.5);

ctx1.drawImage(this.bigBody, -this.bigBody.width * 0.5, -this.bigBody.height * 0.5);

ctx1.drawImage(this.bigEye, -this.bigEye.width * 0.5, -this.bigEye.height * 0.5);

ctx1.restore();

}


正在回答

2 回答

commonFunction.js在html中引進來了沒有?

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

謝謝 已經好了

0 回復 有任何疑惑可以回復我~
#1

慕粉3451677

怎么解決的?
2016-10-22 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

大魚沒有跟上鼠標動

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號