Hi.
Is it correct that the mouseclick on object is for all layers?
I have a background layer, and a game layer which is on top of the background layer, and an event that acts if the click is on a sprite, and another event if the click is over the background.
But when I click a sprite, it seams that the background counts as a click as well.
So is it correct that the click is actually covering all layers and not only the first object on the top layer?