慕勒3129595
2018-05-15 15:03
为什么我代码写到这里 我的星星不会自己闪呢 刷新一下才闪一下换一下位置 有木有大神知道是什么原因呢
starObj.prototype.updata = function() {
this.timer = deltaTime
if (this.timer > 50) {
this.picNo += 1;
this.picNo %= 7;
this.timer = 0
}
console.log(this.picNo)
}
加个console.log就会动了不信你试试
添加了mouseover和mouseout事件的呀,你把鼠标放在canvas上试试
canvas实现星星闪烁特效
54188 学习 · 121 问题
相似问题