Jump to content

Recommended Posts

Posted

MouseMove( @DesktopWidth & "500", @DesktopHeight & "500" )

I can't figure out why the mouse won't move to 500-500 please help

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Posted

Do you mean

MouseMove(@DesktopWidth - 500, @DesktopHeight - 500)

or maybe

MouseMove (500, 500)

Writing AutoIt scripts since

_DateAdd("d", -2, _NowCalcDate())
Posted

yea, thanks!

[left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...