Sunday, 15 September 2013

AS3 InputTextField Component size change

AS3 InputTextField Component size change

I want to use text input component and I drag it on the stage, I give it a
instance name. Now from code I'm trying to change the size of it by
instance name , because I expand a little bit and the text size remain
like it was. Here is my code:
userLog.size = 30;
I receive this error: 1119:Access of possibly undefined property size
through a reference with static type fl.controls:TextInput. Thank you!

No comments:

Post a Comment