﻿import flash.events.EventDispatcher;
function pokazMenu(event:Event):void {
	this.gotoAndPlay("Główne menu");
}
menu_przycisk.addEventListener(MouseEvent.CLICK,pokazMenu);