Home » Archive

Articles tagged with: dynamic text

Flash »

[14 Jan 2009 | No Comment | 351 views]

Theres an easy way to add word wrap to a dynamic text in Flash. You will need to edit the Action Script in order to add this since its not an option in the GUI.
For instance, if your variable name was “title”, add in a line with:
title.wordWrap = true;

to enable the word wrap for that variable name. Its really handy for variable length fields.