I was wondering if its possible to make a script to hold..

Discussion in 'Code Snippets and Tutorials' started by test123, Jan 16, 2007.

  1. test123

    test123 Level IV

    Joined:
    Nov 3, 2006
    Messages:
    935
    Likes Received:
    0
    Location:
    Australia
    down the left/right/up/down and spacebar keys and if so what code is needed to do so..
     
  2. chelsea1

    chelsea1 Level IV

    Joined:
    Nov 26, 2006
    Messages:
    2,538
    Likes Received:
    31
    Location:
    London
    Code (Text):
    1. sendsilentarrow(0)
    is one way to press the up key
    another way is
    Code (Text):
    1. keyup(37)
    2. keydown(37)
    which presses the left hand key twice
     
  3. test123

    test123 Level IV

    Joined:
    Nov 3, 2006
    Messages:
    935
    Likes Received:
    0
    Location:
    Australia
    hey

    are there certain numbers that represent characters?

    EDIT: ok i found out which numbers go each way, thanks for the help chelsea
     
  4. chelsea1

    chelsea1 Level IV

    Joined:
    Nov 26, 2006
    Messages:
    2,538
    Likes Received:
    31
    Location:
    London
    ok sorry i couldn't tell you them exactly as i had forgotton them but i knew the jist of it