loading
 
Mouse Position
Anonymous
16 year
In the mouse module I noticed that it displays the x and y position of the mouse. Is there anyway to access this varialbe inside vbScript module? Also I have noticed others are using variables such as "mouse_click_x" in their programs.  Is there any documentation that lists these kinds of variables (ones that are not in the watch variable module)?
Anonymous 16 year
Yes, first you need to call that variable something ...  type that name (call it my_mouse_x for example) under the X coordinate text in the white text box (it is also a dropdown in case your variable already exists). Then in the VBScript module use

mouseX = GetVariable("my_mouse_x")

to access the value.

You can read about other default variables like the mouse_click_x in the lower half of

http://www.roborealm.com/help/Getting%20Started.php

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index