don't panic buttons work! maybe your event function is improper... if you copy that here we could help.

Code:
PANEL* ui_mainmenu_panel =
{
	flags = SHADOW | OVERLAY;		// | TRANSLUCENT
//	alpha = 75;	// if translucent panel is needed
	pos_x = 0; 
	pos_y = 736;
	bmap = panel_image_bmp;		//"panel.dds";
	layer = 10;	
	
	button( 10, 10, on_bmp, off_bmp, over_bmp, function_to_call ,NULL,NULL);

}




Free world editor for 3D Gamestudio: MapBuilder Editor