(pano)
{
	type=PANORAMIC;
	file=botanic5.jpg;
	projection=5;
	zoom=0.3;
	rot=-90,45;

	propertycode2= code1,1,"progress",100.0,"FrameValue("","velocity",0);
											FrameValue("","zoomvelocity",0);
											LoopSequence(0,1);IniSequence(0,1);PlaySequence(0,"sequence1");
											Show("","timer2",1);
											";
	settimer=timer2,0,12,"SetProjection("spherical");
							FrameValue("","velocity",8);
							FrameValue("","zoomvelocity",8);
							FrameValue("","minzoom",0.4);
							Show("","",1,"group1");
							";

	font= font1, "Times New Roman", 18, 2, normal;
	text= group1,text1, 0, 0,0, #09, #000000, globe, #FFFFAA, 100, font1, " Spherical projection ";
	text= group1,text2, 0, -100,0, #69, #FFFFFF, globe, #000000, 100, font1, " Set stereographic projection ";
	text= group1,text3, 0, 100,0, #69, #FFFFFF, globe, #000000, 100, font1, " Set spherical projection ";
	button= group1,button1, 0, -100,0, 180,30,#69,no,no,no,1,1,1,no,no,no,2,nokey,release,"Set stereographic projection"," SetProjection("stereographic");ObjectValue("","text1","","description"," Stereographic projection "); ";
	button= group1,button1, 0, 100,0, 180,30,#69,no,no,no,1,1,1,no,no,no,2,nokey,release,"Set spherical projection"," SetProjection("spherical");ObjectValue("","text1","","description"," Spherical projection "); ";
	
}

(sequence1)
{
	type=SEQUENCE;
	file=initialsequence.txt;
}