if i have a few objects superimposed near each other, how can i only trigger the top object and not also trigger the other objects superimposed behind?
Add a condition, select the object, scroll right to the bottom of the list of conditions til you see "Z Order" then choose "Pick top/bottom"
Pick top/bottom will pick the uppermost or lowermost instance of the same object. if you have different objects (not instances of each other) this will have no effect at all
Develop games in your browser. Powerful, performant & highly capable.
what i think i need is some kind of "clear touch" option to apply once the first touch is triggered, so that the other touch conditions are skipped
You need to combine the two events !
On Touch "0" ( First Touch )
-- Pick top
=== " Your Action Here "