I want to loop through an array and add each item to the stage in 3 second intervals

When I loop through the array I dump everything on the stage at once. This is not what I want to do - I want to stagger the adding to stage bit.

anyone???