okay here’s my code
onClipEvent (enterFrame) {
for (z; z<4; z++) {
s[z]._x = _root.xpos+_root._xmouse/z;
s[z]._y = _root.ypos+_root._ymouse/z;
}
}
i know it’s stupid but how do you turn the s[z] into something like s1 - s2 or s3 ???
i just want different movie clip names for each loop…
thanks :thumb: !