What is the most efficient way to take a movie clip of say, just a square, 100x100px, then inside it, attach 4 movie clips of the same square positioned around the original square, above, below, left and right of it…
but then, for each of those, loop thru and duplicate more squares around that one, unless the square collides with another already existent square…and then repeat that process n times…so basically from the central square movie clip, a ‘flower’ of squares grows outwards, but each new iteration is a child of the previous one, with the original square as the absolute parent…
does that even make sense i wonder :hangover: