{
	"objName": "Stage",
	"variables": [{
			"name": "HP",
			"value": 0,
			"isPersistent": false
		},
		{
			"name": "Time Survived",
			"value": 52.301,
			"isPersistent": false
		},
		{
			"name": "GravityDir",
			"value": "1",
			"isPersistent": false
		},
		{
			"name": "Begin",
			"value": "1",
			"isPersistent": false
		},
		{
			"name": "☁ HighScore",
			"value": "257.73",
			"isPersistent": true
		}],
	"scripts": [[58,
			26,
			[["whenGreenFlag"],
				["setGraphicEffect:to:", "brightness", -26],
				["setVolumeTo:", 50],
				["doForever", [["doPlaySoundAndWait", "megalovania.mp3"]]]]],
		[61,
			426,
			[["whenIReceive", "lose"],
				["stopScripts", "other scripts in stage"],
				["doRepeat", 50, [["changeVolumeBy:", -1]]],
				["stopAllSounds"],
				["setVolumeTo:", 50],
				["playSound:", "UnderTale Demo  Game Over Theme.mp3"]]],
		[60,
			206,
			[["whenIReceive", "lose"],
				["doIf",
					["<", ["readVariable", "☁ HighScore"], ["readVariable", "Time Survived"]],
					[["setVar:to:", "☁ HighScore", ["readVariable", "Time Survived"]]]]]]],
	"sounds": [{
			"soundName": "pop",
			"soundID": -1,
			"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
			"sampleCount": 258,
			"rate": 11025,
			"format": ""
		},
		{
			"soundName": "megalovania.mp3",
			"soundID": -1,
			"md5": "8aedc45da5b4ca261c6d47c4c983866f.wav",
			"sampleCount": 3780288,
			"rate": 22050,
			"format": "adpcm"
		},
		{
			"soundName": "UnderTale Demo  Game Over Theme.mp3",
			"soundID": -1,
			"md5": "ad4e33848434f0bea743ff50b49773d3.wav",
			"sampleCount": 1054656,
			"rate": 22050,
			"format": "adpcm"
		}],
	"costumes": [{
			"costumeName": "backdrop1",
			"baseLayerID": -1,
			"baseLayerMD5": "521cb1871c0acbdd117d5c2a7e683717.png",
			"bitmapResolution": 2,
			"rotationCenterX": 480,
			"rotationCenterY": 360
		},
		{
			"costumeName": "Last Corridor",
			"baseLayerID": -1,
			"baseLayerMD5": "57b0dc389f9c5ce2ff10410fabae08eb.svg",
			"bitmapResolution": 1,
			"rotationCenterX": 240,
			"rotationCenterY": 180
		}],
	"currentCostumeIndex": 1,
	"penLayerMD5": "5c81a336fab8be57adc039a8a2b33ca9.png",
	"penLayerID": -1,
	"tempoBPM": 20,
	"videoAlpha": 0.5,
	"children": [{
			"objName": "Sans",
			"variables": [{
					"name": "Boss Gravity",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "CloneID",
					"value": "GasterBlaster",
					"isPersistent": false
				},
				{
					"name": "Counter",
					"value": 385,
					"isPersistent": false
				},
				{
					"name": "random",
					"value": "-999",
					"isPersistent": false
				},
				{
					"name": "gravity",
					"value": 1,
					"isPersistent": false
				},
				{
					"name": "Dir",
					"value": "180",
					"isPersistent": false
				},
				{
					"name": "Counter2",
					"value": "125",
					"isPersistent": false
				}],
			"scripts": [[511,
					10,
					[["whenGreenFlag"],
						["setRotationStyle", "don't rotate"],
						["lookLike:", "sans"],
						["setVar:to:", "Boss Gravity", 0],
						["gotoX:y:", 138, -90],
						["goBackByLayers:", 999],
						["setSizeTo:", 20],
						["doForever",
							[["doIfElse",
									["touching:", "Ground"],
									[["setVar:to:", "Boss Gravity", 0],
										["doUntil", ["not", ["touching:", "Ground"]], [["changeYposBy:", 0.5]]],
										["wait:elapsed:from:", 1]],
									[["changeYposBy:", ["readVariable", "Boss Gravity"]], ["changeVar:by:", "Boss Gravity", -0.5]]]]]]],
				[10,
					251,
					[["whenCloned"],
						["filterReset"],
						["doIfElse",
							["=", ["readVariable", "CloneID"], "Aim"],
							[["setSizeTo:", 10],
								["lookLike:", "bone"],
								["setRotationStyle", "all around"],
								["doRepeat", 10, [["forward:", 10], ["turnRight:", 15]]],
								["doRepeat", 12, [["turnRight:", 30]]],
								["pointTowards:", "Frisk\/Chara"],
								["doRepeat", 10, [["forward:", 16]]],
								["doUntil", ["touching:", "_edge_"], [["forward:", 16]]]],
							[["doIfElse",
									["=", ["readVariable", "CloneID"], "Wave"],
									[["setSizeTo:", 20],
										["lookLike:", "bone"],
										["setRotationStyle", "all around"],
										["heading:", 0],
										["xpos:", 225],
										["ypos:", -145],
										["changeYposBy:", ["-", ["*", 40, ["computeFunction:of:", "sin", ["readVariable", "Counter"]]], 10]],
										["goBackByLayers:", 999],
										["wait:elapsed:from:", 0.0001],
										["changeXposBy:", -15],
										["doUntil", ["touching:", "_edge_"], [["changeXposBy:", -15]]]],
									[["doIfElse",
											["=", ["readVariable", "CloneID"], "Rain"],
											[["setRotationStyle", "all around"],
												["setSizeTo:", 10],
												["lookLike:", "bone"],
												["setVar:to:", "random", ["randomFrom:to:", -15, 15]],
												["doUntil",
													["touching:", "_edge_"],
													[["changeYposBy:", 10],
														["changeXposBy:", ["readVariable", "random"]],
														["turnRight:", ["*", ["readVariable", "random"], 3]]]],
												["hide"],
												["wait:elapsed:from:", 1],
												["show"],
												["setVar:to:", "gravity", ["randomFrom:to:", 0, -3]],
												["doUntil",
													["<", ["ypos"], "-125"],
													[["changeYposBy:", ["readVariable", "gravity"]], ["turnLeft:", 24], ["changeVar:by:", "gravity", -0.5]]]],
											[["doIfElse",
													["=", ["readVariable", "CloneID"], "GasterBlaster"],
													[["setSizeTo:", 50],
														["setRotationStyle", "all around"],
														["lookLike:", "gaster"],
														["doIfElse",
															["=", ["randomFrom:to:", 1, 2], "1"],
															[["gotoX:y:", ["getAttribute:of:", "x position", "Frisk\/Chara"], ["randomFrom:to:", 0, 150]]],
															[["gotoX:y:", ["randomFrom:to:", -230, 230], ["randomFrom:to:", 0, 150]]]],
														["pointTowards:", "Frisk\/Chara"],
														["setVar:to:", "CloneID", "Laser"],
														["setGraphicEffect:to:", "brightness", -100],
														["doRepeat", 10, [["wait:elapsed:from:", 0.05], ["changeGraphicEffect:by:", "brightness", 20]]],
														["createCloneOf", "_myself_"],
														["doRepeat", 10, [["wait:elapsed:from:", 0.05], ["changeGraphicEffect:by:", "brightness", -20]]]],
													[["doIfElse",
															["=", ["readVariable", "CloneID"], "Laser"],
															[["filterReset"],
																["setSizeTo:", 125],
																["forward:", 300],
																["goBackByLayers:", 999],
																["lookLike:", "costume1"],
																["doRepeat", 10, [["changeGraphicEffect:by:", "brightness", -10]]]],
															[["doIfElse",
																	["=", ["readVariable", "CloneID"], "Gravity"],
																	[["setSizeTo:", 15],
																		["comeToFront"],
																		["lookLike:", "bone"],
																		["setRotationStyle", "all around"],
																		["xpos:", ["readVariable", "Counter"]],
																		["ypos:", ["readVariable", "random"]],
																		["wait:elapsed:from:", 0.75],
																		["show"],
																		["doRepeat", 5, [["forward:", 15]]],
																		["doRepeat", 5, [["changeGraphicEffect:by:", "ghost", 20]]]],
																	[["doIfElse",
																			["=", ["readVariable", "CloneID"], "GasterBlaster2"],
																			[["setSizeTo:", 50],
																				["setRotationStyle", "all around"],
																				["lookLike:", "gaster"],
																				["gotoX:y:", ["readVariable", "Counter"], ["readVariable", "Counter2"]],
																				["heading:", ["readVariable", "Dir"]],
																				["setVar:to:", "CloneID", "Laser"],
																				["setGraphicEffect:to:", "brightness", -100],
																				["doRepeat", 10, [["wait:elapsed:from:", 0.05], ["changeGraphicEffect:by:", "brightness", 20]]],
																				["createCloneOf", "_myself_"],
																				["doRepeat", 10, [["wait:elapsed:from:", 0.05], ["changeGraphicEffect:by:", "brightness", -20]]]],
																			[["doIfElse",
																					["=", ["readVariable", "CloneID"], "Top"],
																					[["heading:", 180],
																						["lookLike:", "bone"],
																						["setRotationStyle", "all around"],
																						["doIfElse",
																							["=", ["readVariable", "Counter"], "Left"],
																							[["gotoX:y:", 240, -30], ["doRepeat", 48, [["changeXposBy:", -10]]]],
																							[["gotoX:y:", -240, -30], ["doRepeat", 48, [["changeXposBy:", 10]]]]]],
																					[["doIfElse",
																							["=", ["readVariable", "CloneID"], "Bottom"],
																							[["heading:", 180],
																								["lookLike:", "bone"],
																								["setRotationStyle", "all around"],
																								["doIfElse",
																									["=", ["readVariable", "Counter"], "Left"],
																									[["gotoX:y:", -240, -115], ["doRepeat", 48, [["changeXposBy:", 10]]]],
																									[["gotoX:y:", 240, -115], ["doRepeat", 48, [["changeXposBy:", -10]]]]]],
																							[["doIfElse",
																									["=", ["readVariable", "CloneID"], "Bone"],
																									null,
																									[["doIfElse", ["=", ["readVariable", "CloneID"], "Bone"], null, null]]]]]]]]]]]]]]]]]]]]],
						["deleteClone"]]],
				[814,
					530,
					[["procDef", "Bonerain", [], [], false],
						["lookLike:", "sansup"],
						["setVar:to:", "CloneID", "Rain"],
						["doRepeat", 3, [["doRepeat", 10, [["createCloneOf", "_myself_"]]], ["wait:elapsed:from:", 0.1]]],
						["lookLike:", "sansdown"],
						["wait:elapsed:from:", 0.33]]],
				[511,
					448,
					[["procDef", "Aimed", [], [], false],
						["setVar:to:", "CloneID", "Aim"],
						["lookLike:", "sans"],
						["doRepeat", 3, [["call", "Ring %n %n", 12, 360], ["wait:elapsed:from:", 1]]]]],
				[10,
					84,
					[["procDef", "Ring %n %n", ["No.", "Range"], [1, 1], true],
						["doRepeat",
							["getParam", "No.", "r"],
							[["createCloneOf", "_myself_"],
								["turnRight:", ["\/", ["getParam", "Range", "r"], ["getParam", "No.", "r"]]]]]]],
				[814,
					800,
					[["whenGreenFlag"],
						["doForever",
							[["doIf",
									["<", ["distanceTo:", "Frisk\/Chara"], "85"],
									[["doRepeat", 5, [["changeGraphicEffect:by:", "brightness", -20]]],
										["xpos:", ["*", ["xpos"], -1]],
										["doRepeat", 5, [["changeGraphicEffect:by:", "brightness", 20]]]]]]]]],
				[814, 10, [["whenIReceive", "lose"], ["stopScripts", "other scripts in sprite"], ["deleteClone"]]],
				[1123,
					10,
					[["procDef", "ConsecutiveOpening", [], [], false],
						["wait:elapsed:from:", 1],
						["doRepeat", 3, [["call", "BoneWave"], ["wait:elapsed:from:", 0.2]]],
						["call", "BoneTopBottom"],
						["wait:elapsed:from:", 1],
						["call", "SweepingBlaster"],
						["wait:elapsed:from:", 1],
						["call", "Gravity %s", ""],
						["wait:elapsed:from:", 0.5],
						["call", "Gravity %s", ""],
						["wait:elapsed:from:", 0.33],
						["call", "Gravity %s", ""],
						["wait:elapsed:from:", 0.25],
						["call", "Gravity %s", ""],
						["wait:elapsed:from:", 1],
						["doRepeat",
							3,
							[["setVar:to:", "CloneID", "GasterBlaster"],
								["doRepeat", 3, [["call", "Ring %n %n", 1, 360]]],
								["wait:elapsed:from:", 1]]],
						["call", "Aimed"],
						["wait:elapsed:from:", 1],
						["call", "AlternatingBlaster"],
						["wait:elapsed:from:", 1],
						["doRepeat", 3, [["call", "Bonerain"], ["wait:elapsed:from:", 1]]],
						["wait:elapsed:from:", 1]]],
				[511,
					636,
					[["procDef", "RandomEnding", [], [], false],
						["doForever",
							[["doIfElse",
									["=", ["randomFrom:to:", 1, 3], "1"],
									[["doIfElse",
											["=", ["randomFrom:to:", 1, 2], "1"],
											[["doIfElse",
													["=", ["randomFrom:to:", 1, 2], "1"],
													[["doRepeat", 3, [["call", "BoneWave"], ["wait:elapsed:from:", 0.2]]]],
													[["call", "AlternatingBlaster"], ["wait:elapsed:from:", 1]]]],
											[["doIfElse",
													["=", ["randomFrom:to:", 1, 2], "1"],
													[["doRepeat",
															3,
															[["setVar:to:", "CloneID", "GasterBlaster"],
																["doRepeat", 3, [["call", "Ring %n %n", 1, 360]]],
																["wait:elapsed:from:", 1]]]],
													[["call", "BoneTopBottom"], ["wait:elapsed:from:", 1]]]]]],
									[["doIfElse",
											["=", ["randomFrom:to:", 1, 2], "1"],
											[["doIfElse",
													["=", ["randomFrom:to:", 1, 2], "1"],
													[["call", "Aimed"], ["wait:elapsed:from:", 1]],
													[["call", "Gravity %s", ""],
														["wait:elapsed:from:", 0.75],
														["call", "Gravity %s", ""],
														["wait:elapsed:from:", 0.5],
														["call", "Gravity %s", ""],
														["wait:elapsed:from:", 0.25],
														["call", "Gravity %s", ""],
														["wait:elapsed:from:", 1]]]],
											[["doIfElse",
													["=", ["randomFrom:to:", 1, 2], "1"],
													[["doRepeat", 3, [["call", "Bonerain"], ["wait:elapsed:from:", 1]]], ["wait:elapsed:from:", 1]],
													[["call", "SweepingBlaster"], ["wait:elapsed:from:", 1]]]]]]]]]]],
				[896.05,
					1317.4,
					[["procDef", "HorizLine", [], [], true],
						["setVar:to:", "Counter", "-240"],
						["doIfElse",
							["=", ["readVariable", "GravityDir"], "1"],
							[["setVar:to:", "random", "-999"], ["heading:", 0]],
							[["setVar:to:", "random", "999"], ["heading:", 180]]],
						["doRepeat", 25, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", 20]]]]],
				[820,
					192,
					[["procDef", "BoneWave", [], [], false],
						["lookLike:", "sansup"],
						["setVar:to:", "CloneID", "Wave"],
						["heading:", -90],
						["setVar:to:", "Counter", "1"],
						["doRepeat", 6, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", 15], ["wait:elapsed:from:", 0.005]]],
						["doRepeat", 6, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", -15], ["wait:elapsed:from:", 0.005]]]]],
				[332,
					103,
					[["whenGreenFlag"],
						["doWaitUntil", ["=", ["readVariable", "Begin"], "1"]],
						["call", "ConsecutiveOpening"],
						["doForever", [["call", "RandomEnding"]]]]],
				[877.65,
					1656.6,
					[["procDef", "Gravity %s", ["Dir"], [""], false],
						["setVar:to:", "CloneID", "Gravity"],
						["call", "HorizLine"],
						["wait:elapsed:from:", 1]]],
				[1043.65,
					1669.6,
					[["doIfElse",
							["=", ["randomFrom:to:", 1, 2], "1"],
							[["doIfElse",
									["=", ["randomFrom:to:", 1, 2], "1"],
									[["setVar:to:", "GravityDir", "1"], ["lookLike:", "sansdown"], ["call", "HorizLine"], ["broadcast:", "down"]],
									[["setVar:to:", "GravityDir", "1"]]]],
							[["doIfElse",
									["=", ["randomFrom:to:", 1, 2], "1"],
									[["broadcast:", "up"], ["setVar:to:", "GravityDir", "3"], ["lookLike:", "sansup"], ["call", "HorizLine"]],
									[["setVar:to:", "GravityDir", "4"], ["lookLike:", "sansright"], ["call", "HorizLine"]]]]]]],
				[908.85,
					2881.7,
					[["procDef", "BoneTopBottom", [], [], false],
						["doIfElse",
							["=", ["randomFrom:to:", 1, 2], "2"],
							[["setVar:to:", "Counter", "Left"]],
							[["setVar:to:", "Counter", "Right"]]],
						["doRepeat",
							5,
							[["setVar:to:", "CloneID", "Top"],
								["createCloneOf", "_myself_"],
								["wait:elapsed:from:", 0.45],
								["setVar:to:", "CloneID", "Bottom"],
								["createCloneOf", "_myself_"],
								["wait:elapsed:from:", 0.45]]]]],
				[546.9,
					2315.8,
					[["procDef", "SweepingBlaster", [], [], false],
						["setVar:to:", "CloneID", "GasterBlaster2"],
						["setVar:to:", "Dir", "180"],
						["setVar:to:", "Counter", "230"],
						["setVar:to:", "Counter2", "125"],
						["doRepeat",
							5,
							[["createCloneOf", "_myself_"],
								["setVar:to:", "Counter", ["*", ["readVariable", "Counter"], -1]],
								["createCloneOf", "_myself_"],
								["setVar:to:", "Counter", ["*", ["readVariable", "Counter"], -1]],
								["changeVar:by:", "Counter", -40]]],
						["doRepeat",
							2,
							[["wait:elapsed:from:", 2],
								["setVar:to:", "CloneID", "GasterBlaster"],
								["doRepeat", 20, [["createCloneOf", "_myself_"]]]]]]],
				[531.9,
					2804.7,
					[["procDef", "AlternatingBlaster", [], [], false],
						["setVar:to:", "CloneID", "GasterBlaster2"],
						["wait:elapsed:from:", 1],
						["setVar:to:", "Counter", "220"],
						["doRepeat", 5, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", -110]]],
						["changeVar:by:", "Counter", 55],
						["wait:elapsed:from:", 1],
						["doRepeat", 6, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", 110]]],
						["wait:elapsed:from:", 1],
						["setVar:to:", "Counter", "220"],
						["doRepeat", 5, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", -110]]],
						["changeVar:by:", "Counter", 55],
						["wait:elapsed:from:", 0.75],
						["doRepeat", 6, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", 110]]],
						["wait:elapsed:from:", 0.75],
						["setVar:to:", "Counter", "220"],
						["doRepeat", 5, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", -110]]],
						["changeVar:by:", "Counter", 55],
						["wait:elapsed:from:", 0.5],
						["doRepeat", 6, [["createCloneOf", "_myself_"], ["changeVar:by:", "Counter", 110]]],
						["wait:elapsed:from:", 0.5]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "sans",
					"baseLayerID": -1,
					"baseLayerMD5": "085f3a5bc791155bc0ebb217bdc3d048.png",
					"bitmapResolution": 2,
					"rotationCenterX": 238,
					"rotationCenterY": 354
				},
				{
					"costumeName": "sansup",
					"baseLayerID": -1,
					"baseLayerMD5": "9e86ce17b504601ff4841512a481a328.png",
					"bitmapResolution": 2,
					"rotationCenterX": 240,
					"rotationCenterY": 343
				},
				{
					"costumeName": "sansdown",
					"baseLayerID": -1,
					"baseLayerMD5": "3c4fd4b5e8d25005a652c8fd30580076.png",
					"bitmapResolution": 2,
					"rotationCenterX": 255,
					"rotationCenterY": 350
				},
				{
					"costumeName": "sansright",
					"baseLayerID": -1,
					"baseLayerMD5": "6c00a8da7f0c48fb35cdbb127ff4a76c.png",
					"bitmapResolution": 2,
					"rotationCenterX": 334,
					"rotationCenterY": 332
				},
				{
					"costumeName": "sanshrug",
					"baseLayerID": -1,
					"baseLayerMD5": "f2f812ca2670be54718d3ae336b71827.png",
					"bitmapResolution": 2,
					"rotationCenterX": 282,
					"rotationCenterY": 334
				},
				{
					"costumeName": "gaster",
					"baseLayerID": -1,
					"baseLayerMD5": "cb964fcc4f779fe41f25acd112350984.png",
					"bitmapResolution": 2,
					"rotationCenterX": 137,
					"rotationCenterY": 118
				},
				{
					"costumeName": "bone",
					"baseLayerID": -1,
					"baseLayerMD5": "afa0744a10a16926ff02f2f490039fe0.png",
					"bitmapResolution": 2,
					"rotationCenterX": 361,
					"rotationCenterY": 95
				},
				{
					"costumeName": "costume1",
					"baseLayerID": -1,
					"baseLayerMD5": "e4440ca8b4ddd47ba1b6ff03b67d6abe.png",
					"bitmapResolution": 2,
					"rotationCenterX": 474,
					"rotationCenterY": 38
				}],
			"currentCostumeIndex": 2,
			"scratchX": 138,
			"scratchY": -113.5,
			"scale": 0.2,
			"direction": 0,
			"rotationStyle": "none",
			"isDraggable": false,
			"indexInLibrary": 1,
			"visible": true,
			"spriteInfo": {
			}
		},
		{
			"objName": "Ground",
			"scripts": [[10, 10, [["whenGreenFlag"], ["setGraphicEffect:to:", "ghost", 0], ["gotoX:y:", 4, -1]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "Ground2",
					"baseLayerID": -1,
					"baseLayerMD5": "c52528533f6059abb38ea4a23f50e948.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 243,
					"rotationCenterY": 212
				}],
			"currentCostumeIndex": 0,
			"scratchX": 4,
			"scratchY": -1,
			"scale": 1.049219562955255,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 4,
			"visible": true,
			"spriteInfo": {
			}
		},
		{
			"objName": "BossHPBar",
			"variables": [{
					"name": "BossHP",
					"value": "100",
					"isPersistent": false
				}],
			"scripts": [[10,
					10,
					[["whenGreenFlag"],
						["setVar:to:", "BossHP", "100"],
						["doForever",
							[["gotoX:y:", ["-", ["*", ["readVariable", "BossHP"], 4.75], 475], 170]]]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "costume1",
					"baseLayerID": -1,
					"baseLayerMD5": "d17a96e5f3e0ca77ca8f441179145856.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 237,
					"rotationCenterY": 2
				}],
			"currentCostumeIndex": 0,
			"scratchX": 0,
			"scratchY": 170,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 3,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"objName": "Fader",
			"scripts": [[10,
					10,
					[["whenIReceive", "lose"],
						["hideVariable:", "HP"],
						["doIfElse",
							["<", ["readVariable", "☁ HighScore"], ["readVariable", "Time Survived"]],
							[["lookLike:", "New"]],
							[["lookLike:", "No"]]],
						["doRepeat", 20, [["changeGraphicEffect:by:", "ghost", -5]]]]],
				[36, 405, [["whenGreenFlag"], ["showVariable:", "HP"], ["setGraphicEffect:to:", "ghost", 100]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "New",
					"baseLayerID": -1,
					"baseLayerMD5": "681600a9ec72090f17cf35dbe83f6008.png",
					"bitmapResolution": 2,
					"rotationCenterX": 480,
					"rotationCenterY": 270
				},
				{
					"costumeName": "No",
					"baseLayerID": -1,
					"baseLayerMD5": "1f504a9c72a0e2c3b43d12abf3391ac2.png",
					"bitmapResolution": 2,
					"rotationCenterX": 480,
					"rotationCenterY": 270
				}],
			"currentCostumeIndex": 1,
			"scratchX": -1.9499999999999889,
			"scratchY": -4,
			"scale": 1.5,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 5,
			"visible": true,
			"spriteInfo": {
			}
		},
		{
			"objName": "Splash art",
			"scripts": [[10, 10, [["whenGreenFlag"], ["hide"]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "Sans",
					"baseLayerID": -1,
					"baseLayerMD5": "970a50e986f5347dd14651286c0f307b.png",
					"bitmapResolution": 1,
					"rotationCenterX": 120,
					"rotationCenterY": 180
				}],
			"currentCostumeIndex": 0,
			"scratchX": -3,
			"scratchY": 6,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 6,
			"visible": true,
			"spriteInfo": {
			}
		},
		{
			"objName": "Platform",
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "costume1",
					"baseLayerID": -1,
					"baseLayerMD5": "da91953ce8b3aae9a2cf3e84d2718ce0.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 24,
					"rotationCenterY": 13
				}],
			"currentCostumeIndex": 0,
			"scratchX": 190,
			"scratchY": -80,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 9,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"objName": "Text",
			"variables": [{
					"name": "Place",
					"value": 195,
					"isPersistent": false
				},
				{
					"name": "Off?",
					"value": "false",
					"isPersistent": false
				},
				{
					"name": "Text Speed",
					"value": "0.00001",
					"isPersistent": false
				},
				{
					"name": "Shaking?",
					"value": "false",
					"isPersistent": false
				},
				{
					"name": "Shake speed min",
					"value": "0.01",
					"isPersistent": false
				},
				{
					"name": "Shake speed max",
					"value": "0.1",
					"isPersistent": false
				},
				{
					"name": "YPlace",
					"value": "180",
					"isPersistent": false
				},
				{
					"name": "x",
					"value": 19,
					"isPersistent": false
				},
				{
					"name": "Letter?",
					"value": "A",
					"isPersistent": false
				}],
			"scripts": [[523,
					17,
					[["whenCloned"],
						["show"],
						["comeToFront"],
						["doIf",
							["not", ["=", ["costumeIndex"], "1"]],
							[["gotoX:y:", ["+", -215, ["readVariable", "Place"]], ["+", -60, ["readVariable", "YPlace"]]]]]]],
				[538,
					360,
					[["whenCloned"], ["doWaitUntil", ["=", ["readVariable", "Off?"], "true"]], ["deleteClone"]]],
				[399,
					442,
					[["whenGreenFlag"],
						["doForever",
							[["doIf",
									["=", ["readVariable", "Place"], "420"],
									[["changeVar:by:", "YPlace", -13], ["setVar:to:", "Place", "10"]]]]]]],
				[186,
					8,
					[["whenCloned"],
						["doForever",
							[["doIf",
									["=", ["readVariable", "Shaking?"], "true"],
									[["doIf",
											["not", ["=", ["costumeIndex"], "1"]],
											[["glideSecs:toX:y:elapsed:from:",
													["randomFrom:to:", ["readVariable", "Shake speed min"], ["readVariable", "Shake speed max"]],
													["xpos"],
													["+", ["ypos"], 1]],
												["glideSecs:toX:y:elapsed:from:",
													["randomFrom:to:", ["readVariable", "Shake speed min"], ["readVariable", "Shake speed max"]],
													["xpos"],
													["-", ["ypos"], 1]]]]]]]]]],
				[67,
					65,
					[["whenGreenFlag"],
						["hide"],
						["setVar:to:", "Off?", "false"],
						["setVar:to:", "Begin", 0],
						["setVar:to:", "Text Speed", "0.00001"],
						["setVar:to:", "Shaking?", "false"],
						["setVar:to:", "Shake speed min", "0.01"],
						["setVar:to:", "Shake speed max", "0.1"],
						["setVar:to:", "YPlace", "100"],
						["setVar:to:", "Place", 0],
						["call", "Say %s", "IT'S_A_BEAUTIFUL_DAY_OUTSIDE."],
						["call", "Say %s", "BIRDS_ARE_SINGING,_FLOWERS_ARE_BLOOMING..."],
						["call", "Say %s", "ON_DAYS_LIKE_THESE,_KIDS_LIKE_YOU..."],
						["setVar:to:", "Begin", "1"],
						["broadcast:", "start"]]],
				[892,
					178,
					[["procDef", "Say %s", ["text"], [""], false],
						["setVar:to:", "Off?", "false"],
						["setVar:to:", "Place", "5"],
						["setVar:to:", "YPlace", "180"],
						["setVar:to:", "x", "0"],
						["lookLike:", "Text Bar"],
						["gotoX:y:", 0, 100],
						["createCloneOf", "_myself_"],
						["lookLike:", "A"],
						["doRepeat",
							["stringLength:", ["getParam", "text", "r"]],
							[["changeVar:by:", "x", 1],
								["changeVar:by:", "Place", 10],
								["setVar:to:", "Letter?", ["letter:of:", ["readVariable", "x"], ["getParam", "text", "r"]]],
								["lookLike:", ["readVariable", "Letter?"]],
								["doIf", ["not", ["=", ["costumeIndex"], "32"]], [["playSound:", "sound"]]],
								["createCloneOf", "_myself_"],
								["wait:elapsed:from:", ["readVariable", "Text Speed"]]]],
						["wait:elapsed:from:", 1],
						["setVar:to:", "Off?", "true"]]],
				[49, 449, [["whenIReceive", "start"], ["deleteClone"]]],
				[110,
					556,
					[["whenGreenFlag"],
						["doForever",
							[["doIf",
									["keyPressed:", "z"],
									[["stopScripts", "other scripts in sprite"], ["setVar:to:", "Begin", "1"], ["broadcast:", "start"]]]]]]]],
			"sounds": [{
					"soundName": "sound",
					"soundID": -1,
					"md5": "0bbfa4630f08ea82043415b86829a833.wav",
					"sampleCount": 672,
					"rate": 22050,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "Text Bar",
					"baseLayerID": -1,
					"baseLayerMD5": "de0c0d31893f02ef26fc84cbaf391783.png",
					"bitmapResolution": 2,
					"rotationCenterX": 438,
					"rotationCenterY": 110
				},
				{
					"costumeName": "A",
					"baseLayerID": -1,
					"baseLayerMD5": "23b0011cdf6dd20528079ca05adbdebc.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "B",
					"baseLayerID": -1,
					"baseLayerMD5": "7b22cc73d29ecc60f32ab49efb88021f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "C",
					"baseLayerID": -1,
					"baseLayerMD5": "14678ca9fb9ff001aad42a51b254344d.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "D",
					"baseLayerID": -1,
					"baseLayerMD5": "9d398dbc5c287866007f3cb80fb8746d.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "E",
					"baseLayerID": -1,
					"baseLayerMD5": "9f784c4163e94275a654872cb6a9610a.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "F",
					"baseLayerID": -1,
					"baseLayerMD5": "4f372c593e5173edbe69ed2a9a48273d.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "G",
					"baseLayerID": -1,
					"baseLayerMD5": "76ac1a57199b0d4b2b3fe81c7e6f4467.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "H",
					"baseLayerID": -1,
					"baseLayerMD5": "1a16738c6925ca788631d1b33f210a7f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "I",
					"baseLayerID": -1,
					"baseLayerMD5": "be0b14275defd45397202e8fa9f3e2cd.png",
					"bitmapResolution": 2,
					"rotationCenterX": 6,
					"rotationCenterY": 12
				},
				{
					"costumeName": "J",
					"baseLayerID": -1,
					"baseLayerMD5": "63197de79a57b9ffd3903b71c09d3ede.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "K",
					"baseLayerID": -1,
					"baseLayerMD5": "3da5c96e60ebf7b15d181008311b1891.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "L",
					"baseLayerID": -1,
					"baseLayerMD5": "2bd6c23052d8c02685a44ffa2f5d5aea.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "M",
					"baseLayerID": -1,
					"baseLayerMD5": "faab8d273a7c11f7de286106ab6650ce.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "N",
					"baseLayerID": -1,
					"baseLayerMD5": "8ae1ee2a8a53d4bc7aca0e7946714f34.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "O",
					"baseLayerID": -1,
					"baseLayerMD5": "b3946f7aefa557a95b6265329c0cee96.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "P",
					"baseLayerID": -1,
					"baseLayerMD5": "22c678391c0a49fff9f56261a1e85d84.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "Q",
					"baseLayerID": -1,
					"baseLayerMD5": "14613d930729db7a64ca3aa3ab9b0902.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "R",
					"baseLayerID": -1,
					"baseLayerMD5": "e57c50403624bd03239f961e91260446.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "S",
					"baseLayerID": -1,
					"baseLayerMD5": "95f346f89bcee077ec5b6264f987babe.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "T",
					"baseLayerID": -1,
					"baseLayerMD5": "128882e62b81151eb19b2670d88b0501.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "U",
					"baseLayerID": -1,
					"baseLayerMD5": "e9dfd17f63bb2b4292e6fc2171c7b092.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "V",
					"baseLayerID": -1,
					"baseLayerMD5": "33d1028b700ec4e52dccf25b0d98c180.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "W",
					"baseLayerID": -1,
					"baseLayerMD5": "c288aaba192328fa63042b7ae524cab3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "X",
					"baseLayerID": -1,
					"baseLayerMD5": "fe8101dc4709563e15b7df8a63d2c223.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "Y",
					"baseLayerID": -1,
					"baseLayerMD5": "41cbc563de0d8cdc15e15bf7a6d6b3b0.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "Z",
					"baseLayerID": -1,
					"baseLayerMD5": "d2682568cecc2caaf2a967c9fd6c5413.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "!",
					"baseLayerID": -1,
					"baseLayerMD5": "ed6e71b9bf6230459dd0315e0be2fd29.png",
					"bitmapResolution": 2,
					"rotationCenterX": 10,
					"rotationCenterY": 12
				},
				{
					"costumeName": ",",
					"baseLayerID": -1,
					"baseLayerMD5": "d5384530b2a9b88bf849e65700480969.png",
					"bitmapResolution": 2,
					"rotationCenterX": 18,
					"rotationCenterY": -6
				},
				{
					"costumeName": "?",
					"baseLayerID": -1,
					"baseLayerMD5": "2d6147f27f6032ccdfdea7d24ac6473a.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "*",
					"baseLayerID": -1,
					"baseLayerMD5": "1db53b54a4c916643fd0f730dcbf55ae.png",
					"bitmapResolution": 2,
					"rotationCenterX": 6,
					"rotationCenterY": 6
				},
				{
					"costumeName": "_",
					"baseLayerID": -1,
					"baseLayerMD5": "d36f6603ec293d2c2198d3ea05109fe0.png",
					"bitmapResolution": 2,
					"rotationCenterX": 0,
					"rotationCenterY": 0
				},
				{
					"costumeName": ".",
					"baseLayerID": -1,
					"baseLayerMD5": "99fff77ecaa907095b93dc28e2487b1a.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": -2
				},
				{
					"costumeName": "(",
					"baseLayerID": -1,
					"baseLayerMD5": "94fdecf6d0c48e31478eb6bf10e4b370.png",
					"bitmapResolution": 2,
					"rotationCenterX": 0,
					"rotationCenterY": 16
				},
				{
					"costumeName": ")",
					"baseLayerID": -1,
					"baseLayerMD5": "420f5f683fc075ccae8356e45e50f452.png",
					"bitmapResolution": 2,
					"rotationCenterX": 16,
					"rotationCenterY": 16
				},
				{
					"costumeName": "'",
					"baseLayerID": -1,
					"baseLayerMD5": "27ad52943d96f09cb0271f94fc520bfd.png",
					"bitmapResolution": 2,
					"rotationCenterX": 2,
					"rotationCenterY": 12
				},
				{
					"costumeName": ":",
					"baseLayerID": -1,
					"baseLayerMD5": "4c82db9c26ca50b42b31397a74225fae.png",
					"bitmapResolution": 2,
					"rotationCenterX": 2,
					"rotationCenterY": 8
				},
				{
					"costumeName": "1",
					"baseLayerID": -1,
					"baseLayerMD5": "4666525e1524dd477b18eab8b5857d08.png",
					"bitmapResolution": 2,
					"rotationCenterX": 6,
					"rotationCenterY": 12
				},
				{
					"costumeName": "2",
					"baseLayerID": -1,
					"baseLayerMD5": "a70632c9ac8bb617dad6783f7d68ef1f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "3",
					"baseLayerID": -1,
					"baseLayerMD5": "e8a2a77aa725aa77946483f70322494e.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "4",
					"baseLayerID": -1,
					"baseLayerMD5": "5a12a1a75268fef478e8b5f558098eaa.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "5",
					"baseLayerID": -1,
					"baseLayerMD5": "4fc26e708a01bc6a596b84b6bb6a8cf5.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "6",
					"baseLayerID": -1,
					"baseLayerMD5": "c6048c1950da4f5c5a27a2d8594d6b16.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "7",
					"baseLayerID": -1,
					"baseLayerMD5": "f340f6d42ea179f6bd497327a73c5bd5.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "8",
					"baseLayerID": -1,
					"baseLayerMD5": "b270e643abda978cc2312fcc7f44ca12.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "9",
					"baseLayerID": -1,
					"baseLayerMD5": "6873120340c4b3a1da7db2cdb11cb450.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				},
				{
					"costumeName": "0",
					"baseLayerID": -1,
					"baseLayerMD5": "b3946f7aefa557a95b6265329c0cee96.png",
					"bitmapResolution": 2,
					"rotationCenterX": 8,
					"rotationCenterY": 12
				}],
			"currentCostumeIndex": 1,
			"scratchX": 0,
			"scratchY": 100,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 10,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"objName": "Shield",
			"scripts": [[45,
					57,
					[["whenGreenFlag"],
						["showVariable:", "HP"],
						["showVariable:", "Time Survived"],
						["show"],
						["setSizeTo:", 20],
						["doForever",
							[["gotoSpriteOrMouse:", "Sans"],
								["turnRight:", 15],
								["setGraphicEffect:to:", "ghost", ["\/", ["distanceTo:", "Frisk\/Chara"], 3]]]]]],
				[57,
					311,
					[["whenIReceive", "lose"], ["hideVariable:", "HP"], ["hide"], ["stopScripts", "other scripts in sprite"]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "bone",
					"baseLayerID": -1,
					"baseLayerMD5": "c6c1983eb6466b0dd29cd1316b1db76f.svg",
					"bitmapResolution": 1,
					"rotationCenterX": 246,
					"rotationCenterY": 254
				}],
			"currentCostumeIndex": 0,
			"scratchX": 138,
			"scratchY": -113.5,
			"scale": 0.2,
			"direction": 45,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 8,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "Boss Gravity",
			"color": 15629590,
			"label": "Sans: Boss Gravity",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 5,
			"visible": false
		},
		{
			"target": "Frisk\/Chara",
			"cmd": "getVar:",
			"param": "Gravity",
			"color": 15629590,
			"label": "Frisk\/Chara: Gravity",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 32,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "CloneID",
			"color": 15629590,
			"label": "Sans: CloneID",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 113,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "random",
			"color": 15629590,
			"label": "Sans: random",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 167,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "gravity",
			"color": 15629590,
			"label": "Sans: gravity",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 194,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "Counter",
			"color": 15629590,
			"label": "Sans: Counter",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 140,
			"visible": false
		},
		{
			"target": "Frisk\/Chara",
			"cmd": "getVar:",
			"param": "CloneID",
			"color": 15629590,
			"label": "Frisk\/Chara: CloneID",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 248,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "GravityDir",
			"color": 15629590,
			"label": "GravityDir",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 221,
			"visible": false
		},
		{
			"target": "Frisk\/Chara",
			"cmd": "getVar:",
			"param": "Start",
			"color": 15629590,
			"label": "Frisk\/Chara: Start",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 86,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "Dir",
			"color": 15629590,
			"label": "Sans: Dir",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 275,
			"visible": false
		},
		{
			"target": "Sans",
			"cmd": "getVar:",
			"param": "Counter2",
			"color": 15629590,
			"label": "Sans: Counter2",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 5,
			"y": 302,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "Begin",
			"color": 15629590,
			"label": "Begin",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 156,
			"y": 113,
			"visible": false
		},
		{
			"target": "Frisk\/Chara",
			"cmd": "getVar:",
			"param": "Y Velocity",
			"color": 15629590,
			"label": "Frisk\/Chara: Y Velocity",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 14,
			"y": 159,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "HP",
			"color": 15629590,
			"label": "HP",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 10,
			"y": 326,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "Time Survived",
			"color": 15629590,
			"label": "Time Survived",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 321,
			"y": 329,
			"visible": false
		},
		{
			"target": "Stage",
			"cmd": "getVar:",
			"param": "☁ HighScore",
			"color": 15629590,
			"label": "☁ HighScore",
			"mode": 1,
			"sliderMin": 0,
			"sliderMax": 100,
			"isDiscrete": true,
			"x": 142,
			"y": 326,
			"visible": false
		},
		{
			"objName": "Sprite1",
			"scripts": [[507,
					10,
					[["whenCloned"],
						["doIfElse",
							["=", ["randomFrom:to:", 1, 2], "2"],
							[["lookLike:", "Shrapnel1"]],
							[["lookLike:", "Shrapnel2"]]],
						["show"],
						["setVar:to:", "gravity", ["randomFrom:to:", 0, 5]],
						["setVar:to:", "speed", ["randomFrom:to:", -4, 4]],
						["doUntil",
							["touching:", "_edge_"],
							[["changeXposBy:", ["readVariable", "speed"]],
								["changeYposBy:", ["readVariable", "gravity"]],
								["changeVar:by:", "gravity", -0.2]]],
						["hide"],
						["deleteClone"]]],
				[10,
					10,
					[["whenIReceive", "lose"],
						["wait:elapsed:from:", 1.5],
						["doForever",
							[["changeXposBy:", ["randomFrom:to:", -1, 1]], ["changeYposBy:", ["randomFrom:to:", -1, 1]]]]]],
				[767,
					10,
					[["whenIReceive", "lose"],
						["gotoSpriteOrMouse:", "Frisk\/Chara"],
						["show"],
						["comeToFront"],
						["wait:elapsed:from:", 1.75],
						["doForever",
							[["changeXposBy:", ["randomFrom:to:", -1, 1]], ["changeYposBy:", ["randomFrom:to:", -1, 1]]]]]],
				[1027,
					10,
					[["whenIReceive", "lose"],
						["wait:elapsed:from:", 1],
						["doForever",
							[["changeXposBy:", ["randomFrom:to:", -1, 1]], ["changeYposBy:", ["randomFrom:to:", -1, 1]]]]]],
				[1287,
					10,
					[["whenIReceive", "lose"],
						["playSound:", "SoulDeath"],
						["lookLike:", "DEAD"],
						["wait:elapsed:from:", 2],
						["playSound:", "Soul Destroyed"],
						["hide"],
						["createCloneOf", "_myself_"],
						["createCloneOf", "_myself_"],
						["createCloneOf", "_myself_"],
						["createCloneOf", "_myself_"],
						["createCloneOf", "_myself_"]]],
				[284,
					34,
					[["whenGreenFlag"],
						["hideVariable:", "☁ HighScore"],
						["hide"],
						["lookLike:", "ALIVE"],
						["wait:elapsed:from:", 1],
						["doWaitUntil", ["<", ["readVariable", "HP"], "1"]],
						["showVariable:", "☁ HighScore"],
						["doIf",
							[">", ["readVariable", "Time Survived"], ["readVariable", "☁ HighScore"]],
							[["setVar:to:", "☁ HighScore", ["readVariable", "Time Survived"]]]]]]],
			"sounds": [{
					"soundName": "pop",
					"soundID": -1,
					"md5": "83a9787d4cb6f3b7632b4ddfebf74367.wav",
					"sampleCount": 258,
					"rate": 11025,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "costume2",
					"baseLayerID": -1,
					"baseLayerMD5": "0c2b6aa1f7037bf75478559c26c34263.png",
					"bitmapResolution": 2,
					"rotationCenterX": 54,
					"rotationCenterY": 40
				},
				{
					"costumeName": "costume4",
					"baseLayerID": -1,
					"baseLayerMD5": "62a76e35d8751410f1b47a0714824cff.png",
					"bitmapResolution": 2,
					"rotationCenterX": 54,
					"rotationCenterY": 40
				},
				{
					"costumeName": "costume3",
					"baseLayerID": -1,
					"baseLayerMD5": "2080b80a0c565e547a51aebd4d3e3cad.png",
					"bitmapResolution": 2,
					"rotationCenterX": 63,
					"rotationCenterY": 38
				},
				{
					"costumeName": "DEAD",
					"baseLayerID": -1,
					"baseLayerMD5": "9ea30dc9e6ecfa4d9b1c878fbc57acdd.png",
					"bitmapResolution": 2,
					"rotationCenterX": 12,
					"rotationCenterY": 10
				},
				{
					"costumeName": "ALIVE",
					"baseLayerID": -1,
					"baseLayerMD5": "fbdb61d9878048a62ec27cef9d36ce64.png",
					"bitmapResolution": 2,
					"rotationCenterX": 10,
					"rotationCenterY": 10
				},
				{
					"costumeName": "Shrapnel1",
					"baseLayerID": -1,
					"baseLayerMD5": "af0c7ccd8d479dd53fa7e0e752ce131b.png",
					"bitmapResolution": 2,
					"rotationCenterX": 4,
					"rotationCenterY": 4
				},
				{
					"costumeName": "Shrapnel2",
					"baseLayerID": -1,
					"baseLayerMD5": "458af52d6f22b5c5c83c5ebf320aed08.png",
					"bitmapResolution": 2,
					"rotationCenterX": 4,
					"rotationCenterY": 4
				},
				{
					"costumeName": "Shrapnel3",
					"baseLayerID": -1,
					"baseLayerMD5": "95877501c979144a442db37857a23d57.png",
					"bitmapResolution": 2,
					"rotationCenterX": 4,
					"rotationCenterY": 4
				}],
			"currentCostumeIndex": 3,
			"scratchX": -140,
			"scratchY": -29,
			"scale": 1,
			"direction": 90,
			"rotationStyle": "normal",
			"isDraggable": false,
			"indexInLibrary": 7,
			"visible": false,
			"spriteInfo": {
			}
		},
		{
			"objName": "Frisk\/Chara",
			"variables": [{
					"name": "( Costume )",
					"value": "1",
					"isPersistent": false
				},
				{
					"name": "Jump Height",
					"value": "12",
					"isPersistent": false
				},
				{
					"name": "Y Velocity",
					"value": -1,
					"isPersistent": false
				},
				{
					"name": "Gravity",
					"value": "1",
					"isPersistent": false
				},
				{
					"name": "( Boost left )",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "( Jumps Left )",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "( Max AirJumps )",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "Max Boost",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "Start",
					"value": "1",
					"isPersistent": false
				},
				{
					"name": "Step width",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "Step height",
					"value": 0,
					"isPersistent": false
				},
				{
					"name": "CloneID",
					"value": "Sprite",
					"isPersistent": false
				}],
			"scripts": [[10,
					10,
					[["whenGreenFlag"],
						["show"],
						["heading:", 90],
						["setVar:to:", "CloneID", "Sprite"],
						["createCloneOf", "_myself_"],
						["call", "Jump\/Gravity"]]],
				[1984,
					10,
					[["procDef", "Check", [], [], true],
						["lookLike:", "hitbox"],
						["doIfElse",
							["touching:", "Ground"],
							[["doIf",
									["touching:", "Ground"],
									[["changeXposBy:", ["readVariable", "Step width"]],
										["doIfElse",
											["touching:", "Ground"],
											[["changeXposBy:", ["*", ["readVariable", "Step width"], -2]],
												["doIfElse",
													["touching:", "Ground"],
													[["changeXposBy:", ["readVariable", "Step width"]], ["changeYposBy:", ["*", ["readVariable", "Y Velocity"], -1]]],
													null]],
											null]]],
								["doIfElse",
									["<", ["readVariable", "Y Velocity"], "0"],
									[["doIfElse",
											["|", ["keyPressed:", "up arrow"], ["|", ["keyPressed:", "space"], ["keyPressed:", "w"]]],
											[["setVar:to:", "Y Velocity", ["readVariable", "Jump Height"]],
												["setVar:to:", "( Jumps Left )", ["readVariable", "( Max AirJumps )"]],
												["setVar:to:", "( Boost left )", ["readVariable", "Max Boost"]]],
											[["setVar:to:", "( Jumps Left )", 0], ["setVar:to:", "Y Velocity", 0], ["setVar:to:", "( Boost left )", 0]]]],
									[["setVar:to:", "Y Velocity", 0]]]],
							[["changeVar:by:", "Y Velocity", ["-", "", ["readVariable", "Gravity"]]],
								["doIf", ["|", ["keyPressed:", "up arrow"], false], [["setVar:to:", "( Boost left )", 0]]],
								["lookLike:", ["readVariable", "( Costume )"]]]]]],
				[1470,
					10,
					[["procDef", "Strafe", [], [], false],
						["doForever",
							[["setRotationStyle", "left-right"],
								["doIf", ["|", ["keyPressed:", "left arrow"], ["keyPressed:", "a"]], [["call", "strafeL"]]],
								["doIf", ["|", ["keyPressed:", "right arrow"], ["keyPressed:", "d"]], [["call", "strafeR"]]],
								["lookLike:", ["readVariable", "( Costume )"]]]]]],
				[1737,
					10,
					[["procDef", "Jump\/Gravity", [], [], false],
						["ypos:", -110],
						["xpos:", -180],
						["heading:", 90],
						["setVar:to:", "GravityDir", "1"],
						["doForever",
							[["doIfElse",
									["=", ["readVariable", "GravityDir"], "1"],
									[["setVar:to:", "Jump Height", "12"], ["changeYposBy:", ["readVariable", "Y Velocity"]], ["call", "Check"]],
									[["setVar:to:", "Jump Height", "-12"],
										["changeYposBy:", ["*", ["readVariable", "Y Velocity"], -2]],
										["call", "Check"]]]]]]],
				[1239,
					10,
					[["procDef", "strafeR", [], [], true],
						["lookLike:", "hitbox"],
						["heading:", -90],
						["changeXposBy:", 10],
						["doIf", ["touching:", "Ground"], [["changeYposBy:", ["readVariable", "Step height"]]]],
						["doIf",
							["touching:", "Ground"],
							[["changeYposBy:", ["-", "", ["readVariable", "Step height"]]], ["changeXposBy:", -10]]]]],
				[910,
					10,
					[["whenGreenFlag"],
						["setVar:to:", "Begin", 0],
						["doWaitUntil", ["=", ["readVariable", "Begin"], "1"]],
						["setVar:to:", "( Costume )", "1"],
						["call", "Strafe"]]],
				[910,
					158,
					[["whenIReceive", "Shake"],
						["doIf", ["<", ["ypos"], "-105"], [["setVar:to:", "Y Velocity", "7"]]]]],
				[1239,
					301,
					[["whenCloned"],
						["doIf",
							["=", ["readVariable", "CloneID"], "Sprite"],
							[["doForever",
									[["lookLike:", "frisk-0"], ["doRepeat", 18, [["nextCostume"], ["wait:elapsed:from:", 0.1]]]]]]]]],
				[910,
					467,
					[["whenCloned"],
						["doIf",
							["=", ["readVariable", "CloneID"], "Slice"],
							[["doWaitUntil", ["=", ["readVariable", "Begin"], "1"]],
								["setSizeTo:", 35],
								["filterReset"],
								["pointTowards:", "_mouse_"],
								["setRotationStyle", "all around"],
								["turnRight:", ["randomFrom:to:", -50, 0]],
								["forward:", 20],
								["lookLike:", "costume1"],
								["doRepeat",
									10,
									[["changeGraphicEffect:by:", "ghost", 10],
										["turnRight:", 10],
										["doIf", ["keyPressed:", "right arrow"], [["changeXposBy:", 10]]],
										["doIf", ["keyPressed:", "left arrow"], [["changeXposBy:", -10]]],
										["changeYposBy:", ["\/", ["readVariable", "Y Velocity"], 2]]]],
								["deleteClone"]]]]],
				[910,
					270,
					[["whenCloned"],
						["doIf",
							["=", ["readVariable", "CloneID"], "Sprite"],
							[["doForever", [["gotoSpriteOrMouse:", "Frisk\/Chara"], ["heading:", ["getAttribute:of:", "direction", "Frisk\/Chara"]], ["comeToFront"]]]]]]],
				[2436, 10, [["not", false]]],
				[1470,
					305,
					[["whenGreenFlag"],
						["wait:elapsed:from:", 1],
						["doForever",
							[["doIf",
									[">", ["readVariable", "HP"], "0"],
									[["doIf",
											["mousePressed"],
											[["pointTowards:", "_mouse_"],
												["turnRight:", 180],
												["setVar:to:", "CloneID", "Slice"],
												["createCloneOf", "_myself_"],
												["doWaitUntil", ["not", ["mousePressed"]]]]]]]]]]],
				[10,
					180,
					[["procDef", "strafeL", [], [], true],
						["lookLike:", "hitbox"],
						["heading:", 90],
						["changeXposBy:", -10],
						["doIfElse",
							["=", ["readVariable", "GravityDir"], "1"],
							[["doIf",
									["touching:", "Ground"],
									[["changeYposBy:", ["readVariable", "Step height"]],
										["doIfElse",
											["touching:", "Ground"],
											[["changeXposBy:", 10], ["changeYposBy:", ["*", -1, ["readVariable", "Step height"]]]],
											null]]]],
							[["doIf",
									["touching:", "Ground"],
									[["changeYposBy:", ["*", ["readVariable", "Step height"], -1]],
										["doIfElse",
											["touching:", "Ground"],
											[["changeXposBy:", 10], ["changeYposBy:", ["readVariable", "Step height"]]],
											null]]]]]]],
				[10,
					751,
					[["whenCloned"],
						["wait:elapsed:from:", 0.1],
						["show"],
						["doIf",
							["=", ["readVariable", "CloneID"], "Sprite"],
							[["doForever",
									[["doIf",
											["touching:", "Sans"],
											[["doIfElse",
													[">", ["readVariable", "HP"], "0"],
													[["doRepeat",
															10,
															[["setGraphicEffect:to:", "ghost", 75],
																["wait:elapsed:from:", 0.05],
																["setGraphicEffect:to:", "ghost", 0],
																["wait:elapsed:from:", 0.05]]]],
													[["broadcast:", "lose"]]]]]]]]]]],
				[499,
					39,
					[["whenGreenFlag"],
						["doUntil",
							["=", ["readVariable", "Begin"], "1"],
							[["setGraphicEffect:to:", "ghost", 99.99], ["ypos:", -116]]]]],
				[282, 1025, [["whenIReceive", "down"], ["changeYposBy:", -50]]],
				[283, 929, [["whenIReceive", "up"], ["changeYposBy:", 30]]],
				[280,
					5,
					[["whenGreenFlag"],
						["setVar:to:", "HP", "92"],
						["setVar:to:", "Time Survived", 0],
						["doWaitUntil", ["=", ["readVariable", "Begin"], "1"]],
						["showVariable:", "Time Survived"],
						["timerReset"],
						["doForever",
							[["doIf",
									["touching:", "Sans"],
									[["doIfElse",
											[">", ["readVariable", "HP"], "0"],
											[["broadcast:", "Hurt"], ["changeVar:by:", "HP", -1]],
											[["broadcast:", "lose"], ["stopScripts", "this script"]]]]],
								["setVar:to:", "Time Survived", ["timer"]]]]]],
				[278,
					422,
					[["whenGreenFlag"],
						["doForever",
							[["doIfElse",
									["=", ["readVariable", "GravityDir"], "1"],
									[["doIf",
											["&", ["|", ["keyPressed:", "space"], ["keyPressed:", "up arrow"]], ["touching:", "Ground"]],
											[["changeYposBy:", 15], ["doWaitUntil", ["touching:", "Ground"]]]]],
									[["doIf",
											["&", ["|", ["keyPressed:", "space"], ["keyPressed:", "up arrow"]], ["touching:", "_edge_"]],
											[["changeYposBy:", -15], ["doWaitUntil", ["touching:", "Ground"]]]]]]]]]],
				[299,
					748,
					[["whenIReceive", "lose"],
						["hide"],
						["stopScripts", "other scripts in sprite"],
						["lookLike:", "frisk-0"],
						["doRepeat", 40, [["comeToFront"], ["changeGraphicEffect:by:", "ghost", 2.5]]]]]],
			"sounds": [{
					"soundName": "meow",
					"soundID": -1,
					"md5": "83c36d806dc92327b9e7049a565c6bff.wav",
					"sampleCount": 18688,
					"rate": 22050,
					"format": ""
				}],
			"costumes": [{
					"costumeName": "hitbox",
					"baseLayerID": -1,
					"baseLayerMD5": "76df5f99f0776c886eb4f54ee6edd6a8.png",
					"bitmapResolution": 2,
					"rotationCenterX": 97,
					"rotationCenterY": 209
				},
				{
					"costumeName": "frisk-0",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-1",
					"baseLayerID": -1,
					"baseLayerMD5": "cd3ffa9e3767fc14f1672e8ae64409c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-2",
					"baseLayerID": -1,
					"baseLayerMD5": "2cc97e514d1f4ab91bb7624f814f98e6.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-3",
					"baseLayerID": -1,
					"baseLayerMD5": "0fa6e6f9da355ff7e95205ca8c2cc8c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-4",
					"baseLayerID": -1,
					"baseLayerMD5": "0fa6e6f9da355ff7e95205ca8c2cc8c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-5",
					"baseLayerID": -1,
					"baseLayerMD5": "0fa6e6f9da355ff7e95205ca8c2cc8c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-6",
					"baseLayerID": -1,
					"baseLayerMD5": "757842b437327f3ca008a799a2f5f88c.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-7",
					"baseLayerID": -1,
					"baseLayerMD5": "cd3ffa9e3767fc14f1672e8ae64409c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 110,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-8",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-9",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-10",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-11",
					"baseLayerID": -1,
					"baseLayerMD5": "ebd73547e70bd02712b75655d7eff31f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-12",
					"baseLayerID": -1,
					"baseLayerMD5": "9c9f85eb84ce7fc070c00f4921f0154e.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-13",
					"baseLayerID": -1,
					"baseLayerMD5": "7512ee248887d17edd5b5bfd0aab271b.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-14",
					"baseLayerID": -1,
					"baseLayerMD5": "a4c3886d856300d6e7193f902063e5c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-15",
					"baseLayerID": -1,
					"baseLayerMD5": "a4c3886d856300d6e7193f902063e5c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-16",
					"baseLayerID": -1,
					"baseLayerMD5": "a4c3886d856300d6e7193f902063e5c1.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-17",
					"baseLayerID": -1,
					"baseLayerMD5": "3c77944211c424d3157c0b02dad32a55.png",
					"bitmapResolution": 2,
					"rotationCenterX": 102,
					"rotationCenterY": 170
				},
				{
					"costumeName": "frisk-18",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "frisk-19",
					"baseLayerID": -1,
					"baseLayerMD5": "80637916490587ca8c4414b60405d606.png",
					"bitmapResolution": 2,
					"rotationCenterX": 106,
					"rotationCenterY": 166
				},
				{
					"costumeName": "sansalt-0",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-2",
					"baseLayerID": -1,
					"baseLayerMD5": "d5607244cbb71fcf786457fa71a4834f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-3",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-4",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-5",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-6",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-7",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-8",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-9",
					"baseLayerID": -1,
					"baseLayerMD5": "5d6da1bca2eeb3baeef6de85e7982906.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-10",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-11",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-12",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-13",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-14",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-15",
					"baseLayerID": -1,
					"baseLayerMD5": "63427546bc9a9f43e77ebef887d54b13.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-16",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-17",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-18",
					"baseLayerID": -1,
					"baseLayerMD5": "63427546bc9a9f43e77ebef887d54b13.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-19",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-20",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-21",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-22",
					"baseLayerID": -1,
					"baseLayerMD5": "76f30ac291ff39e144606a89b65c5f8a.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-23",
					"baseLayerID": -1,
					"baseLayerMD5": "3431f9a64b7ada2090bc510cfb8b38de.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-24",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-25",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-26",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-27",
					"baseLayerID": -1,
					"baseLayerMD5": "c0da0bba319b8a3d27c951e6d8b21d39.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-28",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-29",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-30",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-31",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-32",
					"baseLayerID": -1,
					"baseLayerMD5": "3431f9a64b7ada2090bc510cfb8b38de.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-33",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-34",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-35",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-36",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-37",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-38",
					"baseLayerID": -1,
					"baseLayerMD5": "63427546bc9a9f43e77ebef887d54b13.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-39",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-40",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-41",
					"baseLayerID": -1,
					"baseLayerMD5": "63427546bc9a9f43e77ebef887d54b13.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-42",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-43",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-44",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-45",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-46",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-47",
					"baseLayerID": -1,
					"baseLayerMD5": "d5607244cbb71fcf786457fa71a4834f.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-48",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-49",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-50",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-51",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-52",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-53",
					"baseLayerID": -1,
					"baseLayerMD5": "e3d9fb9ff516aa228682433a8304c690.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-54",
					"baseLayerID": -1,
					"baseLayerMD5": "5d6da1bca2eeb3baeef6de85e7982906.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-55",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-56",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-57",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-58",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-59",
					"baseLayerID": -1,
					"baseLayerMD5": "21d469809feb0e3e756576558fc1b0b3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-60",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-61",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-62",
					"baseLayerID": -1,
					"baseLayerMD5": "128b0c4cbf251235104133f8f6832681.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-63",
					"baseLayerID": -1,
					"baseLayerMD5": "63427546bc9a9f43e77ebef887d54b13.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-64",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-65",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-66",
					"baseLayerID": -1,
					"baseLayerMD5": "88dfe222096f490e3536240179689928.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-67",
					"baseLayerID": -1,
					"baseLayerMD5": "76f30ac291ff39e144606a89b65c5f8a.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-68",
					"baseLayerID": -1,
					"baseLayerMD5": "3431f9a64b7ada2090bc510cfb8b38de.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-69",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-70",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "sansalt-71",
					"baseLayerID": -1,
					"baseLayerMD5": "8d6223ed0dec291544ad16d745126290.png",
					"bitmapResolution": 2,
					"rotationCenterX": 296,
					"rotationCenterY": 258
				},
				{
					"costumeName": "costume1",
					"baseLayerID": -1,
					"baseLayerMD5": "c50413ddfccca36c739eec5ec553dcb3.png",
					"bitmapResolution": 2,
					"rotationCenterX": 88,
					"rotationCenterY": 71
				},
				{
					"costumeName": "costume2",
					"baseLayerID": -1,
					"baseLayerMD5": "0c2b6aa1f7037bf75478559c26c34263.png",
					"bitmapResolution": 2,
					"rotationCenterX": 54,
					"rotationCenterY": 40
				},
				{
					"costumeName": "costume4",
					"baseLayerID": -1,
					"baseLayerMD5": "62a76e35d8751410f1b47a0714824cff.png",
					"bitmapResolution": 2,
					"rotationCenterX": 54,
					"rotationCenterY": 40
				},
				{
					"costumeName": "costume3",
					"baseLayerID": -1,
					"baseLayerMD5": "2080b80a0c565e547a51aebd4d3e3cad.png",
					"bitmapResolution": 2,
					"rotationCenterX": 63,
					"rotationCenterY": 38
				}],
			"currentCostumeIndex": 1,
			"scratchX": -69,
			"scratchY": -116,
			"scale": 0.25000000000000017,
			"direction": 90,
			"rotationStyle": "leftRight",
			"isDraggable": false,
			"indexInLibrary": 2,
			"visible": false,
			"spriteInfo": {
			}
		}],
	"info": {
		"spriteCount": 10,
		"projectID": "89993699",
		"hasCloudData": true,
		"userAgent": "Mozilla\/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko\/20100101 Firefox\/43.0",
		"flashVersion": "WIN 20,0,0,235",
		"swfVersion": "v441",
		"videoOn": false,
		"scriptCount": 59
	}
}