Hey,

Quick question. I'm trying to right justify various sentences, 1-3 lines of
text each in a separate text box, and then
position the text boxes, dynamically. Here's what I have, but the syntax of
the actionscript is messing me up.

myText.autoSize = 'right';
myText.wordWrap = true;
this._y = [previous item]._y + [previous item]._height;
myText = [text goes here];

For one line of text, it works fine. For more than one line of text, it only
shows the first line, and then adds another half line to the text box, but
doesn't display more text. Any ideas?

Thanks,
Jeremy