Results 1 to 3 of 3

Thread: help with moving mouse?

  1. #1
    Join Date
    Oct 2008
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help with moving mouse?

    program New;

    {.include SRL/SRL.Scar}

    var
    x,y: Integer;



    begin
    MMouse(276,-48,297,-27);
    wait(100+random(50));
    Mouse(x, y, 1, 1, true);
    wait(3000+random(1000))




    end.






    mouse wont move just stays in one point then u cant move it?

  2. #2
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  3. #3
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Use Either :

    SetupSRL;

    to make it work.

    Or you can use :

    MouseSpeed = number;

    Depends what use it has in your script.
    I believe its better of you use SetupSRL.

    Good luck, nice start on the forums =).
    Thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse moving wierd...
    By Aser in forum OSR Help
    Replies: 0
    Last Post: 01-17-2009, 11:46 PM
  2. help with moving mouse? again?
    By joshdabest01 in forum OSR Help
    Replies: 3
    Last Post: 11-01-2008, 12:54 PM
  3. [help] Moving mouse in a circle.
    By enig.ma in forum OSR Help
    Replies: 5
    Last Post: 12-26-2007, 02:37 PM
  4. Moving the mouse...
    By Jason2gs in forum Delphi/FPC Help and Tutorials
    Replies: 8
    Last Post: 08-10-2007, 05:48 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
  •