但如果不通过修改透明度达成渐变效果,用户体验根本没法看。以及背景图并没有重复渲染,仔细看一下代码,requestAnimFrame的只是gameloop这个函数,而背景图是在document.body.onload时执行init渲染的。多写代码少说话
2016-08-10
用mouseover/mouseenter鼠标移入事件,那该给谁绑定事件?背景是canvas画上去的,HTML代码中能绑定时间的就canvas和body
2016-08-10
starObj is not defined 明明定义了呀
var starObj = function (){
this.x;
this.y;
}
var starObj = function (){
this.x;
this.y;
}
2016-07-20