Greetings
I have run into the following problem:
I have 3 sprites: 0006 (pink), 0007 (pink), 0001 (green). I want to make something happen when 0007 overlaps 0006 with nothing in between.
This does not work. Apparently the overlapping triggers even if there is something in between the objects. If I stack all of them together
0007
0001
0006
like so, the overlap event will trigger; and I wish that to not happen since it's wrong. (bug??)
I tried different things but none had any results. I have attached an image where the 2 pink sprites have their opacity decreased because they overlap, but they overlap in theory cause there is actually something in the way blocking the overlapping.
Any suggestions?
Thanks in advance!