Results 1 to 3 of 3

Thread: Right Click

  1. #1
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Right Click

    hey there again, what the Mouse code to get scar to right clik
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

  2. #2
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    285
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    program Click;
    {.include SRL\srl.scar}
    begin
    SetupSRL;
    Mouse (0, 0, 0, 0, FALSE);
    end.

    Instead of using "Mouse (0, 0, 0, 0, True);", Use "Mouse (0, 0, 0, 0, False);"

    True = Left click
    False = Right click
    Huehuehuehuehue

  3. #3
    Join Date
    Feb 2007
    Posts
    849
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thnx
    ________________________________________
    14:19 < cycrosism> I wonder what she would have done without it
    14:19 < cycrosism> without me*
    Cycrosism is now an it.
    Quote Originally Posted by Dervish View Post
    /Facedesk.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how do i click?
    By shrubie1 in forum OSR Help
    Replies: 4
    Last Post: 05-29-2008, 09:55 PM
  2. How do i click with C++?
    By Rs-Gp-4U in forum C/C++ Help and Tutorials
    Replies: 6
    Last Post: 03-12-2008, 06:16 PM
  3. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 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
  •