attachMovie the duplicate
attachMovie the duplicate
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- unfittoprint0
an example:
for(i=0; i < 20; i++){
this.attachMovie("symbol", "symbol"+i, i++);
this["symbol"+i]._x = this["symbol"+i]._width * i;
}