Сделал как вы сказали:

Код AS3:
btn.addEventListener(MouseEvent.CLICK, сlickHandler);
private function сlickHandler(mc_gal_but :MouseEvent):void{
root.mc_gal_view._x=99;
root.mc_gal_view._y=329;
}
Выдает ошибку:
1013: The private attribute may be used only on class property definitions.
Ругается на ето private function сlickHandler(mc_gal_but :MouseEvent):void{