TextFields; how to automatically start a new line?

Subscribe to TextFields; how to automatically start a new line? 3 posts

Sign in to reply


 
avatar for Sylos Sylos 13 posts
Flag Post

Using AS2 I can easily create and manipulate a textfield.
However, I do not understand how to make it automatically start new lines. It’s a real pain going through the text and inserting “\n”s at every point I think should be a new line.
Anyone know how to do this…?

 
avatar for rarapompoms rarapompoms 184 posts
Flag Post

TextField.wordWrap = true; I think.

 
avatar for Sylos Sylos 13 posts
Flag Post

That works perfectly.
Thank you very much!!

Sign in to reply