Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
GuyS webforumsuser@macromedia.com #1
Lines in Dynamic Text
Hello,
I have some strings which i have in an array, i'm displaying the strings one at a time in a dynamic text box. I couldn't seem to work out if it was possible to work out how many lines of text there are when it is being displayed in the dynamic text box. Is it possible to work this out??
Thanks to anyone who can help,
Guy
GuyS webforumsuser@macromedia.com Guest
-
Keep all lines together and text wrap problem
I have my keep options set to keep ALL lines in the paragraph together, but if I have a text wrap that crosses the text block, the paragraph will... -
keep lines together doesn't work with text wrap!!
I have my keep options set to keep ALL lines in the paragraph together, but if I have a text wrap that crosses the text block, the paragraph will... -
Multi lines of text on a path
Is it possible to get two lines of text flowing along a single path? That is: enter the first line of text along the path, hit return, then get a... -
Dynamic text box within dynamic movie clip
I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately... -
Spaces at the start of lines in a Dynamic Textfield
Thanks for your reply. They are some useful methods to minimise the problem but very hard to implement where the textfield needs to be dynamic... -
kglad webforumsuser@macromedia.com #2
Re:Lines in Dynamic Text
you can use the maxscroll property of textfields.
kglad webforumsuser@macromedia.com Guest
-
exorș webforumsuser@macromedia.com #3
Re:Lines in Dynamic Text
you can use
maxTextLines = textField.maxscroll;
if you really think about it.... i wouldn't have to!
-Marlon
exorș webforumsuser@macromedia.com Guest
-
GuyS webforumsuser@macromedia.com #4
Re:Lines in Dynamic Text
i've just managed to do it using, bottomScroll!
Thanks for your help though!
Guy
GuyS webforumsuser@macromedia.com Guest
-
kglad webforumsuser@macromedia.com #5
Re:Lines in Dynamic Text
you're welcome.
kglad webforumsuser@macromedia.com Guest



Reply With Quote

