I currently have a simple hit test working on scrolling dynamically generated movieclips, once the mouse hits an image it enlarges. However if an image scrolls behind the currently enlarged one it triggers the hit test as well, even though the current one has the highest depth.

Is there a way to stop this behaviour?