_root.onEnterFrame=function(){ for(i=1;i<100;i++){ if(_root.a["b"+i].c.hitTest(_root._xmouse,_root._ymouse,true) ){trace("You have just rolled mouse over the _root.a.b"+i+".c clip")} } }