Flash Question
Flash Question
Out of context: Reply #3
- Started
- Last post
- 5 Responses
- Stylus0
my_fmt = new TextFormat();
my_fmt.leading= 12;
my_txt.setTextFormat(my_fmt);maybe this type of thing?
my_fmt = new TextFormat();
my_fmt.leading= 12;
my_txt.setTextFormat(my_fmt);
maybe this type of thing?