搗亂的我想問怎樣才能合你的賤性?不喜歡不習(xí)慣去找收費的看去,別在這耍賤,賤人說的就是你。聽說過杭州免費饅頭的故事嗎?你就是那個退錢的人渣順便捎帶上你爸媽不謝
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];}代碼寫錯了,應(yīng)該是this.x[i] = ane.x[aneID];this. y[i]?= canHeight - ane.len[aneID];
2018-02-25