Hi,
I have a 2 dimensional array of rectangles lets say 50x50 that I want to move all at once. What I have done is put each rectangle into a display group and then move the display group. the problem is the performance hit is to great I go from 60 fps to 10 every time I move the display group. is there a better way to do this?