05-02-2022, 01:56 AM
Hi Ken,
Cant do mouse clicks by Point because red is one side, and what if you want to increase?
You have to see if mouse click is inside the boxes. Working... on getting those coodinates.
Also, firstly poll the mouse like this:
You think you need to be in a loop but you don't unless you are doing _mousewheel, which you are not.
BRB
Cant do mouse clicks by Point because red is one side, and what if you want to increase?
You have to see if mouse click is inside the boxes. Working... on getting those coodinates.
Also, firstly poll the mouse like this:
Code: (Select All)
While _MouseInput: Wend
mx = _MouseX: my = _MouseY: mb = _MouseButton(1) ' this update the mouse x, y and button status save to variable because they change
You think you need to be in a loop but you don't unless you are doing _mousewheel, which you are not.
BRB
b = b + ...