FLASH - how long is a piece of string?
FLASH - how long is a piece of string?
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- stuff0
somethin like this?
function fnc_start_text() {
loadCharacterDescription(lastTra... ");
text02.gotoAndStop(2 );
text02.display_txtx. autoSize = true;
box_mc._width = text02.display_txtx. _width;
box_mc._height = text02.display_txtx. _height;
}
fnc_start_text();