attachMovie the duplicate
attachMovie the duplicate
Out of context: Reply #13
- Started
- Last post
- 13 Responses
- wade0
Unfit, could you explain your code in more detail? What you mean by 'tweak it a bit more'?
for(i=0; i < 20; i++){
this.attachMovie("sy mbol", "symbol"+i, i++);
this["symbol"+i]._x = this["symbol"+i]._wi dth * i;
}