>>17自己解決しました

telltarget("bc"&i)
{
this.x=100+(/:i*30);
this.y=100;
}



with(this["bc"+i])
{
_x = 100+(i*30);
_y = 100;
}

& と + の差が地味だけど嫌だなぁ