Can you post a small test case? On 9/20/18, 1:52 PM, "Scott Matheson" <[email protected]> wrote:
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
