im trying to learn scripting
//////////////////////////////////////////
program Stop;
{.include SRL/SRL.Scar}
begin
Setupsrl;
Wait(5000)
MMouse(288, -37, 5, 5);
Wait(1000 + Random(50));
Mouse(288, -37, 5, 5, True);
Wait(3000 + Random(1000))
end.
in this line:
MMouse(288, -37, 5, 5);
what does the 5, 5 stand for?/ do?
and can you change the speed that the mouse moves?


Reply With Quote








he could WANT it to wait before it clicks
