code:
local tile = display.newImage("my\_image.png")
print(tile) tile.parent:remove(tile)
print(tile)
I think the displayObject “tile” is not really removed.
How can I remove the displayObject completely ?
[import]uid: 5376 topic_id: 686 reply_id: 300686[/import]