MCのX座標を設定したり取得したりする。 mc の座標の取得は on (release) { a = mc._x; trace("a="+a );//mc のX座標を出力させる } mc の座標を 100 に変更設定は on (release) { mc._x = 100; }