textField.rotation don't work in Animate Air IOS
Hello, I hope someone can help me.
textField.rotation don't work !
in Animate Air IOS .
Also on Ipad there isn't Comic Sans lettertyp in TextField.
On other places there's no problem.
I have include Comic Sans MS in library, actionscriptname:ComicSansMS.
Below my code:
format1.font="ComicSansMS";
format1.size=30;
format1.bold=true;
_scoreField.border=false;
_scoreField.width = 50;
_scoreField.height = 50;
_scoreField.x=190;
_scoreField.y=343;
_scoreField.autoSize = TextFieldAutoSize.CENTER;
_scoreField.rotation=90;
_scoreField.defaultTextFormat=format1;
_scoreField.text = String(0);
addChild(_scoreField);
The number is invisible;
when i remove "_scoreField.rotation=90;" code, it is visible but not with rotation.
Thanks in advance!
