flash: dynamic text
flash: dynamic text
Out of context: Reply #9
- Started
- Last post
- 11 Responses
- mac100
you can set the hight and width
in flash Mxlike is
myTextField._width = 200;
myTextField._height = 200;if you want to change the size of the text field
myTextField._width = twidth;
myTextField._height = theight;on a button
twidth = 200;
theight = 200;hope this helps
mac-10