Guest psygn0sis Posted March 17, 2005 Posted March 17, 2005 Alright this is a mouce move and click script I put together. It will not run. What is wrong ? MouseMove (<570>, <825> [, <100>]) MouseClick ("<left>" [, <x>, <y> [, <1> [, <100> ]]]) MouseMove (<23>, <63> [, <100>]) MouseClick ("<left>" [, <x>, <y> [, <1> [, <100> ]]])
MarkMarkMark Posted April 2, 2005 Posted April 2, 2005 im a noob 2.... but mayb try to remove the "[" ? MouseMove (570, 825 , 100) MouseClick ("left") MouseMove (23, 63 , 100) MouseClick ("left") mayb that works :/
steveR Posted April 2, 2005 Posted April 2, 2005 Alright this is a mouce move and click script I put together. It will not run.What is wrong ?MouseMove (<570>, <825> [, <100>])MouseClick ("<left>" [, <x>, <y> [, <1> [, <100> ]]])MouseMove (<23>, <63> [, <100>])MouseClick ("<left>" [, <x>, <y> [, <1> [, <100> ]]])<{POST_SNAPBACK}>psygn0sis, those brackets in the help file just mean that those parameters are optional. for example, you could have MouseMove(<570>, <825> , <100>) or MouseMove(<570>, <825>) AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
Recommended Posts