PDA

View Full Version : Easy question



Idan
April 2nd, 2003, 11:40 AM
:m: I start to learn actionscript and I wonder how to enter mc position to dynamic text...

so, what I need to write instead of "mouse" in this code:

xval = _root._xmouse;

for get the ball position? (I give the ball the name "ball")


thanls! :cowboy:

kode
April 2nd, 2003, 12:20 PM
xval = ball._x;
??

Idan
April 2nd, 2003, 01:00 PM
:eye: Thanks!!!

kode
April 2nd, 2003, 01:01 PM
:P

no problem ;)