what was the command to set mousespeed? and also do you have to state the mouse speed every procedure or can you just put it at the start of the script for it to be the same mouse speed throughout?
thanks
what was the command to set mousespeed? and also do you have to state the mouse speed every procedure or can you just put it at the start of the script for it to be the same mouse speed throughout?
thanks
Calling SetUpSRL in your mainloop will set your MouseSpeed to 15 for you.
You can change it at anytime by doing:
Simba Code:MouseSpeed := ANumber;
Simply a GOD beast...
My Tutorials
^ That line must be put anywhere AFTER the SetupSRL line.
Preferably right after it.
so like this?
Simba Code:begin
SetUpSRL
mousespeed := 50;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)