sorry another AS Q :E
sorry another AS Q :E
Out of context: Reply #14
- Started
- Last post
- 25 Responses
- Mojo0
Awesome thanks guys - but my code:
mouseClick = new Object();
Mouse.addListener(mouseClick);
mouseClick.onMouseDown = function () {
newx2 = _root._xmouse;
newy2 = _root._ymouse;if (i == 3){
i == 1;
}
else {
i++;
}_root.eagle.duplicateMovieClip... + i, getNextHighestDepth(), );
}
doesn't seem to work, any advice would be good! sorry!