I have a local function test as follows :
local function test()
group = display.newGroup()
local backgroundImg = display.newImage ("logo.png")
group:insert (backgroundImg, false)
end
I am calling this function more than once. Do I need to remove objects from the group and set them to nil before calling the function again?
[import]uid: 6661 topic_id: 1950 reply_id: 301950[/import]