hi all,
i am new user of flash and learning the flash script.
i have got this script in flash8 help. but not able to change the font type and color. could anyone help me…plzzzz
…
_root.mm.createTextField(“input_txt”, 1, 34, 105, 530, 156);
_root.mm.input_text.font= “times new roman”
a=a+1;
_root.mm.input_txt.border = false;
_root.mm.input_txt.wordWrap = false;
_root.mm.input_txt.multiline = false;
_root.mm.input_txt.autoSize = true;
_root.mm.input_txt.type = “input”;
_root.mm.input_txt.background = 0xFFFFFF;
_root.mm.input_txt.variable = a;
loadVariables(“N.txt”,_root.mm);
if (a==6) {
gotoAndPlay(1);
}
…