Results 1 to 3 of 3

Thread: drag and drop

  1. #1
    Join Date
    Apr 2008
    Posts
    223
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default drag and drop

    i am workin on a script that opens up a script for me and sets it up. is there any way to drag and drop on SCAR? (i need it for the client window thing)

  2. #2
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    Procedure Drag(Fx, Fy, Tx, Ty: Integer);
    Begin
      MMouse(Fx, Fy, 0, 0);
      Wait(100 + Random(10));
      HoldMouse(Fx, Fy, True);
      MMouse(Tx, Ty, 0, 0);
      ReleaseMouse(Tx, Ty, True);
    End;

    Made It Quick...

    Use:
    SCAR Code:
    Drag(100, 100, 200, 200);

    Drags 100, 100 To 200, 200

  3. #3
    Join Date
    Apr 2008
    Posts
    223
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok cool thanks

    EDIT: does this only work in the rs window? im using it to open a script not to auto....

    EDIT2:nvm....

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. new skillcape and drag pl8
    By sk8terbitu in forum News and General
    Replies: 12
    Last Post: 09-07-2008, 12:32 AM
  2. drag and drop
    By scissormetimbers in forum OSR Help
    Replies: 0
    Last Post: 04-19-2008, 04:02 AM
  3. What Do I Use For DROP Now???!!!
    By Ilikepie1995 in forum OSR Help
    Replies: 4
    Last Post: 09-30-2007, 08:15 PM
  4. Auto drag killing ?
    By smills.smx in forum News and General
    Replies: 5
    Last Post: 04-29-2007, 07:31 PM
  5. Green drag autoer?
    By Snowplowman in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 04-08-2007, 04:45 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
  •