You just need to pick the hidden sprite, this can be done in a number of ways. You could use hidden sprite is overlapping enemy if they are touching. Or in this case a container may work well, if you put the enemy and hidden sprite into a container, whenever you destroy the enemy it also automatically destroys all other objects in the container so including the hidden sprite.