Hi,
I would like to extend a textfield so it can take a couple of custion parameters.
I tried this.
var clientText:TextField = new TextField();
clientText.finalPos = 75;
clientText.x = clientText.finalPos;
Any idea how I can achieve this.
Thanks,