flash basics 2
flash basics 2
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- b34r0
function txtDimensions () {
_root.createTextField( "textfield_txt", 1 , 10 , 10 , 0 , 0 );
textfield_txt.autoSize = "left";
textfield_txt.text = "Newstoday Roxor!";trace ("w = " + textfield_txt._width)
trace ("h = " + textfield_txt._height)}
txtDimensions()
:)