jazzman121
September 3rd, 2003, 08:28 PM
how do i find out the width of a text box and set a variable with that value??
kode
September 3rd, 2003, 08:30 PM
You use the _width property. ;)
var myVar = myTextField._width;
http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary114.html
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.