XML/Flash prob
XML/Flash prob
Out of context: Reply #34
- Started
- Last post
- 45 Responses
- unfittoprint0
remember if you wan to add you should use
beername.text += txt;
or
beername.text =
beername.text + txt;instead of
beername.text = txt;
remember if you wan to add you should use
beername.text += txt;
or
beername.text =
beername.text + txt;
instead of
beername.text = txt;