:inc:
Trying to do this:
variable1;
variable2;
variable3;
variable4;
.
.
.
variable10;
Without typing it all out, using as few lines as possible. Is it possible to generate numbered variables “on the fly”?
The variables’ type in question will be movieclip instances.