Hi,
I cannot get the enemies in my world to remove. The image flashes so I know it's registering the hit. What would cause this? Is it trying to remove the animation and not the actor?
I have the scenario posted with the source code viewable.
removeTouching(Enemy.class);
if(thisSkeleton.getWorld() == null) {
addObject(thisSkeleton, screenX, screenY);
}