I don't know if
Code:
var mouse = 123:123
Can be a valid piece of code... There must be a method like getMousePosition(); which would be used like
Code:
var mouseXAndY["X", "Y"] = getMousePosition();
var X = mouseXAndY[0];
var Y = mouseXAndY[1];
I really don't know... I never tried to do anything with Actionnaz...