Results 1 to 7 of 7

Thread: Mouse moves slowly. need help.

  1. #1
    Join Date
    Dec 2009
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mouse moves slowly. need help.

    Hi all.
    This is a recent problem as i have scripted succesfully with scar in the past. When i write my own scripts, the mouse moves so slowly from place to place. I have latest everything. when i use other peoples scripts this doesn't happen.
    Help anyone?

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Make Sure You Follow This:
    http://www.villavu.com/forum/showthr...ght=setup+scar and/or this http://www.villavu.com/forum/showthread.php?t=53914

    If you have, then in your script, after 'SetupSRL' put this
    SCAR Code:
    MouseSpeed:=30;

    And that will do the trick! (Higher number = faster mouse)

    Hope this helped.

  3. #3
    Join Date
    Jan 2008
    Location
    Houston, Texas, USA
    Posts
    770
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Did you put

    SCAR Code:
    SetupSRL;

    in the beginning of the main loop?

  4. #4
    Join Date
    Dec 2008
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SetupSRL defaults MouseSpeed to 15 if I recall correctly, and I believe 15 is fast enough, so like FEAR mentioned, did you call SetupSRL?

    ~ Craig`

  5. #5
    Join Date
    Nov 2008
    Location
    Melbourne, Australia
    Posts
    2,240
    Mentioned
    3 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by FEAR View Post
    Did you put

    SCAR Code:
    SetupSRL;

    in the beginning of the main loop?
    Dont put it in the beginning of the main loop, as it will call it everytime. Better off to put it first in the script before anything
    Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |

  6. #6
    Join Date
    Dec 2008
    Posts
    209
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by cycrosism View Post
    Dont put it in the beginning of the main loop, as it will call it everytime. Better off to put it first in the script before anything
    I don't think he meant loop as in iteration, rather the main block of code (denoted by ending with end and period, rather than semi colon)

  7. #7
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by cycrosism View Post
    Dont put it in the beginning of the main loop, as it will call it everytime. Better off to put it first in the script before anything
    lrn2code b4 commenting pl0x?
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

Thread Information

Users Browsing this Thread

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

Posting Permissions

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