Clicking two overlapping Area2Ds selects both.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Fupicat

I’m making a drag and drop system. It works, but when two items overlap and you try to grab them, your mouse will pick up both items. What I want to happen is when you pick up an item, it comes to the top layer, and if you click on overlapping area2ds, the mouse picks up the front-most item.

I don’t know how to properly explain the issue, so I’ll just let you try out the project files:
https://drive.google.com/open?id=1W44KKn0fA0WlOFy-2ZqDP67gVJhaE4-A

The only draggable items are the head and the orange ellipse thing.