If I have instances of same object stacked on top of each other, is it possible with touch command to select only instance that is at a very top (fully visible), not the whole stack?
Develop games in your browser. Powerful, performant & highly capable.
Hello, yes if you select the object itself in events there is a condition 'Pick top/bottom' which allows you to pick the one at the very top or bottom of the Z order. Add this to your on touched event to pick the very top one.
Thank you — !
I wasn't aware of this event condition, works like a charm!