sorry another AS Q :E
sorry another AS Q :E
Out of context: Reply #22
- Started
- Last post
- 25 Responses
- Mojo0
i = i + 1;
_root.eagle.duplicateMovieClip... + i, i);^ that code overwrites the the same MC
i = i + 1;
_root.eagle.duplicateMovieClip... + i, getNextHighestDepth() );^ this code works perfect. But it wont let me specify a max amount of dupes at one time.
hmm.. there must be a solution..