Hi,
Situation:
There's a big transparent sprite called Area1.
There's a sprite called Circle1 somewhere overlapping Area1.
Question: Does touching Circle1 also activate what's below, i.e. the On Touched Object event of Area1?
Right now it seems that in most cases this is indeed the case, but not always. Sometimes only the topmost object's event 'kicks in'. How is it supposed to work?