hey guys i need another procedure made that gets the points at x and y and saves them to a variable ; thnx
Do you mean:
SCAR Code:GetMousePos(x, y); // You can change x, y to the variables you want.
Willdo you any good?SCAR Code:procedure mousepostovar;
var //these can be used as global vars, or vars just in proc.
cx, cy: integer;
begin
getmousepos(x, y);
cx:= x;
cy:= y;
end;
EDIT: Sorry, if the top procedure works for you, ignore my post.
There are currently 1 users browsing this thread. (0 members and 1 guests)