[Request] Help For Autoit

Discussion in 'Code Snippets and Tutorials' started by feeeesh, Mar 11, 2008.

  1. feeeesh

    feeeesh Level I

    Joined:
    Nov 25, 2007
    Messages:
    117
    Likes Received:
    0
    Hi im trying to write a script for a game using autoit but i get suck on their tutorial and idk what to do. The part im stuck on is the mouse click i want the mouse to click at a certain place after a certain amount of time but it keeps telling me an error can anyone help me please? here's the part in the script im stuck in:

    MouseClick("right" [343, 52 [1 [900]]] )
    right - the right mouse click
    343, 52 - coordinates
    1 - amount of clicks
    900 - time between clicks in milliseconds

    Heres the tutorial they showed me:

    MouseClick ( "button" [, x, y [, clicks [, speed ]]] )

    any help please? thank you