Flash instance Q
Flash instance Q
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- londonBoy0
function addSquare() {
for (var i = current; i < itemMax; i++) {
dot = attachMovie("dot", "dot_mc" + i, i);
dot._x = startX + (i * offset);
dot._y = startY;
}
}