Results 1 to 3 of 3

Thread: help key downe

  1. #1
    Join Date
    Jun 2007
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help key downe

    this is so it prees right key downe

    KeyDown(VK_Right);
    Wait(500);
    KeyUp(VK_Right);

    i want so i can do like wat key i want like how to do so it prees A

    so i can do like keydown ??

  2. #2
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    KeyDown(GetKeyCode('a'));
    Wait(500);
    KeyUp(GetKeyCode('a'));

  3. #3
    Join Date
    Jun 2007
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •