PDA

View Full Version : Create input textfield with AS?


mostwanted_dk
05-31-2005, 09:49 AM
Didn't see any options for it. Might have looked in the wrong place. How do you do it - or is it possible?

This might be plain obvious =/

tobyw_1969
05-31-2005, 11:26 AM
_root.createTextField("tField",1,10,10,100,20);
tField.type = "input";
tField.border = true;

creynders
05-31-2005, 11:26 AM
look up MovieClip.createTextField() in the helpfiles

mostwanted_dk
05-31-2005, 11:37 AM
look up MovieClip.createTextField() in the helpfiles

I had. Just couldn't find any options for it. But "type"... I should have known :)