Results 1 to 4 of 4

Thread: annoying mouse speed

  1. #1
    Join Date
    Mar 2007
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    annoying mouse speed

    hi

    when i make a script with: RadialWalk(864105, 319, 359, 39, 2, 2);
    then it should move the mouse to where it find the color.
    it also does move the mouse, but it is VERY slow i have tried to go into srl.scar and there is a mouse speed it was by default to 15 (or maybe I have changed to 15), but now i have tried to set it to 50, but that doesnt change anything

    if anyone knows an other place where there are an other mouse speed then i would like to know it

    \\Batnas
    My first script!!!
    http://www.srl-forums.com/forum/show...tupost&t=32388

    There are 10 kind of people in the word
    -Those who can the binary
    -And those who can't

    http://www.srl-forums.com/forum/diff...ls-t30279.html

    http://www.srl-forums.com/forum/tut-...radial+walking

  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SetUpSrl;
    ~Hermen

  3. #3
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    What Hermpie means in in your Main Loop where the

    SCAR Code:
    Begin
    end.

    Is you need to put on the first Line below the begin:

    SCAR Code:
    Begin
    SetupSRL;
    end.


    Hope I Helped

  4. #4
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    Also if you want to set a specific speed at a certain point then just add:

    SCAR Code:
    MouseSpeed := {speed};

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Mouse speed
    By Mamby in forum OSR Help
    Replies: 4
    Last Post: 10-21-2007, 03:58 AM
  2. Mouse speed?
    By Covert in forum OSR Help
    Replies: 4
    Last Post: 07-14-2007, 01:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •