flash arrays???
flash arrays???
Out of context: Reply #5
- Started
- Last post
- 11 Responses
- Dno0
...using...
n = 0;
word = wordList[n];
// place the word object
nombre = "word"+String(depth++);
neo = this.attachMovie("mcWord", nombre, depth);
// set word
neo.setWord(word);
neo.fitInto(x0, y0, x1, y1, d);
}it jst plays the first word in the array...