- Modificato
How can i safely remove a skeleton on Corona SDK?
As the title says, i remove the group and i get constant errors, i have found no ways to safely remove the skeleton, and have not found it in the documentation. It seems like i am missing something very basic here. Any way to do this?
If the skeleton group is inserted into the scene Group it will be disposed when the scene changes. You also need to removeEventListener on any eventLIsteners running to avoid errors.