rectMc.setMask(rectMask);
numOfRect = 8;
for (var i:Number = 1; i<numOfRect; i++) {
rectMc.rect*._y=-280;
}
i have a movieclip name rectMc and inside that movieclip theres 8 more movieclips name rect1 to rect8 … now i was just trying to position them in -280 … but dont seems to work whats wrong with that code … thanks .