第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

身體完全變白過(guò)后就報(bào)錯(cuò)了,大于亂跳,小魚(yú)不見(jiàn)了

var?babyObj?=?function()?{
	this.x;
	this.y;
	this.angle;

	this.babyTailTimer?=?0;
	this.babyTailCount?=?0;

	this.babyEyeTimer?=?0;
	this.babyEyeCount?=?0;
	this.babyEyeInterval?=?1000;

	this.babyBodyTimer?=?0;
	this.babyBodyCount?=?0;

}
babyObj.prototype.init?=?function()?{
	this.x?=?canWidth?*?0.5?-?50;
	this.y?=?canHeight?*?0.5?+?50;
	this.angle?=?0;

}
babyObj.prototype.draw?=?function()?{

	this.x?=?lerpDistance(mom.x,?this.x,?0.98);
	this.y?=?lerpDistance(mom.y,?this.y,?0.98);

	var?deltaY?=?mom.y?-?this.y;
	var?deltaX?=?mom.x?-?this.x;
	var?beta?=?Math.atan2(deltaY,?deltaX)?+?Math.PI;

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

	this.babyTailTimer?+=?deltaTime;
	if(this.babyTailTimer?>?50)?{
		this.babyTailCount?=?(this.babyTailCount?+?1)?%?8;
		this.babyTailTimer?%=?50;
	}

	this.babyEyeTimer?+=?deltaTime;
	if(this.babyEyeTimer?>?this.babyEyeInterval)?{
		this.babyEyeCount?=?(this.babyEyeCount?+?1)?%?2;
		this.babyEyeTimer?%=?this.babyEyeInterval;

		if(this.babyEyeCount?==?0)?{
			this.babyEyeInterval?=?Math.random()?*?1500?+?2000;
		}?else?{
			this.babyEyeInterval?=?200;
		}
	}

	this.babyBodyTimer?+=?deltaTime;
	if(this.babyBodyTimer?>?300)?{
		this.babyBodyCount?=?this.babyBodyCount?+?1;
		this.babyBodyTimer?=?0;//就是加上這一行就報(bào)錯(cuò)了Uncaught?TypeError:?Cannot?read?property?'width'?of?undefined(…)
		if(this.babyBodyTimer?>?19)?{
			this.babyBodyCount?=?19;
		}
	}

	ctx1.save();
	ctx1.translate(this.x,?this.y);
	ctx1.rotate(this.angle);

	var?babyTailCount?=?this.babyTailCount;
	ctx1.drawImage(babyTail[babyTailCount],?-babyTail[babyTailCount].width?*?0.5?+?23,?-babyTail[babyTailCount].height?*?0.5);

	var?babyBodyCount?=?this.babyBodyCount;
	ctx1.drawImage(babyBody[babyBodyCount],?-babyBody[babyBodyCount].width?*?0.5,?-babyBody[babyBodyCount].height?*?0.5);

	var?babyEyeCount?=?this.babyEyeCount;
	ctx1.drawImage(babyEye[babyEyeCount],?-babyEye[babyEyeCount].width?*?0.5,?-babyEye[babyEyeCount].height?*?0.5);

	ctx1.restore();

}


正在回答

1 回答

if(this.babyBodyTimer?>?19)?{

????????????this.babyBodyCount?=?19;

????????}

檢查一下

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

qq_我在呢_0 提問(wèn)者

非常感謝!
2017-03-27 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

身體完全變白過(guò)后就報(bào)錯(cuò)了,大于亂跳,小魚(yú)不見(jiàn)了

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)