I've been trying to set that up...
I've tried to use xmouse boundaries but it doesn't seem to completely work. See that code there only says if it's outside of this area, start drag or stop drag...whichever it is...
But in order to stop you have to start the drag. And for some odd reason, once I start the drag, I can never get it to stop! Let alone have the buttons work as well. I don't understand the logic behind this code, it makes NO sense. If there is a roll over, drag, if not, then dont...but it doesnt work that way, it stops dragging when I go above and below the y values, but the x values are stuck because the scrolling is confined to the menu square...therefor the mouse is centered and locked into place. Because it is locked, the code never realises that when the mouse moves from that area, it shouldn't be locked anymore...pain in the butt...
Dennis