■ 繰り返し処理をするには

onClipEvent(enterFrame){
for (i=1; i<=5; i++)
{
kameObj = eval("_root.kame"+i);
kameObj._x--;
}
}