On any frame of the top level so the mouse pos is always updating. But when I go to publish, I get an error say clip actions can only be placed on movie clips.
When I place the above ascipt on a movieclip, I get no mouse coords, even when I roll over the box.
If I put just the
x_pos = _root._xmouse;
y_pos = _root._ymouse;
Then I get the initial mouse coords when the file started, but it doesn’t update. Help!!!
putting that on a movie and leaving everything else will solve your problem, since it’s putting the variables on _root which is where your text box is looking for them.
or use the code i put above and forget about miscellaneous movies. : )