Hello,
I have two sprites Green and Red. Green is on top.
When I click on the overlapping area, I don't want red to trigger the On Tap/Click event.
How can I make Red "touchable" only in the areas not hidden behind Green?
Thanks :)
You can't block the area from touching, but you can add another condition:
On object touched Red Is not touching Green
You can't block the area from touching, but you can add another condition: > On object touched Red Is not touching Green
> On object touched Red Is not touching Green
Thanks a lot :)
construct.net/en/make-games/addons/353/touch-plus
:)
what I do is put objects in a family, and then use "On family touched" and "Pick Top Instance"
Develop games in your browser. Powerful, performant & highly capable.
construct.net/en/make-games/addons/353/touch-plus :)
Cool! I will give it a try, Thanks :)
That's clever! I will give it a try, thanks :)