Scott Matheson Wed, 19 Sep 2018 07:20:30 -0700
Hi How do I make a text label appear in the center of an lable using AS3 code var _lsn:Label = new Label(); _lsn.text = _”hellow” _lsn.setStyle("textAlign", "center"); the issue must be setStyle Scott