sorry another AS Q :E
sorry another AS Q :E
Out of context: Reply #18
- Started
- Last post
- 25 Responses
- Mojo0
mouseClick = new Object();
Mouse.addListener(mouseClick);
mouseClick.onMouseDown = function () {
newx2 = _root._xmouse;
newy2 = _root._ymouse;if (i == 3){
i = 1;
_root.eagle.duplicateMovieClip... + i, i, {_x:newx2,_y:newy2});
}
else {
i++;
_root.eagle.duplicateMovieClip... + i, getNextHighestDepth(), {_x:newx2,_y:newy2});
}
}