Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
natebell #1
text keeps stretching in resize of box
i'm trying to get a text box to be as large as the movie clip
however, if i create a text box then resize it, the font is stretched and
skewed to fit the entire width and height, but i don't want it to, i want it to
stay 8pt font like i have specified
anyone know whats going on ?
thanks,
Nate
natebell Guest
-
Text Box Resize
When I resize a text box, I get two different types of reponses, depending on how the text box was made. 1) If I use the type tool and click and... -
resize text field on scale...
This seems to be a tricky subject... Well maybe not trick or hard but I sure haven't seen a good tutorial on it. This is the situation: I have... -
Got it: stretching dynamic text fields
Someone answered in another news group: Using instance names for text areas in MX, you can use the property "autoSize". "J-Dogg"... -
stretching dynamic text fields
Hi everyone, How do I make a text field dynamically fit its contents? I have a movie clip instance, called "macromedia", which holds a dynamic... -
Can't resize a text block
I can't resize text blocks. If I pull a corner handle and stretch it to a new location it bounces back to it's original shape. Is there a setting... -
kglad #2
Re: text keeps stretching in resize of box
don't use the drawing methods to resize, use actionscript. for example, if your textfield has instance name tbox you can use:
tbox._width=stage.width; //to resize without distorting fonts
kglad Guest
-
Laiverd.COM #3
Re: text keeps stretching in resize of box
USe the handles on the textbox to resize the textfield; NOT the
transformtool.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
-
natebell #4
Re: text keeps stretching in resize of box
i was using the size properties
thanks guys
natebell Guest



Reply With Quote

