Scene 1, Layer 'Layer 1', Frame 1, Line 1 1061: Call to a possibly undefined method addEventListener through a reference with static type Class.
Вот скрипт при котором компилил:

Код AS3:
ack.addEventListener(MouseEvent.CLICK, funClick);
function funClick(Event:MouseEvent):void
{
trace("HELLO");
}