In AS3 i made some blocks that follow the player around. But the problem is, as the player moves around, the objects merge together and at one point you can't tell how many objects are on the screen. How do i make them solid so they cannot overlap each other. I am using 10 objects, they are all in an array and they are created and destroyed dynamically so i don't really know how i should try to fix this.