Hi,
i'm trying to write the sphere coordinates from screen position at mouse x and y to the log window.
I downloaded the mouse plugin from klaus and it works fine.
here's what i have:
|
Quellcode
|
1
|
<events onkeydown="if(keycode == 70,set(coord1,get(screentosphere(mouse.x,mouse.y)));trace(get(coord1)))" />
|
butt it says NULL... (because of the screentosphere, but why?)
Declan