add a random number to movieClip instance name
I have several moviclips on stage named. "moviClip1" "moviClip2" "moviClip3"
I'm generating a random number to choose a specific moviclip and change their x,y
how do I call them ?
moviClip+[randomNumber].x = ...
