November 9, 200421 yr Example:Tooltiptext Action ... In the section, I want to read the exact current mouse position (so e.g. value 8,23) into variables.Does someone know if this is possible, and if so, how ??Thanks, Rob(of course I can split it up into 20*20= 400 area's of 1*1, but I'm looking for a smarter solution :-)
November 9, 200421 yr Hi,You might try with (M:X) and (M:Y) within the . Should be able to capture the x and y coordinates of the mouse pointer at the moment of the click event.RegardsTom
Create an account or sign in to comment