4way scroll top view game

Hey

i was wondering which of those approaches performs better (use less cpu) when scrolling movieclips through the screen

1- Add all objects to one array, and iterate through it to update positionings

2- Make all objects child of one movieclip, and move them using the parent movieclip

Any who has already experienced this can help me finding the way?