Hi, you can try to inspect the z-order of the sprites in question...
Basically, ZIndex property gives you "the zero-based index of the Z order of the instance within its current layer. 0 is the bottom instance, increasing up to the top instance."
Do a simple < or > test on your sprites...