Search code examples
flashactionscript-3flash-cs4

how can i change the font weight into a scrolled text from the fla?


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


Solution

  • You can set textfield to use html markup and set your title as bold:

    <b>My title</b>
    ...rest of text, regular font