Hello,
Does making display objects in Runtime functions spawns only one object on request, or its gonna do infinite numbers of them?
like that :
[lua]local function spawn()
if number == 1 then
local image = display.newImage(…)
end
end
Runtime:addEventListener(“enterFrame”, spawn)[/lua]
thanks in advance [import]uid: 16142 topic_id: 16374 reply_id: 316374[/import]