Help Actionaz

08/07/2014 06:51 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/07/2014 14:57 Mikesch01#2
[Only registered and activated users can see links. Click Here To Register...]

just 1 sec to google
08/07/2014 18:33 manuelzierler#3
would it be that easy i would have found it!

It dont work for actionaz i need some Realy easy code without events or functions!

only something like

var mouse = mouseX+":"+mouseY

So it should be REALLY easy code
08/08/2014 13:41 Mikesch01#4
If you would have read the thread I have posted so you would know, that this isn't possible.

Javascript needs an event to locate the mouse position and to track those data.

And why it should not work for "actionaz" (whatever this may be)? If it could use simple javascript, so simple events of javascript it could also use.
08/08/2014 22:26 manuelzierler#5
no the problem is it cant handele events.
08/09/2014 18:19 Mikesch01#6
Ok. I googled for "Actionaz" and saw that this is a special tool written with c++ and functionally updated with javascript.

I google for mouse events for actionaz and found this:
[Only registered and activated users can see links. Click Here To Register...]

Code:
var mouse = new Mouse();
var position = mouse.position();
var posString = position.x() + ":" + position.y();
08/11/2014 12:22 manuelzierler#7
Thanks got your searching i was not able to find this
Hope its working

Regarts

Ok its not working!