Suppose I'm a very stupiod person (that's not far from true), but suppose it. I need to attach the same movie clip, with different instance names (I know how to 2 do that), but i need to do it in different "positions" of the array. Let's see:
Array ---> myArray
MC ---> myMC
MCs Name ---> myMC0, myMC1....
when the user presses a button, I want to push (Array.push) a MC into the end of the array, when he presses again...the push thing again....oh! and then I want to modify some MC's properties...for example _xscale....

ok...please give me a detailed tutorial on this....coz i've tried so many things....the last thing I remember of arrays is in PASCAL...so try to understand me....

thanx

hide.