Learn Flash Part 10
Learn Flash Part 10
Out of context: Reply #6
- Started
- Last post
- 10 Responses
- unfittoprint0
no mask.
a simple text constructor, where they take a text string, split each character into an Array [myArray = myString.split("")], then 'loop it back' again [using a setInterval, for example].
And you should make your textBox.autosize="left"