With actionscript2, is there anyway to expand make a text field expand upwards if more text was added then the current size could hold, rather than downwards? Data is loaded from XML.
With actionscript2, is there anyway to expand make a text field expand upwards if
Share
Nope, there is not. However, you could monitor for the text change event, look at the number of lines in the field, and adjust the Y property of the field respectively.