flash external txt Q
flash external txt Q
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- kinetic0
couldn't you just put a black movie clip with opacity behind the text box
if you are worried about the size fitting properly, just stretch the movie clip to the text._length
(figure out how many chars fit on a line in your text box and you can figure out the height -- or make your textbox._autoSize = true then it will scale and just size the mc to the textBox._height)