Formatting text

the actionscript tut here explains how to format text in a field. But how do you format difference sentences within the same text field, is it possible?

yes i was looking at that, but thats changing the properties for whatevers in the textfield. I want it so that theres an underlined title, then a paragraph with different size. how do i do that?

Are you using a static or dynamic text field? Are you loading in text from external files? If so look through the code on this tutorial:

http://www.kirupa.com/developer/mx/multiple_dynamictext.htm

Pay special attention to formatting the textbox to accept html code. Then you can use some basic html formatting in your txt file.

If you are using a static text box then I’m not sure how you can format individual bits of text differently in the same box.

hope this helps!
:hr:

im doing it like the tutorial mentioned above. Using the text object thing. Using dynamic text and inputing the text in the actionscript

Well, I may be wrong but I think you can only apply a style (or styles) as a whole to a text object. You can’t seperate out lines of text that are in the same text object and apply different styles to them.