捣乱的我想问怎样才能合你的贱性?不喜欢不习惯去找收费的看去,别在这耍贱,贱人说的就是你。听说过杭州免费馒头的故事吗?你就是那个退钱的人渣顺便捎带上你爸妈不谢
2018-03-19
果实没出来 报错 ane.js:24 Uncaught TypeError: ctx2.restor is not a function
at aneObj.draw (ane.js:24)
at gameloop (main.js:50)
at aneObj.draw (ane.js:24)
at gameloop (main.js:50)
2018-03-14
最新回答 / morninggair
//绘制果实var fruitObj = function(){ this.alive = [];//bool this.x = []; this.y = []; this.l = []; this.spd = []; this.fruitType = []; this.orange = new Image(); this.blue = new Image();}fruitObj.prototype.num = 30;fruitObj.prototype.init = function(){ for(va...
2018-03-07
已采纳回答 / 文文和仙仙的故事3247425
fruitObj.prototype.born = function(){var aneID = Math.floor(Math.random() * ane.num);this.x = ane.x[aneID];this.y = canHeight - ane.len[aneID];}代码写错了,应该是this.x[i] = ane.x[aneID];this. y[i] = canHeight - ane.len[aneID];
2018-02-25