This is a follow up question for this post
There are several entities I created in rcp that I want to play their animations in a sequence (the order is dynamic)
My plan is to have onReceive detecting the notification, remove the current entity from the scene, add the next entity from the queue...
Somehow, when I call removeFromParent()/removeChild()
, either it is not removed or everything is removed and the app crashes, any tips?