I need a Actionazscript (javascript) for getting the current mouse Position!
Pls if somebody knows help me
var mouse = mousex+":"+mousey
pls help
Pls if somebody knows help me
var mouse = mousex+":"+mousey
pls help
var mouse = 123:123
var mouseXAndY["X", "Y"] = getMousePosition(); var X = mouseXAndY[0]; var Y = mouseXAndY[1];