Results 1 to 7 of 7

Thread: how do you keydown the down arrow

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

    Default how do you keydown the down arrow

    thanks

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    KeyDown('putthekeyhere')
    wait('ms:integer')
    KeyUp('blabla')


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

    Default

    Quote Originally Posted by cazax View Post
    KeyDown('putthekeyhere')
    wait('ms:integer')
    KeyUp('blabla')
    no i mean the number so that it presses down the down arrow

    like 32 is spacebar

  4. #4
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Down Arrow - 40

  5. #5
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    or keydown(VK_DOWN)

  6. #6
    Join Date
    Dec 2007
    Location
    192.168.1.73
    Posts
    2,439
    Mentioned
    6 Post(s)
    Quoted
    119 Post(s)

    Default

    If your making a script for RS the only thing the down key does is change the camera, so if thats what you want to do then you can just type LowestAngle. Its easier that way

  7. #7
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lowestangle is no longer in scar its setangle(false) for lowest angle and setangle(true) for highest angle

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. KeyDown
    By Championship in forum OSR Help
    Replies: 2
    Last Post: 12-07-2008, 06:51 PM
  2. KeyDown In C++
    By TravisV10 in forum C/C++ Help and Tutorials
    Replies: 2
    Last Post: 08-12-2007, 04:24 PM
  3. Keydown
    By skullbr00d in forum OSR Help
    Replies: 3
    Last Post: 06-07-2007, 06:11 PM
  4. if(KeyDown('m'))then
    By Jason2gs in forum OSR Help
    Replies: 4
    Last Post: 02-26-2007, 03:43 AM
  5. keydown
    By raimis89 in forum OSR Help
    Replies: 4
    Last Post: 12-09-2006, 09:23 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
  •