Hi,
Open oxylus/ScrollingMenu/ScrollingList.as and search for:
Code:
private function onMouseMove() { ...
add a new line of code:
Code:
private function onMouseMove() {
if(!this.hitTest(_root._xmouse, _root._ymouse,true)) return;
...
This should restrict the hit area.