﻿function pokazUslugi(event:Event):void {
	this.gotoAndPlay("Usługi");
}
uslugi_przycisk.addEventListener(MouseEvent.CLICK,pokazUslugi);