When is a group really deleted?

1
2
3
4
5
6
function popupGroup:cleanUp() -- popupGroup is a displayGroup with two objects within (a rectangle and an image).
popupGroup[1]:removeSelf()
popupGroup[1] = nil
popupGroup[2]:removeSelf()
popupGroup[2] = nil
popupGroup = nil
views:1291 update:2011/9/25 12:40:18
corona forums © 2003-2011