It hung for me, too, maxing out one of my CPU cores.
Added a _Limit 30 to the BallInHand mouse poll loop at line 319-320, and now it works.
Added a _Limit 30 to the BallInHand mouse poll loop at line 319-320, and now it works.
Code: (Select All)
While mb1UpX = -1 'wait for click
_Limit 30
Wend