Easy movie clip question

Let’s say I have 36 movie clips placed on a grid. They are all the same clip, but each have a different instance name. For example, the first one is called tile_1_1, the second is called tile_1_2 and so on. I know that I can access each clip through the actionscript by saying _root.tile_1_1.myvar = 5; but is there any way I can access all 36 of them at once using one line of code? I have thought of using a loop to update the name each time, but I was hoping there was an easier way. I’d greatly appreciate any help. Thanks, RainGame