Hi all.
In my app, i have so much transition. I create some obj, transition and insert them to the scene view. When i jump to other scene, i must purge this scene, and that is problem
- When I purge scene, how Corona destroy all children off scene view? It seem to corona doesn’t call object:removeSelf(). I want to overload the object.removeSelf to cancel object transition when remove them. But the purgeScene doesn’t call object removeSelf. What’s method corona use to destroy all children object when you remove the parent object?
- Another question, when you call object:removeSelf() , does corona auto cancel all transition of this object? [import]uid: 9190 topic_id: 35597 reply_id: 335597[/import]