Hello! I have the following script in place:
Frame 1:

mousex = _root._xmouse;
setProperty (_root, _x, mousex);

Frame 2:

gotoAndPlay (1);

The result is that everything on _root switches back and forth at about 400 pixels difference. Is there anything in my code that is wrong? i've been able to solve this problem in the past, but don't remember what i did. And incidently, if i replace in the first line ._xmouse with ._ymouse, it works beautifully when you move the mouse vertically - no jumping.

Thanks in advance...