I’m using this to attempt to detect when the mouse is hovering over a specific region: if (hit_left.hitTest(_root._target)) {
I’m fiddling with the scrollable thumbnail gallery tutorial on this website, rewriting it to make sure I understand all the ins and outs of how it works. Now, that conditional statement only seems to be fulfilled when I hover over one of the thumbnails - never over hit_left or any other part of the .fla.
If someone could explain to me what is happening and why \ how to make it work I would really appreciate it.