Results 1 to 6 of 6

Thread: mouse cordinates

  1. #1
    Join Date
    Nov 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default mouse cordinates

    I remeber seeing a tut that was awesome cuz it explained
    mouse (x,x, y, y,)

    I was desperately trying to figure out what the values of the entire screen when trying to use mouse or clickmouse.

    Can someone elaborate...

    I need the cordinates to click and move like an inch or two off my present location.

    Thanks.

  2. #2
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    I don't understand what you're trying to ask. You want to know how to find coordinates?

  3. #3
    Join Date
    Nov 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    is there a map for all the possible cordinates,

    example:
    SCAR Code:
    wait(FireWait+random(500))
      Mouse(150,150,1,150,true)
      Writeln('we have to mooove!!!!');
     end else


    Where would say
    mouse (1,1,1,1) click...
    or
    mouse 200,200,200,200

    see what i mean?

  4. #4
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I don't understand what you're asking at all...?

    You want the size of the client screen, maybe?
    Interested in C# and Electrical Engineering? This might interest you.

  5. #5
    Join Date
    Nov 2006
    Posts
    173
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well, yes.

    how is it measured?
    this has always been sooo confusing to me.

    mouse says:
    procedure Mouse(mousex, mousey, ranx, rany: Integer; left: Boolean);
    can someone explain the values?
    where do I put my screen cordinates from the color picker? and what are the other numbers for.

  6. #6
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Mouse(coordx,coordy,randomnessx,randomnessy,whatki ndofclick);

    coordx,coordy: the coords you want to click on

    randomness'es: for antiban, normally somewhere between 2 and 5

    whatkindofclick: left click or right click? (left click-> true, right click-> false)

    Mouse(1,1,0,0,true) would left click exactly on the pixel located at 1,1

    Mouse(90,90,5,5,false) would right click near the pixel located at 90,90

    -! on most monitors, one inch is 72 pixels !-
    Interested in C# and Electrical Engineering? This might interest you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mouse Box
    By decide in forum OSR Help
    Replies: 5
    Last Post: 12-16-2007, 08:55 PM
  2. Update Rock Cordinates;
    By Rikje in forum OSR Help
    Replies: 15
    Last Post: 08-24-2007, 01:52 PM
  3. [REQ] Mouse in box
    By Boreas in forum OSR Help
    Replies: 8
    Last Post: 11-20-2006, 01:50 AM

Posting Permissions

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