Hi,
I am using TextField in that Line break is not working
i given multiline property to true also. even though i am not getting line break.
how to do
using textfield in flash AS3.
Thanks in Advance
Hi,
I am using TextField in that Line break is not working
i given multiline property to true also. even though i am not getting line break.
how to do
using textfield in flash AS3.
Thanks in Advance
Hey!
add a \n to the text where you want a newline, should work!
Add textFieldName.condenseWhite = true; textFieldName.multiline = true;