Results 1 to 10 of 10

Thread: how do u make it right click

  1. #1
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how do u make it right click

    i need to know how to make it right click on my mouse

  2. #2
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Mouse(x,y,0,0,false);
    False is right click.
    You must include SRL, too.
    Eerik.

  3. #3
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    k thanks

  4. #4
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey how come it moves so slowly?

  5. #5
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    you need to put setupsrl at the beginning of your main loop.

  6. #6
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    And when you used right mouse button, you will probably need command->
    ChooseOption('ick up'); or something like that.

  7. #7
    Join Date
    Dec 2006
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oo yeah forgot about that

  8. #8
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    So it will be like that->
    Mouse(x, y, 3, 3, false);
    ChooseOption('rop ore');
    Eerik.

  9. #9
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by heavenzeyez1 View Post
    So it will be like that->
    Mouse(x, y, 3, 3, false);
    ChooseOption('rop ore');
    Eerik.
    SCAR Code:
    Mouse(x,y,5,5,False);
    Wait(1000 + Random (54));// incase of lag
    ChooseOption('Drop'); //You can only use 1 word, it must be capitalized as well

    What are you making, a power miner?

  10. #10
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Dangerous Garden Tools View Post
    SCAR Code:
    Mouse(x,y,5,5,False);
    Wait(1000 + Random (54));// incase of lag
    ChooseOption('Drop'); //You can only use 1 word, it must be capitalized as well
    Oops da Ooops.
    Eerik.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Challenge make a intermediate program, Tell me something to make.
    By ShowerThoughts in forum News and General
    Replies: 9
    Last Post: 09-22-2008, 08:04 PM
  2. how do i click?
    By shrubie1 in forum OSR Help
    Replies: 4
    Last Post: 05-29-2008, 09:55 PM
  3. Replies: 8
    Last Post: 11-15-2007, 03:11 PM
  4. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 PM
  5. How to make it click a color
    By RudeBoiAlex in forum OSR Help
    Replies: 5
    Last Post: 03-05-2007, 03:57 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
  •