createTextField [help]
createTextField [help]
Out of context: Reply #7
- Started
- Last post
- 12 Responses
- ruf0
flogging dea horse but... I would have done it:
for (i=1; i<=5; ++i) {
var newName = "mc" add i;
this.createEmptyMovieCli
p("mc"+i, i);
var newClip = eval(newName);
newClip.createTextF
ield("txt", i+100, 0, 0, 300, 100);
myformat.color = 0xff0000;
newClip.txt.text = "humm";
tnewClip.txt.setTextFormat(myfor...
at);
newClip._y = 30*i;
myArray.push(newClip);
}But that's just Potato Potato...
Ruf
')