Text Field

Hi all you guys out there
First tell me id there any way thru which i can tell the registration point of a TEXTFIELD.
Do reply as soon as possible
Wadood

where are u guys kindly find out the solution for my problem

hmmm… in MX… put an instance name of your textfield. then simply add this code:

xpos = textFieldName._x;
ypos = textFieldName._y;

Hope it helps.