I'm making a JewelDash type game. For some reason after a while, 1 sprite which was supposed to be removed from the scene didn't. That sprite won't respond to touch, nothing, it just there. Hangout underneath other newly created sprites. What might be the cause of this?
I added all my sprites into a spritesArray. Whenever user touch a block, I loop through spritesArray and identify which sprite was touched. The fact that it doesn't respond to touch telling me that it was removed from spritesArray
This happens when many sprites get removed at the same time. And rarely happen.
Thanks.