One by one Click problem

I set a ‘group’ enemy objects .
so when I do click action each other, they are damaged and killed one by one.
but when they are in same position, they get damage at the same time.

It is not a big problem, but I want to they get damage one by one when they are in same position.
How I can do…

I guess that means it’s like you’re holding your button.
Try using variable, when click variable “damage” -1
And give object variable to those enemy

oh…sorry I am not native English speaker…
I mean I set health action to enemy( 1 object) and set Group.
and create it several time.
when I click, they get damage one by one
but If they are in same position, they get damage same time.
Other objects are same. If they are in same X,Y position, they are clicked together.
so I want to fix it

Have you set variable to each enemy ?

Mmm perhaps set no collision to object in different z order… perhaps

I will try it! thank you for your answer