Difference between revisions of "Talk:MoveMouseX"
Jump to navigation
Jump to search
imported>JOG (buggy) |
imported>JOG |
||
Line 1: | Line 1: | ||
===buggy=== | ===buggy=== | ||
Actually, '''MovemouseX 50''' moves the mouse-pointer 50 pixels to the right, while '''MovemouseX -50'''moves it to the far right of the screen (-50 is most likely interpreted as 65486 and the mouse-pointer is set to the screen-width) I've tested it with numeric values as well as shot and long variables--[[User:JOG|JOG]] 08:30, 24 August 2006 (EDT) | Actually, '''MovemouseX 50''' moves the mouse-pointer 50 pixels to the right, while '''MovemouseX -50''' moves it to the far right of the screen (-50 is most likely interpreted as 65486 and the mouse-pointer is set to the screen-width) I've tested it in the console and in a script with numeric values as well as shot and long variables. | ||
applies to MovemouseY as well... | |||
--[[User:JOG|JOG]] 08:30, 24 August 2006 (EDT) |
Revision as of 07:32, 24 August 2006
buggy
Actually, MovemouseX 50 moves the mouse-pointer 50 pixels to the right, while MovemouseX -50 moves it to the far right of the screen (-50 is most likely interpreted as 65486 and the mouse-pointer is set to the screen-width) I've tested it in the console and in a script with numeric values as well as shot and long variables.
applies to MovemouseY as well...
--JOG 08:30, 24 August 2006 (EDT)