Hi,
how can I determine in Swishmax the position of the mouse pointer on the screen ?? In Swish 2 it was with _ymouse and _xmouse. I tried to do the following:
Onenterframe () {
if (_ymouse < 50)
do something
else if (_ymouse > 400)
do something else }
and it´s not working.
Thanks for any help
