quick 如何建立對象的傳入參數

local Bubble = class("GGBubble", function (i) return display.newSprite("#bubble_"..i..".png") end) 建立的地方code for i=1,6 do local t = bubble.new(i) t:setPosition(cc.p(i*100,200)) --t:setSpriteFr
相關文章
相關標籤/搜索