Skip to main content
Adobe Employee
January 27, 2009
Answered

How to set column count at run time with the Text Layout Component

  • January 27, 2009
  • 1 reply
  • 736 views
I couldn't work out how to use AS3 to set the column count of the text layout component. Any help?
This topic has been closed for replies.
Correct answer bchau12345
Oops. I have worked it out:

my_txt.textFlow.columnCount = 3;
my_txt.textFlow.columnGap = 10;

1 reply

bchau12345AuthorCorrect answer
Adobe Employee
January 27, 2009
Oops. I have worked it out:

my_txt.textFlow.columnCount = 3;
my_txt.textFlow.columnGap = 10;