PDA

View Full Version : Paragraphs for scrollable text


dw2002
01-15-2008, 02:02 PM
I have created a scrollable dynamic text field with the UIScrollbar component for a flash template I am customizing, using the following tutorial:

http://www.lukamaras.com/tutorials/getting-started/how-to-use-the-UIScrollBar-component.html

However, I cannot seem to create paragraphs for the text. The Actionscript code for the actions layer (frame 1) is:

myText.text = "My dummy text here... ";

I am using Flash 8.

Any tips would be really appreciated, as I am new to actionscript. Thanks.