web メモ
my_mc.x = 150;
インスタンスを変数で指定
var targetMc:String = “ball_mc”; my_mc[targetMc].scalex = 2;
admin