For each

for each(var b:MovieClip in SYM)
{
for each(var c:MovieClip in SYM_MAIN)
{
if(b.hitTestObject©) trace("****in winner")
}
}

could anyone help me with this. I have these loops but they dont do exactly what I am wanting.

i want the items in the arrays to match up.
this way they all trace.

if you cast your eye at these two arrays you should get my probelm

var SYM:Array = [cartouche.symbol1, cartouche.symbol2, cartouche.symbol3, cartouche.symbol4];

var SYM_MAIN:Array = [emblem.symbol1, emblem.symbol2, emblem.symbol3, emblem.symbol4];

cheers if anyone can help out.

brndn