■ 式を評価するには

onClipEvent (enterFrame){
for (i=0; i<3; i++)
{
obj = eval("_root.chr"+i);
obj._x++;
}
}