how would i make my text have a space as if i pressed enter. is there a certain code? i want it to look like:
[color=blue]here is some text
heres the other text bjalkjds;lkfja;sdlkjf[/color]
i tried putting the text and then just hitting enter, but then it doesn’t work. is this possible w/ only 1 text field?
thanks!
system
2
cough u just press enter cough
system
3
well im loading the code in from a frame. so its like:
_root.text1 = “blah blah blah
blah blah balh”;
and when i press enter it gives me an error message. is there a certain like break code or something i use?
system
5
you could use html 
_root.mytextfield = textline1blabla<br>textline2blabla
<br> is for line break
man this doesn’t whow the html code 
It just adds a new line…
well the line break in html is
“<” + “br” + “>”
system
6
i dont quite get this. what do the is and for do?