function clickBtn (evt:Event):void { clip.gotoAndPlay (1); } btn.addEventListener(MouseEvent.CLICK, clickBtn);