Well I still have some problems with moving the group. So I move the sprites up to location like 0,480 (off screen). Then problem is that I don't know how to move the sprites from the bottom up. I tryed moving the group to the bottom with:
[MoveTo actionWithDuration:0 position:ccp(320,0)]
and then moving them (the group of sprites) back to 0,0 with another action. Problem is that the group moves back down from the top and not from the bottom up.
EDIT: I was trying to get the group to move from bottom of the screen to the top but still no luck. So how could I reset the position to somewhere on the bottom of the screen and then move the group up?