Help Actionaz

08/05/2014 16:31 manuelzierler#1
I need a Actionazscript (javascript) for getting the current mouse Position!

Pls if somebody knows help me

var mouse = mousex+":"+mousey

pls help
08/06/2014 21:00 manuelzierler#2
up
08/06/2014 21:15 Diаmonds#3
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...
08/06/2014 21:58 Dr.Toni#4
[Only registered and activated users can see links. Click Here To Register...]
08/11/2014 09:28 jarit#5
[Only registered and activated users can see links. Click Here To Register...]

#closed

Btw: Pushing isnt allowed in this section.