Skip to main content
Participant
June 13, 2007
Question

Changing text size in the TextInput component

  • June 13, 2007
  • 2 replies
  • 327 views
Hello all,

I am stuck in a problem that probably has a simple answer, I am trying to change the text size in my movie, I am using the TextInput component...The default text size is way too small for my final movie size...

I am sure I can do this in AS, but not sure where to put the code, if I even knew the code...

Thanks for any help!
This topic has been closed for replies.

2 replies

Participant
June 13, 2007
Wow! Been wondering how to do that same thing! I did find a page with all the styles on it....you can rest assured that I will be using the tarnation out of that list!!

Thanks!!
DD
Participant
June 13, 2007
Hey, try this!!
_global.styles.TextArea.setStyle("fontSize", 15);

Put it in the actions layer, first frame...