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:
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:
xval = ball._x;
??
Thanks!!!
no problem
:: Copyright KIRUPA 2024 //--