i would like to modify the font weight of a word (my title) that is into a textfield that is "scrolled" : so when i modify this word, the whole text is being modified as well, and i can't write it in another textfield, because i want it to be scrolled as the rest of the text.
Do i "have to" set the title and the text dynamically to change the font? or can i do it directly from the fla (which would save me some time, i have several texts in the same case)
Thanks for your help
You can set textfield to use html markup and set your title as bold:
<b>My title</b>
...rest of text, regular font