{
	"objName": "Stage",
	"variables": [{
			"name": "t",
			"value": 89,
			"isPersistent": false
		},
		{
			"name": "face_x",
			"value": -80,
			"isPersistent": false
		},
		{
			"name": "face_y",
			"value": 19.890437907365467,
			"isPersistent": false
		},
		{
			"name": "face_size",
			"value": "45",
			"isPersistent": false
		},
		{
			"name": "face_rot",
			"value": "450",
			"isPersistent": false
		},
		{
			"name": "_rt",
			"value": 214.5993915543902,
			"isPersistent": false
		},
		{
			"name": "Rendertime",
			"value": 0.011,
			"isPersistent": false
		},
		{
			"name": "@Mode",
			"value": 0,
			"isPersistent": false
		},
		{
			"name": "fps",
			"value": 90.90909090909092,
			"isPersistent": false
		},
		{
			"name": "rot_sine",
			"value": 1,
			"isPersistent": false
		},
		{
			"name": "sine",
			"value": 100,
			"isPersistent": false
		},
		{
			"name": "v",
			"value": 160.46122458302906,
			"isPersistent": false
		},
		{
			"name": "sto1",
			"value": "52.08642848209331",
			"isPersistent": false
		},
		{
			"name": "sto2",
			"value": "45.53238027871914",
			"isPersistent": false
		},
		{
			"name": "@Gloss",
			"value": 0,
			"isPersistent": false
		},
		{
			"name": "menu",
			"value": "0",
			"isPersistent": false
		},
		{
			"name": "stopwatch_status",
			"value": "0",
			"isPersistent": false
		},
		{
			"name": "stopwatch",
			"value": 0,
			"isPersistent": false
		},
		{
			"name": "stop_status",
			"value": 0,
			"isPersistent": false
		},
		{
			"name": "_lastselected",
			"value": "",
			"isPersistent": false
		},
		{
			"name": "stopwatch_canstart?",
			"value": "1",
			"isPersistent": false
		}],
	"lists": [{
			"listName": "tmp",
			"contents": ["45", "45"],
			"isPersistent": false,
			"x": -14,
			"y": 295,
			"width": 140,
			"height": 240,
			"visible": false
		}],
	"sounds": [{
			"soundName": "pop",
			"soundID": -1,
			"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
			"sampleCount": 258,
			"rate": 11025,
			"format": ""
		}],
	"costumes": [{
			"costumeName": "backdrop1",
			"baseLayerID": -1,
			"baseLayerMD5": "ee91950cd25c69cf94f75059032aa71b.png",
			"bitmapResolution": 2,
			"rotationCenterX": 480,
			"rotationCenterY": 360
		}],
	"currentCostumeIndex": 0,
	"penLayerMD5": "5c81a336fab8be57adc039a8a2b33ca9.png",
	"penLayerID": -1,
	"tempoBPM": 60,
	"videoAlpha": 0.5,
	"children": [{
			"objName": "ClockFace",
			"scripts": [[10,
					10,
					[["whenGreenFlag"], ["setVar:to:", "_lastselected", ""], ["setVar:to:", "stopwatch", 0], ["broadcast:", "Select"]]],
				[1920,
					10,
					[["procDef", "Update", [], [], true],
						["call", "\\@Get Distance: %n %n | %n %n", ["readVariable", "face_x"], ["readVariable", "face_y"], ["mouseX"], ["mouseY"]],
						["doIfElse",
							["&",
								["<", ["readVariable", "_rt"], ["readVariable", "face_size"]],
								["<", ["readVariable", "face_size"], "130"]],
							[["changeVar:by:", "face_size", ["\/", ["-", 130, ["readVariable", "face_size"]], 7]]],
							[["doIf",
									["&",
										[">", ["readVariable", "face_size"], "100"],
										[">", ["readVariable", "_rt"], ["readVariable", "face_size"]]],
									[["changeVar:by:", "face_size", ["\/", ["-", 100, ["readVariable", "face_size"]], 7]]]]]]]],
				[3888,
					10,
					[["procDef",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["x", "y", "r1", "r2", "p", "s", "e", "True"],
							[1, 1, 1, 1, 1, 1, 1, false],
							true],
						["penSize:", ["getParam", "p", "r"]],
						["setVar:to:", "t", ["getParam", "s", "r"]],
						["doIfElse",
							["getParam", "True", "b"],
							[["doIfElse",
									["&",
										["=", ["-", ["getParam", "s", "r"], ["getParam", "e", "r"]], "360"],
										["=", ["getParam", "r1", "r"], ["getParam", "r2", "r"]]],
									[["gotoX:y:", ["rounded", ["getParam", "x", "r"]], ["rounded", ["getParam", "y", "r"]]],
										["penSize:", ["*", ["getParam", "r1", "r"], 2]],
										["putPenDown"],
										["putPenUp"]],
									[["doRepeat",
											["+", ["-", ["getParam", "s", "r"], ["getParam", "e", "r"]], 1],
											[["gotoX:y:", ["getParam", "x", "r"], ["getParam", "y", "r"]],
												["putPenDown"],
												["gotoX:y:",
													["+",
														["getParam", "x", "r"],
														["*", ["getParam", "r1", "r"], ["computeFunction:of:", "cos", ["readVariable", "t"]]]],
													["+",
														["getParam", "y", "r"],
														["*", ["getParam", "r2", "r"], ["computeFunction:of:", "sin", ["readVariable", "t"]]]]],
												["putPenUp"],
												["changeVar:by:", "t", -1]]]]]],
							[["gotoX:y:",
									["+",
										["getParam", "x", "r"],
										["*", ["getParam", "r1", "r"], ["computeFunction:of:", "cos", ["readVariable", "t"]]]],
									["+",
										["getParam", "y", "r"],
										["*", ["getParam", "r2", "r"], ["computeFunction:of:", "sin", ["readVariable", "t"]]]]],
								["putPenDown"],
								["doRepeat",
									["+", ["-", ["getParam", "s", "r"], ["getParam", "e", "r"]], 1],
									[["gotoX:y:",
											["+",
												["getParam", "x", "r"],
												["*", ["getParam", "r1", "r"], ["computeFunction:of:", "cos", ["readVariable", "t"]]]],
											["+",
												["getParam", "y", "r"],
												["*", ["getParam", "r2", "r"], ["computeFunction:of:", "sin", ["readVariable", "t"]]]]],
										["changeVar:by:", "t", -1]]],
								["putPenUp"]]]]],
				[2655,
					10,
					[["procDef", "\\@Get Distance: %n %n | %n %n", ["x1", "y1", "x2", "y2"], [1, 1, 1, 1], true],
						["setVar:to:",
							"_rt",
							["computeFunction:of:",
								"sqrt",
								["+",
									["*",
										["-", ["getParam", "x2", "r"], ["getParam", "x1", "r"]],
										["-", ["getParam", "x2", "r"], ["getParam", "x1", "r"]]],
									["*",
										["-", ["getParam", "y2", "r"], ["getParam", "y1", "r"]],
										["-", ["getParam", "y2", "r"], ["getParam", "y1", "r"]]]]]]]],
				[10, 2381, [["not", false]]],
				[2655,
					126,
					[["whenIReceive", "Clock"],
						["setVar:to:", "face_x", 0],
						["setVar:to:", "face_y", "-120"],
						["setVar:to:", "face_size", "10"],
						["setVar:to:", "face_rot", "90"],
						["setVar:to:", "@Mode", "0"],
						["setVar:to:", "_lastselected", "CLOCK"],
						["call", "Render %b", false],
						["wait:elapsed:from:", 0.5],
						["doRepeat",
							35,
							[["call", "Render %b", false],
								["changeVar:by:", "face_y", ["\/", ["-", 0, ["readVariable", "face_y"]], 10]],
								["changeVar:by:", "face_rot", ["\/", ["-", 450, ["readVariable", "face_rot"]], 10]],
								["changeVar:by:", "face_size", ["\/", ["-", 100, ["readVariable", "face_size"]], 10]]]],
						["setVar:to:", "face_rot", "450"],
						["doUntil", ["keyPressed:", "space"], [["call", "Render %b", false], ["call", "Update"]]],
						["doRepeat",
							40,
							[["call", "Render %b", false],
								["changeVar:by:", "face_y", ["\/", ["-", -122, ["readVariable", "face_y"]], 10]],
								["changeVar:by:", "face_rot", ["\/", ["-", 70, ["readVariable", "face_rot"]], 15]],
								["changeVar:by:", "face_size", ["\/", ["-", 9, ["readVariable", "face_size"]], 10]]]],
						["broadcast:", "Select"]]],
				[1920,
					286,
					[["procDef", "Render %b", ["False"], [false], true],
						["doIf", ["not", ["getParam", "False", "b"]], [["clearPenTrails"]]],
						["timerReset"],
						["call", "Base"],
						["doIfElse",
							["=", ["readVariable", "@Mode"], "0"],
							[["call", "Clock"]],
							[["doIf", ["=", ["readVariable", "@Mode"], "1"], [["call", "Stopwatch"]]]]],
						["setVar:to:", "Rendertime", ["timer"]],
						["setVar:to:", "fps", ["\/", 1, ["readVariable", "Rendertime"]]]]],
				[586,
					1507,
					[["procDef", "Clock", [], [], true],
						["doIfElse",
							["not", ["=", ["timeAndDate", "second"], "0"]],
							[["penColor:", -27389],
								["call",
									"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
									["readVariable", "face_x"],
									["readVariable", "face_y"],
									["*",
										["readVariable", "rot_sine"],
										["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]]],
									["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]],
									["\/", ["readVariable", "face_size"], 15],
									90,
									["-", 90, ["*", ["timeAndDate", "second"], 6]],
									false],
								["changePenSizeBy:", 1],
								["penColor:", -13553358],
								["putPenDown"],
								["changeXposBy:", 1],
								["changeXposBy:", -1],
								["putPenUp"]],
							[["gotoX:y:",
									["+",
										["readVariable", "face_x"],
										["*",
											["*",
												["readVariable", "rot_sine"],
												["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]]],
											["computeFunction:of:", "cos", 90]]],
									["+",
										["readVariable", "face_y"],
										["*",
											["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]],
											["computeFunction:of:", "sin", 90]]]],
								["penSize:", ["+", ["\/", ["readVariable", "face_size"], 15], 1]],
								["penColor:", -13553358],
								["putPenDown"],
								["changeXposBy:", 1],
								["changeXposBy:", -1],
								["putPenUp"]]],
						["doIfElse",
							["not", ["=", ["timeAndDate", "minute"], "0"]],
							[["penColor:", -10701038],
								["call",
									"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
									["readVariable", "face_x"],
									["readVariable", "face_y"],
									["*",
										["readVariable", "rot_sine"],
										["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 2]]],
									["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 2]],
									["\/", ["readVariable", "face_size"], 15],
									90,
									["-", 90, ["*", ["timeAndDate", "minute"], 6]],
									false],
								["changePenSizeBy:", 1],
								["penColor:", -13553358],
								["putPenDown"],
								["changeXposBy:", 1],
								["changeXposBy:", -1],
								["putPenUp"]],
							[["gotoX:y:",
									["+",
										["readVariable", "face_x"],
										["*",
											["*",
												["readVariable", "rot_sine"],
												["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 2]]],
											["computeFunction:of:", "cos", 90]]],
									["+",
										["readVariable", "face_y"],
										["*",
											["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 2]],
											["computeFunction:of:", "sin", 90]]]],
								["penSize:", ["+", ["\/", ["readVariable", "face_size"], 15], 1]],
								["penColor:", -13553358],
								["putPenDown"],
								["putPenUp"],
								["changeXposBy:", 1],
								["changeXposBy:", -1]]],
						["penColor:", -11899692],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							["readVariable", "face_y"],
							["*",
								["readVariable", "rot_sine"],
								["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 1.2]]],
							["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 1.2]],
							["\/", ["readVariable", "face_size"], 15],
							90,
							["-",
								90,
								["*",
									["-", ["timeAndDate", "hour"], ["*", 12, ["<", "12", ["timeAndDate", "hour"]]]],
									30]],
							false],
						["changePenSizeBy:", 1],
						["penColor:", -13553358],
						["putPenDown"],
						["changeXposBy:", 1],
						["changeXposBy:", -1],
						["putPenUp"]]],
				[1920,
					1636,
					[["procDef", "Base", [], [], true],
						["setVar:to:", "rot_sine", ["computeFunction:of:", "sin", ["readVariable", "face_rot"]]],
						["penColor:", -6512990],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							["readVariable", "face_y"],
							["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]],
							["readVariable", "face_size"],
							4,
							90,
							-270,
							["=", "1", "1"]],
						["doIf",
							["=", ["readVariable", "@Gloss"], "1"],
							[["penColor:", -5395027],
								["call",
									"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
									["readVariable", "face_x"],
									["readVariable", "face_y"],
									["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]],
									["readVariable", "face_size"],
									4,
									90,
									0,
									["=", "1", "1"]],
								["call",
									"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
									["readVariable", "face_x"],
									["readVariable", "face_y"],
									["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]],
									["readVariable", "face_size"],
									4,
									-180,
									-270,
									["=", "1", "1"]],
								["call",
									"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
									["readVariable", "face_x"],
									["readVariable", "face_y"],
									["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]],
									["\/", ["readVariable", "face_size"], 5],
									4,
									90,
									-270,
									["=", "1", "1"]]]],
						["penColor:", -13553358],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							["readVariable", "face_y"],
							["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]],
							["readVariable", "face_size"],
							4,
							90,
							-270,
							false],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							-160,
							["\/", ["*", ["readVariable", "rot_sine"], ["readVariable", "face_size"]], 1.5],
							["\/", ["readVariable", "face_size"], 20],
							4,
							90,
							-270,
							["=", "1", "1"]]]],
				[1920,
					681,
					[["whenIReceive", "Stopwatch"],
						["setVar:to:", "face_x", 0],
						["setVar:to:", "face_y", "-120"],
						["setVar:to:", "face_size", "10"],
						["setVar:to:", "face_rot", "90"],
						["setVar:to:", "@Mode", "1"],
						["setVar:to:", "_lastselected", "STOPWATCH"],
						["call", "Render %b", false],
						["wait:elapsed:from:", 0.5],
						["doRepeat",
							35,
							[["call", "Render %b", false],
								["changeVar:by:", "face_y", ["\/", ["-", 0, ["readVariable", "face_y"]], 10]],
								["changeVar:by:", "face_rot", ["\/", ["-", 450, ["readVariable", "face_rot"]], 8]],
								["changeVar:by:", "face_size", ["\/", ["-", 100, ["readVariable", "face_size"]], 10]]]],
						["doUntil",
							["keyPressed:", "space"],
							[["call", "Render %b", false],
								["call", "Update"],
								["call",
									"\\@Get Distance: %n %n | %n %n",
									["mouseX"],
									["mouseY"],
									["+",
										["readVariable", "face_x"],
										["-", "", ["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 3.5]]]],
									["readVariable", "face_y"]],
								["doIf",
									["&",
										["&",
											["<", ["readVariable", "_rt"], ["\/", ["readVariable", "face_size"], 9]],
											["mousePressed"]],
										["=", ["readVariable", "stopwatch_canstart?"], "1"]],
									[["setVar:to:", "stopwatch_status", "1"], ["setVar:to:", "stop_status", 0]]],
								["call",
									"\\@Get Distance: %n %n | %n %n",
									["mouseX"],
									["mouseY"],
									["+",
										["readVariable", "face_x"],
										["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 3.5]]],
									["readVariable", "face_y"]],
								["doIf",
									["&",
										["<", ["readVariable", "_rt"], ["\/", ["readVariable", "face_size"], 9]],
										["mousePressed"]],
									[["setVar:to:", "stopwatch_status", "0"], ["broadcast:", "buttontest"]]]]],
						["stopScripts", "other scripts in sprite"],
						["doRepeat",
							40,
							[["call", "Render %b", false],
								["changeVar:by:", "face_y", ["\/", ["-", -122, ["readVariable", "face_y"]], 10]],
								["changeVar:by:", "face_rot", ["\/", ["-", 70, ["readVariable", "face_rot"]], 15]],
								["changeVar:by:", "face_size", ["\/", ["-", 9, ["readVariable", "face_size"]], 10]]]],
						["broadcast:", "Select"]]],
				[586,
					671,
					[["whenIReceive", "Stopwatch"],
						["setVar:to:", "stopwatch_status", 0],
						["setVar:to:", "stop_status", 0],
						["setVar:to:", "stopwatch_canstart?", "1"],
						["doForever",
							[["doWaitUntil", ["=", ["readVariable", "stopwatch_status"], "1"]],
								["doUntil",
									["=", ["readVariable", "stopwatch_status"], "0"],
									[["changeVar:by:", "stopwatch", 0.1], ["wait:elapsed:from:", 0.1]]]]]]],
				[2655,
					798,
					[["whenIReceive", "buttontest"],
						["doWaitUntil", ["not", ["mousePressed"]]],
						["doIfElse",
							["=", ["readVariable", "stop_status"], "0"],
							[["setVar:to:", "stop_status", "1"]],
							[["setVar:to:", "stop_status", 0],
								["setVar:to:", "stopwatch_canstart?", 0],
								["doUntil",
									["<", ["readVariable", "stopwatch"], "0.05"],
									[["changeVar:by:", "stopwatch", ["\/", ["-", 0, ["readVariable", "stopwatch"]], 7]]]],
								["setVar:to:", "stopwatch", 0],
								["setVar:to:", "stopwatch_canstart?", "1"]]]]],
				[2655,
					1128,
					[["procDef", "Stopwatch", [], [], true],
						["penColor:", -1566696],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["+",
								["readVariable", "face_x"],
								["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 3.5]]],
							["readVariable", "face_y"],
							["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 10]],
							["\/", ["readVariable", "face_size"], 10],
							1,
							90,
							-270,
							["=", "", ""]],
						["penColor:", -10701038],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["+",
								["readVariable", "face_x"],
								["-", "", ["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 3.5]]]],
							["readVariable", "face_y"],
							["*", ["readVariable", "rot_sine"], ["\/", ["readVariable", "face_size"], 10]],
							["\/", ["readVariable", "face_size"], 10],
							1,
							90,
							-270,
							["=", "", ""]],
						["penColor:", 4047582],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							["readVariable", "face_y"],
							["*",
								["readVariable", "rot_sine"],
								["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]]],
							["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 5]],
							["\/", ["readVariable", "face_size"], 15],
							90,
							["-", 90, ["*", ["%", ["readVariable", "stopwatch"], 60], 6]],
							false],
						["penColor:", -16777216],
						["putPenDown"],
						["changeXposBy:", 1],
						["changeXposBy:", -1],
						["putPenUp"],
						["penColor:", 16483398],
						["call",
							"Circle|Pos: %n %n Radii: %n %n Pen Size: %n DegS\/E %n %n Fill %b",
							["readVariable", "face_x"],
							["readVariable", "face_y"],
							["*",
								["readVariable", "rot_sine"],
								["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 3]]],
							["-", ["readVariable", "face_size"], ["\/", ["readVariable", "face_size"], 3]],
							["\/", ["readVariable", "face_size"], 15],
							90,
							["-",
								90,
								["\/", ["-", ["readVariable", "stopwatch"], ["%", ["readVariable", "stopwatch"], 60]], 10]],
							false],
						["penColor:", -16777216],
						["putPenDown"],
						["changeXposBy:", 1],
						["changeXposBy:", -1],
						["putPenUp"]]],
				[586,
					357,
					[["whenKeyPressed", "o"],
						["setVar:to:", "menu", ["-", 1, ["readVariable", "menu"]]],
						["doIfElse",
							["=", ["readVariable", "menu"], "1"],
							[["showVariable:", "Rendertime"], ["showVariable:", "fps"], ["showVariable:", "@Mode"], ["showVariable:", "@Gloss"]],
							[["hideVariable:", "Rendertime"], ["hideVariable:", "fps"], ["hideVariable:", "@Mode"], ["hideVariable:", "@Gloss"]]]]],
				[586,
					10,
					[["procDef", "Init", [], [], true],
						["clearPenTrails"],
						["hide"],
						["setVar:to:", "face_x", "0"],
						["setVar:to:", "face_y", "-120"],
						["setVar:to:", "face_rot", "90"],
						["setVar:to:", "@Mode", "1"],
						["setVar:to:", "sine", 0],
						["setVar:to:", "v", "0"],
						["setVar:to:", "menu", "0"],
						["setVar:to:", "face_size", "10"],
						["deleteLine:ofList:", "all", "tmp"],
						["append:toList:", "45", "tmp"],
						["append:toList:", "45", "tmp"]]],
				[586,
					936,
					[["procDef", "Update2", [], [], true],
						["doIfElse",
							["=", ["readVariable", "@Mode"], "0"],
							[["call", "\\@Get Distance: %n %n | %n %n", ["readVariable", "face_x"], ["readVariable", "face_y"], ["mouseX"], ["mouseY"]],
								["doIfElse",
									["&",
										["<", ["readVariable", "_rt"], ["getLine:ofList:", 1, "tmp"]],
										["<", ["getLine:ofList:", 1, "tmp"], "55"]],
									[["setLine:ofList:to:",
											1,
											"tmp",
											["+",
												["getLine:ofList:", 1, "tmp"],
												["\/", ["-", 55, ["getLine:ofList:", 1, "tmp"]], 7]]]],
									[["doIf",
											["&",
												[">", ["getLine:ofList:", 1, "tmp"], "45"],
												[">", ["readVariable", "_rt"], ["getLine:ofList:", 1, "tmp"]]],
											[["setLine:ofList:to:",
													1,
													"tmp",
													["+",
														["getLine:ofList:", 1, "tmp"],
														["\/", ["-", 45, ["getLine:ofList:", 1, "tmp"]], 7]]]]]]]],
							[["call", "\\@Get Distance: %n %n | %n %n", ["readVariable", "face_x"], ["readVariable", "face_y"], ["mouseX"], ["mouseY"]],
								["doIfElse",
									["&",
										["<", ["readVariable", "_rt"], ["getLine:ofList:", 2, "tmp"]],
										["<", ["getLine:ofList:", 2, "tmp"], "55"]],
									[["setLine:ofList:to:",
											2,
											"tmp",
											["+",
												["getLine:ofList:", 2, "tmp"],
												["\/", ["-", 55, ["getLine:ofList:", 2, "tmp"]], 7]]]],
									[["doIf",
											["&",
												[">", ["getLine:ofList:", 2, "tmp"], "45"],
												[">", ["readVariable", "_rt"], ["getLine:ofList:", 2, "tmp"]]],
											[["setLine:ofList:to:",
													2,
													"tmp",
													["+",
														["getLine:ofList:", 2, "tmp"],
														["\/", ["-", 45, ["getLine:ofList:", 2, "tmp"]], 7]]]]]]]]]]],
				[10,
					127,
					[["whenIReceive", "Select"],
						["call", "Init"],
						["doIf",
							["not", ["=", ["readVariable", "_lastselected"], "STOPWATCH"]],
							[["setVar:to:", "@Mode", "0"]]],
						["call", "Render %b", false],
						["wait:elapsed:from:", 0.5],
						["doUntil",
							[">", ["readVariable", "face_rot"], "447"],
							[["doIfElse",
									["=", ["readVariable", "_lastselected"], "STOPWATCH"],
									[["setVar:to:", "face_x", ["-", "", ["\/", ["readVariable", "v"], 2]]],
										["call", "Render %b", false],
										["changeVar:by:", "face_x", ["readVariable", "v"]],
										["setVar:to:", "@Mode", "1"],
										["call", "Render %b", ["=", "", ""]],
										["changeVar:by:", "face_x", ["-", "", ["readVariable", "v"]]],
										["setVar:to:", "@Mode", "0"]],
									[["setVar:to:", "face_x", ["\/", ["readVariable", "v"], 2]],
										["call", "Render %b", false],
										["changeVar:by:", "face_x", ["-", "", ["readVariable", "v"]]],
										["setVar:to:", "@Mode", "0"],
										["call", "Render %b", ["=", "", ""]],
										["changeVar:by:", "face_x", ["readVariable", "v"]],
										["setVar:to:", "@Mode", "1"]]],
								["changeVar:by:", "v", ["\/", ["-", 163, ["readVariable", "v"]], 7]],
								["changeVar:by:", "face_y", ["\/", ["-", 1, ["readVariable", "face_y"]], 7]],
								["changeVar:by:", "face_size", ["\/", ["-", 46, ["readVariable", "face_size"]], 7]],
								["changeVar:by:", "face_rot", ["\/", ["-", 450, ["readVariable", "face_rot"]], 6]]]],
						["setVar:to:", "face_x", "-80"],
						["setVar:to:", "face_rot", "450"],
						["setVar:to:", "@Mode", 0],
						["doUntil",
							["&",
								["mousePressed"],
								["|",
									[">", ["getLine:ofList:", 1, "tmp"], "50"],
									[">", ["getLine:ofList:", 2, "tmp"], "50"]]],
							[["setVar:to:", "face_size", ["getLine:ofList:", 1, "tmp"]],
								["call", "Render %b", false],
								["call", "Update2"],
								["changeVar:by:", "face_x", 160],
								["setVar:to:", "@Mode", "1"],
								["setVar:to:", "face_size", ["getLine:ofList:", 2, "tmp"]],
								["call", "Render %b", ["=", "", ""]],
								["call", "Update2"],
								["changeVar:by:", "face_x", -160],
								["setVar:to:", "@Mode", 0],
								["setVar:to:", "face_y", ["*", ["computeFunction:of:", "sin", ["readVariable", "sine"]], 20]],
								["changeVar:by:", "sine", 4]]],
						["setVar:to:", "sto1", ["getLine:ofList:", 1, "tmp"]],
						["setVar:to:", "sto2", ["getLine:ofList:", 2, "tmp"]],
						["setVar:to:", "v", "160"],
						["doIfElse",
							[">", ["readVariable", "sto1"], "50"],
							[["setVar:to:", "@Mode", "1"]],
							[["setVar:to:", "@Mode", "0"]]],
						["doUntil",
							["<", ["computeFunction:of:", "abs", ["rounded", ["readVariable", "v"]]], "1"],
							[["doIfElse",
									[">", ["readVariable", "sto1"], "50"],
									[["setVar:to:", "face_size", ["getLine:ofList:", 2, "tmp"]],
										["setVar:to:", "face_x", ["\/", ["readVariable", "v"], 2]],
										["call", "Render %b", false],
										["changeVar:by:", "face_x", ["-", "", ["readVariable", "v"]]],
										["setVar:to:", "face_size", ["getLine:ofList:", 1, "tmp"]],
										["setVar:to:", "@Mode", "0"],
										["call", "Render %b", ["=", "", ""]],
										["changeVar:by:", "face_x", ["readVariable", "v"]],
										["setVar:to:", "@Mode", "1"]],
									[["setVar:to:", "face_size", ["getLine:ofList:", 1, "tmp"]],
										["setVar:to:", "face_x", ["-", "", ["\/", ["readVariable", "v"], 2]]],
										["call", "Render %b", false],
										["changeVar:by:", "face_x", ["readVariable", "v"]],
										["setVar:to:", "face_size", ["getLine:ofList:", 2, "tmp"]],
										["setVar:to:", "@Mode", "1"],
										["call", "Render %b", ["=", "", ""]],
										["changeVar:by:", "face_x", ["-", "", ["readVariable", "v"]]],
										["setVar:to:", "@Mode", 0]]],
								["changeVar:by:", "v", ["\/", ["-", -1, ["readVariable", "v"]], 7]],
								["changeVar:by:", "face_y", ["\/", ["-", -121, ["readVariable", "face_y"]], 6]],
								["changeVar:by:", "face_rot", ["\/", ["-", 90, ["readVariable", "face_rot"]], 6]],
								["setLine:ofList:to:",
									1,
									"tmp",
									["+",
										["getLine:ofList:", 1, "tmp"],
										["\/", ["-", 10, ["getLine:ofList:", 1, "tmp"]], 6]]],
								["setLine:ofList:to:",
									2,
									"tmp",
									["+",
										["getLine:ofList:", 2, "tmp"],
										["\/", ["-", 10, ["getLine:ofList:", 2, "tmp"]], 6]]]]],
						["doIfElse",
							[">", ["readVariable", "sto1"], "50"],
							[["broadcast:", "Clock"]],
							[["broadcast:", "Stopwatch"]]]]]],
			"sounds": [{
					"soundName": "meow",
					"soundID": -1,
					"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
					"sampleCount": 18688,
					"rate": 22050,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "costume2",
					"baseLayerID": -1,
					"baseLayerMD5": "b556205dfca25b4584a0cef3ea65a7fc.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 253,
					"rotationCenterY": 195
				}],
			"currentCostumeIndex": 0,
			"scratchX": 80,
			"scratchY": 49.987816540381914,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 1,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "t",
			"color": 15629590,
			"label": "t",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 5,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "rot_sine",
			"color": 15629590,
			"label": "rot_sine",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 221,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "sine",
			"color": 15629590,
			"label": "sine",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 248,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "_rt",
			"color": 15629590,
			"label": "_rt",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 194,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "sto1",
			"color": 15629590,
			"label": "sto1",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 112,
			"y": 113,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "sto2",
			"color": 15629590,
			"label": "sto2",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 112,
			"y": 140,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "menu",
			"color": 15629590,
			"label": "menu",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 118,
			"y": 64,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "stopwatch_status",
			"color": 15629590,
			"label": "stopwatch_status",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 2,
			"y": 11,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "stop_status",
			"color": 15629590,
			"label": "stop_status",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 3,
			"y": 98,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "stopwatch",
			"color": 15629590,
			"label": "stopwatch",
			"mode": 2,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 12,
			"y": 61,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "face_x",
			"color": 15629590,
			"label": "face_x",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 113,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "v",
			"color": 15629590,
			"label": "v",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 112,
			"y": 37,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "_lastselected",
			"color": 15629590,
			"label": "_lastselected",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 128,
			"y": 167,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "face_size",
			"color": 15629590,
			"label": "face_size",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 86,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "face_y",
			"color": 15629590,
			"label": "face_y",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 140,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "face_rot",
			"color": 15629590,
			"label": "face_rot",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 167,
			"visible": false
		},
		{
			"objName": "thumb",
			"scripts": [[22,
					57,
					[["whenGreenFlag"],
						["gotoX:y:", 0, 0],
						["show"],
						["wait:elapsed:from:", 0.5],
						["doRepeat", 13, [["changeYposBy:", ["\/", ["+", ["ypos"], 2], 2]]]],
						["hide"]]],
				[271, 137, [["gotoX:y:", 0, 0], ["show"]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "thumb",
					"baseLayerID": -1,
					"baseLayerMD5": "b43a756cef04226cc4081f876a8f3d1e.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 261,
					"rotationCenterY": 194
				}],
			"currentCostumeIndex": 0,
			"scratchX": 0,
			"scratchY": 0,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 2,
			"visible": true,
			"spriteInfo": {
			}
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "stopwatch_canstart?",
			"color": 15629590,
			"label": "stopwatch_canstart?",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 119,
			"y": 194,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "Rendertime",
			"color": 15629590,
			"label": "Rendertime",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 10,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "fps",
			"color": 15629590,
			"label": "fps",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 4,
			"y": 34,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "@Mode",
			"color": 15629590,
			"label": "@Mode",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 60,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "@Gloss",
			"color": 15629590,
			"label": "@Gloss",
			"mode": 3,
			"sliderMin": 0,
			"sliderMax": 1,
			"isDiscrete": true,
			"x": 4,
			"y": 87,
			"visible": false
		},
		{
			"listName": "tmp",
			"contents": ["45", "45"],
			"isPersistent": false,
			"x": -14,
			"y": 295,
			"width": 140,
			"height": 240,
			"visible": false
		}],
	"info": {
		"spriteCount": 2,
		"flashVersion": "MAC 15,0,0,152",
		"swfVersion": "v425",
		"videoOn": false,
		"userAgent": "Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/37.0.2062.120 Safari\/537.36",
		"projectID": "27686360",
		"scriptCount": 17
	}
}