﻿ACTIONSCRIPT (AS1/AS2) FOR FLASH #267407
https://swfchan.com/54/267407/

	movieClip 7	{
	}
	movieClip 17	{
		frame 10 {
			_parent.removeMovieClip();
		}
	}
	movieClip 18 hero_fireball_fireright {
		frame 1 {
			stop();
		}
		instance of movieClip 7	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += 24;
				}
			}
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform)) {
					_parent._x = block._x - 50;
					_parent.gotoAndStop(2);
				}
				if (_parent._x > 855) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.fireballhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.fireballhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.fireballhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.fireballhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.fireballhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.fireballhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.fireballhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.fireballhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.fireballhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.fireballhit = true;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 17	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.fireballhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.fireballhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.fireballhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.fireballhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.fireballhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.fireballhit = true;
				}
			}
		}
	}
	movieClip 19 hero_fireball_fireleft {
		frame 1 {
			stop();
		}
		instance fire of movieClip 7	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= 24;
				}
			}
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform)) {
					_parent._x = block._x + 50;
					_parent.gotoAndStop(2);
				}
				if (_parent._x < 110) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.fireballhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.fireballhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.fireballhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.fireballhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.fireballhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.fireballhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.fireballhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.fireballhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.fireballhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.fireballhit = true;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 17	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.fireballhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.fireballhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.fireballhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.fireballhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.fireballhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.fireballhit = true;
				}
			}
		}
	}
	movieClip 26	{
		frame 1 {
			this.gotoAndPlay(Math.ceil(Math.random() * 5));
		}
	}
	movieClip 27 fly {
		instance body of movieClip 26	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.smudgestickeffect == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 29	{
	}
	movieClip 30 fireflay {
		frame 115 {
			this._x = Math.random() * _parent._parent.ff_width - ff_width / 2;
			this._y = Math.random() * _parent._parent.ff_height - ff_height / 2;
			this._alpha = Math.random() * 100;
			this._rotation = Math.random() * 360;
		}
	}
	frame 1 {
		stop();
		Stage.showMenu = false;
		globalvolume = new Sound();
		_root.gamesaved = false;
		_root._quality = 'medium';
		_root.pause = false;
		_root.currentlevel = 1;
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.gotonextboss = false;
		_root.controlsetup = 1;
		_root.heromaxhealth = 30;
		_root.herohealth = 30;
		_root.heromaxmagic = 30;
		_root.heromagic = 30;
		_root.herospeed = 0.5;
		_root.herojumppower = 1;
		_root.heromomentum = 0;
		_root.herogravity = 3;
		_root.herovelocity = 0;
		_root.herofalling = true;
		_root.herosinking = false;
		_root.herocrouching = false;
		_root.heroweapon = 2;
		_root.heroarmor = 1;
		_root.herogold = 0;
		_root.heroinvincible = false;
		_root.herounstoppable = false;
		_root.heroinvisible = false;
		_root.poisonbottle = false;
		_root.herosalt = false;
		_root.randomdamage = 0;
		_root.heromeleebonus = 0;
		_root.herospelldamage = 0;
		_root.heromagicbonus = 0;
		_root.heroarmorbonus = 0;
		_root.herospeedbonus = 0;
		_root.herojumppowerbonus = 0;
		_root.pixiedusteffect = false;
		_root.amethysteffect = false;
		_root.smudgestickeffect = false;
		_root.triquetraeffect = false;
		_root.clovereffect = false;
		_root.rabbitsfooteffect = false;
		_root.rebirtheffect = false;
		_root.stoneauraeffect = false;
		_root.batwingsactive = false;
		_root.demonwingsactive = false;
		_root.etherealwingsactive = false;
		_root.herospell = false;
		_root.fireballspell = false;
		_root.shockspell = false;
		_root.poisonspell = false;
		_root.smokeandmirrorspell = false;
		_root.pestilencespell = false;
		_root.thunderstruckspell = false;
		_root.forcepushspell = false;
		_root.globalwarmingspell = false;
		_root.medusagazespell = false;
		_root.pardonmespell = false;
		_root.gotbunny = false;
		_root.bunnyspeed = 8;
		_root.bunnygravity = 3;
		_root.bunnyvelocity = 0;
		_root.bunnyfalling = true;
		_root.gotmeatdog = false;
		_root.meatdogspeed = 7.5;
		_root.meatdoggravity = 3;
		_root.meatdogvelocity = 0;
		_root.meatdogfalling = true;
		_root.gotswampball = false;
		_root.swampballspeed = 7.5;
		_root.swampballgravity = 3;
		_root.swampballvelocity = 0;
		_root.swampballfalling = true;
		_root.gotmanny = false;
		_root.mannyspeed = 5;
		_root.gotdragon = false;
		_root.dragonspeed = 6;
		_root.gotpuffdragon = false;
		_root.puffdragonspeed = 6;
		_root.gotgreenfairy = false;
		_root.greenfairyspeed = 8;
		_root.gotbluefairy = false;
		_root.bluefairyspeed = 7.5;
		_root.saltcircleactivated = false;
		_root.saltgravity = 3;
		_root.saltvelocity = 0;
		_root.saltfalling = true;
		_root.teardropgravity = 2;
		_root.teardropvelocity = 0;
		_root.teardrop2gravity = 2;
		_root.teardrop2velocity = 0;
		_root.teardrop3gravity = 3;
		_root.teardrop3velocity = 0;
		_root.teardrop4gravity = 3;
		_root.teardrop4velocity = 0;
		_root.enemy1unlocked = false;
		_root.enemy2unlocked = false;
		_root.enemy3unlocked = false;
		_root.enemy4unlocked = false;
		_root.enemy5unlocked = false;
		_root.enemy6unlocked = false;
		_root.enemy7unlocked = false;
		_root.enemy8unlocked = false;
		_root.enemy9unlocked = false;
		_root.enemy10unlocked = false;
		_root.enemy11unlocked = false;
		_root.enemy12unlocked = false;
		_root.enemy13unlocked = false;
		_root.enemy14unlocked = false;
		_root.enemy15unlocked = false;
		_root.enemy16unlocked = false;
		_root.platform1unlocked = false;
		_root.platform2unlocked = false;
		_root.platform3unlocked = false;
		_root.platform4unlocked = false;
		_root.platform5unlocked = false;
		_root.platform6unlocked = false;
		_root.platform7unlocked = false;
		_root.platform8unlocked = false;
		_root.platform9unlocked = false;
		_root.platform10unlocked = false;
		_root.platform11unlocked = false;
		_root.platform12unlocked = false;
		_root.platform13unlocked = false;
		_root.platform14unlocked = false;
		_root.platform15unlocked = false;
		_root.platform16unlocked = false;
		_root.platform17unlocked = false;
		_root.platform18unlocked = false;
		_root.platform19unlocked = false;
		_root.platform20unlocked = false;
		_root.platform21unlocked = false;
		_root.platform22unlocked = false;
		_root.platform23unlocked = false;
		_root.platform24unlocked = false;
		_root.platform25unlocked = false;
		_root.item1unlocked = false;
		_root.item2unlocked = false;
		_root.item3unlocked = false;
		_root.item4unlocked = false;
		_root.item5unlocked = false;
		_root.item6unlocked = false;
		_root.item7unlocked = false;
		_root.item8unlocked = false;
		_root.item9unlocked = false;
		_root.item10unlocked = false;
		_root.item11unlocked = false;
		_root.item12unlocked = false;
		_root.item13unlocked = false;
		_root.item14unlocked = false;
		_root.item15unlocked = false;
		_root.item16unlocked = false;
		_root.item17unlocked = false;
		_root.item18unlocked = false;
		_root.item19unlocked = false;
		_root.item20unlocked = false;
		_root.item21unlocked = false;
		_root.item22unlocked = false;
		_root.item23unlocked = false;
		_root.item24unlocked = false;
		_root.item25unlocked = false;
		_root.item26unlocked = false;
		_root.item27unlocked = false;
		_root.item28unlocked = false;
		_root.item29unlocked = false;
		_root.item30unlocked = false;
		_root.item31unlocked = false;
		_root.item32unlocked = false;
		_root.item33unlocked = false;
		_root.item34unlocked = false;
		_root.item35unlocked = false;
		_root.item36unlocked = false;
		_root.item37unlocked = false;
		_root.sword1unlocked = true;
		_root.sword2unlocked = false;
		_root.sword3unlocked = false;
		_root.sword4unlocked = false;
		_root.sword5unlocked = false;
		_root.sword6unlocked = false;
		_root.sword7unlocked = false;
		_root.sword8unlocked = false;
		_root.sword9unlocked = false;
		_root.sword10unlocked = false;
		_root.sword11unlocked = false;
		_root.spell1unlocked = false;
		_root.spell2unlocked = false;
		_root.spell3unlocked = false;
		_root.spell4unlocked = false;
		_root.spell5unlocked = false;
		_root.spell6unlocked = false;
		_root.spell7unlocked = false;
		_root.spell8unlocked = false;
		_root.spell9unlocked = false;
		_root.spell10unlocked = false;
		_root.armor1unlocked = false;
		_root.armor2unlocked = false;
		_root.armor3unlocked = false;
		_root.armor4unlocked = false;
		_root.armor5unlocked = false;
		_root.armor6unlocked = false;
		_root.armor7unlocked = false;
		_root.armor8unlocked = false;
		_root.armor9unlocked = false;
		_root.armor10unlocked = false;
		_root.pet1unlocked = false;
		_root.pet2unlocked = false;
		_root.pet3unlocked = false;
		_root.pet4unlocked = false;
		_root.pet5unlocked = false;
		_root.pet6unlocked = false;
		_root.pet7unlocked = false;
		_root.pet8unlocked = false;
		stopAllSounds();
		_root.hero.removeMovieClip();
		_root.portal.removeMovieClip();
		_root.particles.removeMovieClip();
		_root.mainhudbg.removeMovieClip();
		_root.healthbar.removeMovieClip();
		_root.magicbar.removeMovieClip();
		_root.currentlevelstat.removeTextField();
		_root.herohealthstat.removeTextField();
		_root.heromaxhealthstat.removeTextField();
		_root.heromagicstat.removeTextField();
		_root.heromaxmagicstat.removeTextField();
		_root.hudmeleedam.removeTextField();
		_root.hudmagicdam.removeTextField();
		_root.hudgoldstat.removeTextField();
		_root.hudarmorstat.removeTextField();
		_root.hudspeedstat.removeTextField();
		_root.hudacrobaticsstat.removeTextField();
		_root.hudweapon.removeMovieClip();
		_root.hudspell.removeMovieClip();
		_root.huditem.removeMovieClip();
		_root.hudarmor.removeMovieClip();
		_root.ambientsound.removeMovieClip();
		_root.shoplogo.removeMovieClip();
		_root.tutorialtextblock.removeMovieClip();
		_root.enemy1.removeMovieClip();
		_root.enemy2.removeMovieClip();
		_root.enemy3.removeMovieClip();
		_root.enemy4.removeMovieClip();
		_root.enemy5.removeMovieClip();
		_root.enemy6.removeMovieClip();
		_root.boss.removeMovieClip();
		_root.rightwall1.removeMovieClip();
		_root.rightwall2.removeMovieClip();
		_root.rightwall3.removeMovieClip();
		_root.rightwall4.removeMovieClip();
		_root.rightwall5.removeMovieClip();
		_root.rightwall6.removeMovieClip();
		_root.rightwall7.removeMovieClip();
		_root.rightwall8.removeMovieClip();
		_root.rightwall9.removeMovieClip();
		_root.rightwall10.removeMovieClip();
		_root.leftwall1.removeMovieClip();
		_root.leftwall2.removeMovieClip();
		_root.leftwall3.removeMovieClip();
		_root.leftwall4.removeMovieClip();
		_root.leftwall5.removeMovieClip();
		_root.leftwall6.removeMovieClip();
		_root.leftwall7.removeMovieClip();
		_root.leftwall8.removeMovieClip();
		_root.leftwall9.removeMovieClip();
		_root.leftwall10.removeMovieClip();
		_root.floor1.removeMovieClip();
		_root.floor2.removeMovieClip();
		_root.floor3.removeMovieClip();
		_root.floor4.removeMovieClip();
		_root.floor5.removeMovieClip();
		_root.floor6.removeMovieClip();
		_root.floor7.removeMovieClip();
		_root.floor8.removeMovieClip();
		_root.floor9.removeMovieClip();
		_root.floor10.removeMovieClip();
		_root.roof1.removeMovieClip();
		_root.roof2.removeMovieClip();
		_root.roof3.removeMovieClip();
		_root.roof4.removeMovieClip();
		_root.roof5.removeMovieClip();
		_root.roof6.removeMovieClip();
		_root.roof7.removeMovieClip();
		_root.roof8.removeMovieClip();
		_root.roof9.removeMovieClip();
		_root.roof10.removeMovieClip();
		_root.block21.removeMovieClip();
		_root.block22.removeMovieClip();
		_root.block23.removeMovieClip();
		_root.block24.removeMovieClip();
		_root.block25.removeMovieClip();
		_root.block26.removeMovieClip();
		_root.block27.removeMovieClip();
		_root.block28.removeMovieClip();
		_root.block29.removeMovieClip();
		_root.block30.removeMovieClip();
		_root.block31.removeMovieClip();
		_root.block32.removeMovieClip();
		_root.block33.removeMovieClip();
		_root.block34.removeMovieClip();
		_root.block35.removeMovieClip();
		_root.block36.removeMovieClip();
		_root.block37.removeMovieClip();
		_root.block38.removeMovieClip();
		_root.block39.removeMovieClip();
		_root.block40.removeMovieClip();
		_root.block41.removeMovieClip();
		_root.block42.removeMovieClip();
		_root.block43.removeMovieClip();
		_root.block44.removeMovieClip();
		_root.block45.removeMovieClip();
		_root.block46.removeMovieClip();
		_root.block47.removeMovieClip();
		_root.block48.removeMovieClip();
		_root.block49.removeMovieClip();
		_root.block50.removeMovieClip();
		_root.block51.removeMovieClip();
		_root.block52.removeMovieClip();
		_root.block53.removeMovieClip();
		_root.block54.removeMovieClip();
		_root.block55.removeMovieClip();
		_root.block56.removeMovieClip();
		_root.block57.removeMovieClip();
		_root.block58.removeMovieClip();
		_root.block59.removeMovieClip();
		_root.block60.removeMovieClip();
		_root.block61.removeMovieClip();
		_root.block62.removeMovieClip();
		_root.block63.removeMovieClip();
		_root.block64.removeMovieClip();
		_root.block65.removeMovieClip();
		_root.block66.removeMovieClip();
		_root.block67.removeMovieClip();
		_root.block68.removeMovieClip();
		_root.block69.removeMovieClip();
		_root.block70.removeMovieClip();
		_root.block71.removeMovieClip();
		_root.block72.removeMovieClip();
		_root.block73.removeMovieClip();
		_root.block74.removeMovieClip();
		_root.block75.removeMovieClip();
		_root.block76.removeMovieClip();
		_root.block77.removeMovieClip();
		_root.block78.removeMovieClip();
		_root.block79.removeMovieClip();
		_root.block80.removeMovieClip();
		_root.block81.removeMovieClip();
		_root.block82.removeMovieClip();
		_root.block83.removeMovieClip();
		_root.block84.removeMovieClip();
		_root.block85.removeMovieClip();
		_root.block86.removeMovieClip();
		_root.block87.removeMovieClip();
		_root.block88.removeMovieClip();
		_root.block89.removeMovieClip();
		_root.block90.removeMovieClip();
		_root.block91.removeMovieClip();
		_root.block92.removeMovieClip();
		_root.block93.removeMovieClip();
		_root.block94.removeMovieClip();
		_root.block95.removeMovieClip();
		_root.block96.removeMovieClip();
		_root.block97.removeMovieClip();
		_root.block98.removeMovieClip();
		_root.block99.removeMovieClip();
		_root.block100.removeMovieClip();
		_root.axe._x = -250;
		_root.vomit._x = -150;
		_root.shrooms._x = -150;
		_root.portal._x = -300;
		_root.blairwitch._x = -70;
		_root.blairwitch._y = 400;
		_root.saltcircleactivated = false;
		_root.saltcircle._x = -80;
		_root.saltcircle._y = 425;
	}
	movieClip 33	{
	}
	movieClip 37	{
	}
	movieClip 39	{
	}
	movieClip 41	{
	}
	movieClip 42	{
		frame 1 {
			stop();
			this.fairyringtime = 0;
		}
		instance hitbox1 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.hero._x <= _parent._parent._x and _root.clovereffect == false and _root.heroarmor != 8 and _root.pause == false) {
					_root.herovelocity = 0;
					_root.heromomentum = 0;
					_root.hero._x = _parent._parent._x - 30;
					_root.hero.gotoAndStop(19);
					_parent.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.hitbox) and _root.hero._x > _parent._parent._x and _root.clovereffect == false and _root.heroarmor != 8 and _root.pause == false) {
						_root.herovelocity = 0;
						_root.heromomentum = 0;
						_root.hero._x = _parent._parent._x + 30;
						_root.hero.gotoAndStop(20);
						_parent.gotoAndStop(2);
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) == false and _root.hero._x <= _parent._parent._x and _root.pause == false) {
					_root.hero.gotoAndStop(21);
					_parent.gotoAndStop(1);
				} else {
					if (this.hitTest(_root.hero.body.hitbox) == false and _root.hero._x > _parent._parent._x and _root.pause == false) {
						_root.hero.gotoAndStop(22);
						_parent.gotoAndStop(1);
					}
				}
			}
		}
		instance leftwall of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox)) {
					_parent.fairyringtime += 1;
					_root.hero.gotoAndStop(19);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _parent.fairyringtime >= 11) {
					_root.heromomentum = -6;
					_root.hero.gotoAndStop(21);
				}
			}
		}
		instance rightwall of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox)) {
					_parent.fairyringtime += 1;
					_root.hero.gotoAndStop(20);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _parent.fairyringtime >= 11) {
					_root.heromomentum = 6;
					_root.hero.gotoAndStop(22);
				}
			}
		}
	}
	movieClip 48	{
	}
	movieClip 49	{
		frame 25 {
			this.randomnumber = Math.ceil(Math.random() * 2);
			if (this.randomnumber == 1) {
				_parent._parent.spikehole1.gotoAndStop(2);
				_parent._parent.spikehole2.gotoAndStop(2);
				_parent._parent.spikehole3.gotoAndStop(2);
			}
		}
	}
	movieClip 51	{
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 11 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 11 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 11 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 11 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 11 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 1;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 3;
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 50 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 53	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 56	{
	}
	movieClip 58	{
	}
	movieClip 59	{
	}
	movieClip 62	{
	}
	movieClip 74	{
	}
	movieClip 75	{
	}
	movieClip 79	{
	}
	movieClip 82	{
	}
	movieClip 84	{
		frame 25 {
			_parent.randomnumber = 0;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 85	{
		frame 25 {
			_parent.randomnumber = 0;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 86	{
		frame 1 {
			stop();
		}
		instance of movieClip 79	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.randomnumber = Math.ceil(Math.random() * 2);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomnumber == 1) {
					_root.hero.gotoAndStop(7);
					_root.heromomentum = 12;
					_root.herovelocity = -60;
					_parent.gotoAndStop(2);
				} else {
					if (_parent.randomnumber == 2) {
						_root.hero.gotoAndStop(8);
						_root.heromomentum = -12;
						_root.herovelocity = -60;
						_parent.gotoAndStop(3);
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 90	{
	}
	movieClip 99	{
	}
	movieClip 100	{
	}
	movieClip 103	{
	}
	movieClip 106	{
	}
	movieClip 119	{
	}
	movieClip 126	{
		frame 7 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 127	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 139	{
	}
	movieClip 141	{
	}
	movieClip 145	{
	}
	movieClip 149	{
	}
	movieClip 157	{
	}
	movieClip 159	{
	}
	movieClip 166	{
	}
	movieClip 168	{
	}
	movieClip 171	{
	}
	movieClip 172	{
		frame 4 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 179	{
		frame 7 {
			stop();
			_root.stoneauraeffect = false;
			_root.hero.stoneaura.gotoAndStop(1);
			_parent._parent.gotoAndStop(1);
		}
	}
	movieClip 180	{
		frame 1 {
			stop();
		}
		instance stone of movieClip 171	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy1.randomhit = true;
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy2.randomhit = true;
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy3.randomhit = true;
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy4.randomhit = true;
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy5.randomhit = true;
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_parent._parent._parent.health -= 1;
					_root.randomdamage = 9;
					_root.enemy6.randomhit = true;
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 182	{
	}
	movieClip 197	{
	}
	movieClip 211	{
	}
	movieClip 214	{
	}
	movieClip 216	{
	}
	movieClip 230	{
	}
	movieClip 233	{
	}
	movieClip 235	{
	}
	movieClip 237	{
	}
	movieClip 239	{
	}
	movieClip 241	{
	}
	movieClip 243	{
	}
	movieClip 247	{
	}
	movieClip 249	{
	}
	movieClip 251	{
	}
	movieClip 253	{
	}
	movieClip 255	{
	}
	movieClip 257	{
	}
	movieClip 258	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 66) + 3);
			_parent.currentitem = 1;
		}
		instance of movieClip 119	{
			onClipEvent (enterFrame) {
				if (_root.rabbitsfooteffect == true) {
					_parent.gotoAndStop(3);
				} else {
					if (_root.clovereffect == true) {
						_parent.gotoAndStop(3);
					}
				}
			}
		}
		frame 2 {
			stop();
			_parent.currentitem = 2;
			this.gotoAndStop(1);
		}
		frame 3 {
			stop();
			_parent.currentitem = 3;
			this.gotoAndStop(1);
		}
		frame 4 {
			stop();
			_parent.currentitem = 4;
		}
		frame 5 {
			stop();
			_parent.currentitem = 5;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(11);
			}
		}
		frame 6 {
			stop();
			_parent.currentitem = 6;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(11);
			}
		}
		frame 7 {
			stop();
			_parent.currentitem = 7;
		}
		frame 8 {
			stop();
			_parent.currentitem = 8;
		}
		frame 9 {
			stop();
			_parent.currentitem = 9;
		}
		frame 10 {
			stop();
			_parent.currentitem = 10;
		}
		frame 11 {
			stop();
			_parent.currentitem = 11;
		}
		frame 12 {
			stop();
			_parent.currentitem = 12;
		}
		frame 13 {
			stop();
			_parent.currentitem = 13;
		}
		frame 14 {
			stop();
			_parent.currentitem = 14;
		}
		frame 15 {
			stop();
			_parent.currentitem = 15;
		}
		frame 16 {
			stop();
			_parent.currentitem = 16;
		}
		frame 17 {
			stop();
			_parent.currentitem = 17;
		}
		frame 18 {
			stop();
			_parent.currentitem = 18;
		}
		frame 19 {
			stop();
			_parent.currentitem = 19;
		}
		frame 20 {
			stop();
			_parent.currentitem = 20;
		}
		frame 21 {
			stop();
			_parent.currentitem = 21;
		}
		frame 22 {
			stop();
			_parent.currentitem = 22;
		}
		frame 23 {
			stop();
			_parent.currentitem = 23;
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 24 {
			stop();
			_parent.currentitem = 24;
		}
		frame 25 {
			stop();
			_parent.currentitem = 25;
		}
		frame 26 {
			stop();
			_parent.currentitem = 26;
		}
		frame 27 {
			stop();
			_parent.currentitem = 27;
		}
		frame 28 {
			stop();
			_parent.currentitem = 28;
		}
		frame 29 {
			stop();
			_parent.currentitem = 29;
		}
		frame 30 {
			stop();
			_parent.currentitem = 30;
			if (_root.pixiedusteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 31 {
			stop();
			_parent.currentitem = 31;
			if (_root.amethysteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 32 {
			stop();
			_parent.currentitem = 32;
		}
		frame 33 {
			stop();
			_parent.currentitem = 33;
		}
		frame 34 {
			stop();
			_parent.currentitem = 34;
			if (_root.batwingsactive == true) {
				this.gotoAndStop(1);
			}
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 35 {
			stop();
			_parent.currentitem = 35;
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 36 {
			stop();
			_parent.currentitem = 36;
			if (_root.smudgestickeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 37 {
			stop();
			_parent.currentitem = 37;
			if (_root.triquetraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 38 {
			stop();
			_parent.currentitem = 38;
			if (_root.clovereffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 39 {
			stop();
			_parent.currentitem = 39;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 40 {
			stop();
			_parent.currentitem = 40;
			if (_root.stoneauraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 41 {
			stop();
			_parent.currentitem = 41;
			if (_root.rebirtheffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 42 {
			stop();
			_parent.currentitem = 42;
			if (_root.heroarmor == 6) {
				this.gotoAndStop(1);
			}
		}
		frame 43 {
			stop();
			_parent.currentitem = 43;
			if (_root.heroarmor == 7) {
				this.gotoAndStop(1);
			}
		}
		frame 44 {
			stop();
			_parent.currentitem = 44;
			if (_root.heroarmor == 8) {
				this.gotoAndStop(1);
			}
		}
		frame 45 {
			stop();
			_parent.currentitem = 45;
			if (_root.heroarmor == 9) {
				this.gotoAndStop(1);
			}
		}
		frame 46 {
			stop();
			_parent.currentitem = 46;
			if (_root.heroarmor == 10) {
				this.gotoAndStop(1);
			}
		}
		frame 47 {
			stop();
			_parent.currentitem = 47;
			if (_root.heroarmor == 11) {
				this.gotoAndStop(1);
			}
		}
		frame 48 {
			stop();
			_parent.currentitem = 48;
			if (_root.heroarmor == 12) {
				this.gotoAndStop(1);
			}
		}
		frame 49 {
			stop();
			_parent.currentitem = 49;
			if (_root.heroarmor == 13) {
				this.gotoAndStop(1);
			}
		}
		frame 50 {
			stop();
			_parent.currentitem = 50;
			if (_root.heroarmor == 14) {
				this.gotoAndStop(1);
			}
		}
		frame 51 {
			stop();
			_parent.currentitem = 51;
			if (_root.heroarmor == 15) {
				this.gotoAndStop(1);
			}
		}
		frame 52 {
			stop();
			_parent.currentitem = 52;
			if (_root.gotbunny == true) {
				this.gotoAndStop(1);
			}
		}
		frame 53 {
			stop();
			_parent.currentitem = 53;
			if (_root.gotswampball == true) {
				this.gotoAndStop(1);
			}
		}
		frame 54 {
			stop();
			_parent.currentitem = 54;
			if (_root.gotmeatdog == true) {
				this.gotoAndStop(1);
			}
		}
		frame 55 {
			stop();
			_parent.currentitem = 55;
			if (_root.gotmanny == true) {
				this.gotoAndStop(1);
			}
		}
		frame 56 {
			stop();
			_parent.currentitem = 56;
			if (_root.gotdragon == true) {
				this.gotoAndStop(1);
			}
		}
		frame 57 {
			stop();
			_parent.currentitem = 57;
			if (_root.gotpuffdragon == true) {
				this.gotoAndStop(1);
			}
		}
		frame 58 {
			stop();
			_parent.currentitem = 58;
			if (_root.gotbluefairy == true) {
				this.gotoAndStop(1);
			}
		}
		frame 59 {
			stop();
			_parent.currentitem = 59;
			if (_root.gotgreenfairy == true) {
				this.gotoAndStop(1);
			}
		}
		frame 60 {
			stop();
			_parent.currentitem = 60;
			if (_root.fireballspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 61 {
			stop();
			_parent.currentitem = 61;
			if (_root.shockspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 62 {
			stop();
			_parent.currentitem = 62;
			if (_root.poisonspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 63 {
			stop();
			_parent.currentitem = 63;
			if (_root.smokeandmirrorspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 64 {
			stop();
			_parent.currentitem = 64;
			if (_root.pestilencespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 65 {
			stop();
			_parent.currentitem = 65;
			if (_root.thunderstruckspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 66 {
			stop();
			_parent.currentitem = 66;
			if (_root.forcepushspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 67 {
			stop();
			_parent.currentitem = 67;
			if (_root.globalwarmingspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 68 {
			stop();
			_parent.currentitem = 68;
			if (_root.medusagazespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 69 {
			stop();
			_parent.currentitem = 69;
			if (_root.pardonmespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 70 {
			stop();
			_parent.currentitem = 70;
		}
	}
	movieClip 259	{
		frame 34 {
			stop();
			this.gotoAndPlay(14);
		}
	}
	movieClip 260	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 263	{
	}
	movieClip 264	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 3));
			_parent.currentitem = 104;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(3);
			} else {
				if (_root.clovereffect == true) {
					this.gotoAndStop(3);
				}
			}
		}
		frame 2 {
			stop();
			_parent.currentitem = 104;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(3);
			} else {
				if (_root.clovereffect == true) {
					this.gotoAndStop(3);
				}
			}
		}
		frame 3 {
			stop();
			_parent.currentitem = 105;
		}
		frame 4 {
			stop();
			_parent.currentitem = 71;
		}
	}
	movieClip 266	{
		frame 1 {
			this.splat.gotoAndStop(2);
		}
		frame 13 {
			stop();
			if (this.currentitem == 104) {
				_root.statincreaseinfo.gotoAndStop(20);
				_root.herogold += 2;
				this.item.splat.gotoAndStop(2);
				this.item.gotoAndStop(4);
			}
			if (this.currentitem == 105) {
				_root.statincreaseinfo.gotoAndStop(21);
				_root.herogold += 3;
				this.item.splat.gotoAndStop(2);
				this.item.gotoAndStop(4);
			}
		}
	}
	movieClip 267	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox2 of movieClip 33	{
		}
	}
	movieClip 277	{
	}
	movieClip 281	{
	}
	movieClip 283	{
	}
	movieClip 286	{
	}
	movieClip 288	{
	}
	movieClip 291	{
	}
	movieClip 292	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 10));
			_parent._parent.swordstoneweapon = 1;
			if (_root.heroweapon == 1) {
				this.gotoAndStop(11);
			}
		}
		frame 2 {
			stop();
			_parent._parent.swordstoneweapon = 2;
			if (_root.heroweapon == 2) {
				this.gotoAndStop(11);
			}
		}
		frame 3 {
			stop();
			_parent._parent.swordstoneweapon = 3;
			if (_root.heroweapon == 3) {
				this.gotoAndStop(11);
			}
		}
		frame 4 {
			stop();
			_parent._parent.swordstoneweapon = 4;
			if (_root.heroweapon == 4) {
				this.gotoAndStop(11);
			}
		}
		frame 5 {
			stop();
			_parent._parent.swordstoneweapon = 5;
			if (_root.heroweapon == 5) {
				this.gotoAndStop(11);
			}
		}
		frame 6 {
			stop();
			_parent._parent.swordstoneweapon = 6;
			if (_root.heroweapon == 6) {
				this.gotoAndStop(11);
			}
		}
		frame 7 {
			stop();
			_parent._parent.swordstoneweapon = 7;
			if (_root.heroweapon == 7) {
				this.gotoAndStop(11);
			}
		}
		frame 8 {
			stop();
			_parent._parent.swordstoneweapon = 8;
			if (_root.heroweapon == 8) {
				this.gotoAndStop(11);
			}
		}
		frame 9 {
			stop();
			_parent._parent.swordstoneweapon = 9;
			if (_root.heroweapon == 9) {
				this.gotoAndStop(11);
			}
		}
		frame 10 {
			stop();
			_parent._parent.swordstoneweapon = 10;
			if (_root.heroweapon == 10) {
				this.gotoAndStop(11);
			}
		}
		frame 11 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 10));
		}
	}
	movieClip 294	{
	}
	movieClip 298	{
		frame 1 {
			stop();
			this.gotoAndStop(_parent._parent.swappedweapon);
			_parent._parent.swordstoneweapon = 0;
		}
		frame 2 {
			stop();
			this.gotoAndStop(_parent._parent.swappedweapon);
			_parent._parent.swordstoneweapon = 0;
		}
		frame 3 {
			stop();
			_parent._parent.swordstoneweapon = 1;
		}
		frame 4 {
			stop();
			_parent._parent.swordstoneweapon = 2;
		}
		frame 5 {
			stop();
			_parent._parent.swordstoneweapon = 3;
		}
		frame 6 {
			stop();
			_parent._parent.swordstoneweapon = 4;
		}
		frame 7 {
			stop();
			_parent._parent.swordstoneweapon = 5;
		}
		frame 8 {
			stop();
			_parent._parent.swordstoneweapon = 6;
		}
		frame 9 {
			stop();
			_parent._parent.swordstoneweapon = 7;
		}
		frame 10 {
			stop();
			_parent._parent.swordstoneweapon = 8;
		}
		frame 11 {
			stop();
			_parent._parent.swordstoneweapon = 9;
		}
		frame 12 {
			stop();
			_parent._parent.swordstoneweapon = 10;
		}
	}
	movieClip 299	{
	}
	movieClip 300	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heroinfrontofweapon = true;
					_root.ingameinfo.gotoAndStop(_parent.swordstoneweapon + 72);
				} else {
					if (this.hitTest(_root.hero.body.hitbox) == false and _root.pause == false) {
						_root.heroinfrontofweapon = false;
						_parent.gotoAndStop(1);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_parent.swappedweapon = _root.heroweapon;
					_root.heroweapon = 3;
					_root.hero.gotoAndStop(39);
					_parent.gotoAndStop(3);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 2 and _root.pause == false) {
						_root.interactallowed = false;
						_parent.swappedweapon = _root.heroweapon;
						_root.heroweapon = 4;
						_root.hero.gotoAndStop(39);
						_parent.gotoAndStop(3);
					} else {
						if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 3 and _root.pause == false) {
							_root.interactallowed = false;
							_parent.swappedweapon = _root.heroweapon;
							_root.heroweapon = 5;
							_root.hero.gotoAndStop(39);
							_parent.gotoAndStop(3);
						} else {
							if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 4 and _root.pause == false) {
								_root.interactallowed = false;
								_parent.swappedweapon = _root.heroweapon;
								_root.heroweapon = 6;
								_root.hero.gotoAndStop(39);
								_parent.gotoAndStop(3);
							} else {
								if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 5 and _root.pause == false) {
									_root.interactallowed = false;
									_parent.swappedweapon = _root.heroweapon;
									_root.heroweapon = 7;
									_root.hero.gotoAndStop(39);
									_parent.gotoAndStop(3);
								} else {
									if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 6 and _root.pause == false) {
										_root.interactallowed = false;
										_parent.swappedweapon = _root.heroweapon;
										_root.heroweapon = 8;
										_root.hero.gotoAndStop(39);
										_parent.gotoAndStop(3);
									} else {
										if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 7 and _root.pause == false) {
											_root.interactallowed = false;
											_parent.swappedweapon = _root.heroweapon;
											_root.heroweapon = 9;
											_root.hero.gotoAndStop(39);
											_parent.gotoAndStop(3);
										} else {
											if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 8 and _root.pause == false) {
												_root.interactallowed = false;
												_parent.swappedweapon = _root.heroweapon;
												_root.heroweapon = 10;
												_root.hero.gotoAndStop(39);
												_parent.gotoAndStop(3);
											} else {
												if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 9 and _root.pause == false) {
													_root.interactallowed = false;
													_parent.swappedweapon = _root.heroweapon;
													_root.heroweapon = 11;
													_root.hero.gotoAndStop(39);
													_parent.gotoAndStop(3);
												} else {
													if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 10 and _root.pause == false) {
														_root.interactallowed = false;
														_parent.swappedweapon = _root.heroweapon;
														_root.heroweapon = 12;
														_root.hero.gotoAndStop(39);
														_parent.gotoAndStop(3);
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
		}
		frame 3 {
			stop();
			this.swappedstone.item.gotoAndStop(1);
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(4);
				}
			}
		}
		frame 4 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heroinfrontofweapon = true;
					_root.ingameinfo.gotoAndStop(_parent.swordstoneweapon + 72);
				} else {
					if (this.hitTest(_root.hero.body.hitbox) == false and _root.pause == false) {
						_root.heroinfrontofweapon = false;
						_parent.gotoAndStop(3);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 0 and _root.pause == false) {
					_root.interactallowed = false;
					_parent.swappedweapon = _root.heroweapon;
					_root.heroweapon = 2;
					_root.hero.gotoAndStop(39);
					_parent.gotoAndStop(3);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 1 and _root.pause == false) {
						_root.interactallowed = false;
						_parent.swappedweapon = _root.heroweapon;
						_root.heroweapon = 3;
						_root.hero.gotoAndStop(39);
						_parent.gotoAndStop(3);
					} else {
						if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 2 and _root.pause == false) {
							_root.interactallowed = false;
							_parent.swappedweapon = _root.heroweapon;
							_root.heroweapon = 4;
							_root.hero.gotoAndStop(39);
							_parent.gotoAndStop(3);
						} else {
							if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 3 and _root.pause == false) {
								_root.interactallowed = false;
								_parent.swappedweapon = _root.heroweapon;
								_root.heroweapon = 5;
								_root.hero.gotoAndStop(39);
								_parent.gotoAndStop(3);
							} else {
								if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 4 and _root.pause == false) {
									_root.interactallowed = false;
									_parent.swappedweapon = _root.heroweapon;
									_root.heroweapon = 6;
									_root.hero.gotoAndStop(39);
									_parent.gotoAndStop(3);
								} else {
									if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 5 and _root.pause == false) {
										_root.interactallowed = false;
										_parent.swappedweapon = _root.heroweapon;
										_root.heroweapon = 7;
										_root.hero.gotoAndStop(39);
										_parent.gotoAndStop(3);
									} else {
										if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 6 and _root.pause == false) {
											_root.interactallowed = false;
											_parent.swappedweapon = _root.heroweapon;
											_root.heroweapon = 8;
											_root.hero.gotoAndStop(39);
											_parent.gotoAndStop(3);
										} else {
											if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 7 and _root.pause == false) {
												_root.interactallowed = false;
												_parent.swappedweapon = _root.heroweapon;
												_root.heroweapon = 9;
												_root.hero.gotoAndStop(39);
												_parent.gotoAndStop(3);
											} else {
												if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 8 and _root.pause == false) {
													_root.interactallowed = false;
													_parent.swappedweapon = _root.heroweapon;
													_root.heroweapon = 10;
													_root.hero.gotoAndStop(39);
													_parent.gotoAndStop(3);
												} else {
													if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 9 and _root.pause == false) {
														_root.interactallowed = false;
														_parent.swappedweapon = _root.heroweapon;
														_root.heroweapon = 11;
														_root.hero.gotoAndStop(39);
														_parent.gotoAndStop(3);
													} else {
														if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _parent.swordstoneweapon == 10 and _root.pause == false) {
															_root.interactallowed = false;
															_parent.swappedweapon = _root.heroweapon;
															_root.heroweapon = 12;
															_root.hero.gotoAndStop(39);
															_parent.gotoAndStop(3);
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
		}
	}
	movieClip 303	{
	}
	movieClip 305	{
	}
	movieClip 307	{
	}
	movieClip 308	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) == false and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.heromagic < _root.heromaxmagic and _root.pause == false) {
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(27);
					_root.heromagic += 1;
				}
			}
		}
	}
	movieClip 311	{
	}
	movieClip 332	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 7));
		}
	}
	movieClip 334	{
	}
	movieClip 335	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) == false and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herohealth < _root.heromaxhealth and _root.pause == false) {
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(26);
					_root.herohealth += 1;
				}
			}
		}
	}
	movieClip 345	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
			_root.heroweapondamage = 4;
			_root.heroweaponmagicincrease = 0;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 0;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 3 {
			stop();
			_root.heroweapondamage = 5;
			_root.heroweaponmagicincrease = 0;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 1.5;
			_root.heroweaponjumppowerincrease = 3;
		}
		frame 4 {
			stop();
			_root.heroweapondamage = 6;
			_root.heroweaponmagicincrease = 0;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 0.5;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 5 {
			stop();
			_root.heroweapondamage = 6;
			_root.heroweaponmagicincrease = 0;
			_root.heroweaponarmorincrease = 1;
			_root.heroweaponspeedincrease = 0;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 6 {
			stop();
			_root.heroweapondamage = 6;
			_root.heroweaponmagicincrease = 1;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 0.5;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 7 {
			stop();
			_root.heroweapondamage = 7;
			_root.heroweaponmagicincrease = 1;
			_root.heroweaponarmorincrease = 1;
			_root.heroweaponspeedincrease = 0.5;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 8 {
			stop();
			_root.heroweapondamage = 6;
			_root.heroweaponmagicincrease = 2;
			_root.heroweaponarmorincrease = 1;
			_root.heroweaponspeedincrease = 0.5;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 9 {
			stop();
			_root.heroweapondamage = 4;
			_root.heroweaponmagicincrease = 3;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 1;
			_root.heroweaponjumppowerincrease = 2;
		}
		frame 10 {
			stop();
			_root.heroweapondamage = 4;
			_root.heroweaponmagicincrease = 4;
			_root.heroweaponarmorincrease = 0;
			_root.heroweaponspeedincrease = 0.5;
			_root.heroweaponjumppowerincrease = 1;
		}
		frame 11 {
			stop();
			_root.heroweapondamage = 4;
			_root.heroweaponmagicincrease = 4;
			_root.heroweaponarmorincrease = 1;
			_root.heroweaponspeedincrease = 0;
			_root.heroweaponjumppowerincrease = 0;
		}
		frame 12 {
			stop();
			_root.heroweapondamage = 5;
			_root.heroweaponmagicincrease = 3;
			_root.heroweaponarmorincrease = 1;
			_root.heroweaponspeedincrease = 0;
			_root.heroweaponjumppowerincrease = 0;
		}
	}
	movieClip 360	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 369	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 384	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 390	{
	}
	movieClip 396	{
	}
	movieClip 402	{
	}
	movieClip 403	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	movieClip 410	{
	}
	movieClip 416	{
	}
	movieClip 422	{
	}
	movieClip 423	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
	}
	movieClip 439	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 456	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 465	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 474	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 489	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 490	{
	}
	movieClip 491	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 100) + 50);
			_parent.currentitem = 84;
		}
		instance of movieClip 119	{
			onClipEvent (enterFrame) {
				if (_root.rabbitsfooteffect == true) {
					_parent.gotoAndStop(36);
				} else {
					if (_root.clovereffect == true) {
						_parent.gotoAndStop(36);
					}
				}
			}
		}
		frame 2 {
			stop();
			_parent.currentitem = 84;
		}
		frame 3 {
			stop();
			_parent.currentitem = 84;
		}
		frame 4 {
			stop();
			_parent.currentitem = 84;
		}
		frame 5 {
			stop();
			_parent.currentitem = 84;
		}
		frame 6 {
			stop();
			_parent.currentitem = 84;
		}
		frame 7 {
			stop();
			_parent.currentitem = 84;
		}
		frame 8 {
			stop();
			_parent.currentitem = 84;
		}
		frame 9 {
			stop();
			_parent.currentitem = 84;
		}
		frame 10 {
			stop();
			_parent.currentitem = 84;
		}
		frame 11 {
			stop();
			_parent.currentitem = 84;
		}
		frame 12 {
			stop();
			_parent.currentitem = 84;
		}
		frame 13 {
			stop();
			_parent.currentitem = 84;
		}
		frame 14 {
			stop();
			_parent.currentitem = 84;
		}
		frame 15 {
			stop();
			_parent.currentitem = 84;
		}
		frame 16 {
			stop();
			_parent.currentitem = 84;
		}
		frame 17 {
			stop();
			_parent.currentitem = 84;
		}
		frame 18 {
			stop();
			_parent.currentitem = 84;
		}
		frame 19 {
			stop();
			_parent.currentitem = 84;
		}
		frame 20 {
			stop();
			_parent.currentitem = 84;
		}
		frame 21 {
			stop();
			_parent.currentitem = 84;
		}
		frame 22 {
			stop();
			_parent.currentitem = 84;
		}
		frame 23 {
			stop();
			_parent.currentitem = 84;
		}
		frame 24 {
			stop();
			_parent.currentitem = 84;
		}
		frame 25 {
			stop();
			_parent.currentitem = 84;
		}
		frame 26 {
			stop();
			_parent.currentitem = 84;
		}
		frame 27 {
			stop();
			_parent.currentitem = 84;
		}
		frame 28 {
			stop();
			_parent.currentitem = 84;
		}
		frame 29 {
			stop();
			_parent.currentitem = 84;
		}
		frame 30 {
			stop();
			_parent.currentitem = 84;
		}
		frame 31 {
			stop();
			_parent.currentitem = 84;
		}
		frame 32 {
			stop();
			_parent.currentitem = 84;
		}
		frame 33 {
			stop();
			_parent.currentitem = 84;
		}
		frame 34 {
			stop();
			_parent.currentitem = 84;
		}
		frame 35 {
			stop();
			_parent.currentitem = 84;
		}
		frame 36 {
			stop();
			_parent.currentitem = 85;
		}
		frame 37 {
			stop();
			_parent.currentitem = 85;
		}
		frame 38 {
			stop();
			_parent.currentitem = 85;
		}
		frame 39 {
			stop();
			_parent.currentitem = 85;
		}
		frame 40 {
			stop();
			_parent.currentitem = 85;
		}
		frame 41 {
			stop();
			_parent.currentitem = 85;
		}
		frame 42 {
			stop();
			_parent.currentitem = 85;
		}
		frame 43 {
			stop();
			_parent.currentitem = 85;
		}
		frame 44 {
			stop();
			_parent.currentitem = 85;
		}
		frame 45 {
			stop();
			_parent.currentitem = 85;
		}
		frame 46 {
			stop();
			_parent.currentitem = 85;
		}
		frame 47 {
			stop();
			_parent.currentitem = 85;
		}
		frame 48 {
			stop();
			_parent.currentitem = 85;
		}
		frame 49 {
			stop();
			_parent.currentitem = 85;
		}
		frame 50 {
			stop();
			_parent.currentitem = 85;
		}
		frame 51 {
			stop();
			_parent.currentitem = 86;
		}
		frame 52 {
			stop();
			_parent.currentitem = 87;
		}
		frame 53 {
			stop();
			_parent.currentitem = 88;
		}
		frame 54 {
			stop();
			_parent.currentitem = 89;
		}
		frame 55 {
			stop();
			_parent.currentitem = 90;
		}
		frame 56 {
			stop();
			_parent.currentitem = 91;
		}
		frame 57 {
			stop();
			_parent.currentitem = 92;
		}
		frame 58 {
			stop();
			_parent.currentitem = 93;
		}
		frame 59 {
			stop();
			_parent.currentitem = 94;
		}
		frame 60 {
			stop();
			_parent.currentitem = 95;
		}
		frame 61 {
			stop();
			_parent.currentitem = 96;
			if (_root.batwingsactive == true) {
				this.gotoAndStop(1);
			}
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 62 {
			stop();
			_parent.currentitem = 97;
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 63 {
			stop();
			_parent.currentitem = 98;
			if (_root.smudgestickeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 64 {
			stop();
			_parent.currentitem = 99;
			if (_root.triquetraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 65 {
			stop();
			_parent.currentitem = 100;
			if (_root.clovereffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 66 {
			stop();
			_parent.currentitem = 101;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 67 {
			stop();
			_parent.currentitem = 102;
			if (_root.stoneauraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 68 {
			stop();
			_parent.currentitem = 103;
			if (_root.rebirtheffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 69 {
			stop();
			_parent.currentitem = 71;
		}
		frame 70 {
			stop();
			_parent.currentitem = 106;
		}
		frame 71 {
			stop();
			_parent.currentitem = 106;
		}
		frame 72 {
			stop();
			_parent.currentitem = 106;
		}
		frame 73 {
			stop();
			_parent.currentitem = 106;
		}
		frame 74 {
			stop();
			_parent.currentitem = 106;
		}
		frame 75 {
			stop();
			_parent.currentitem = 106;
		}
		frame 76 {
			stop();
			_parent.currentitem = 106;
		}
		frame 77 {
			stop();
			_parent.currentitem = 106;
		}
		frame 78 {
			stop();
			_parent.currentitem = 106;
		}
		frame 79 {
			stop();
			_parent.currentitem = 106;
		}
		frame 80 {
			stop();
			_parent.currentitem = 106;
		}
		frame 81 {
			stop();
			_parent.currentitem = 106;
		}
		frame 82 {
			stop();
			_parent.currentitem = 106;
		}
		frame 83 {
			stop();
			_parent.currentitem = 106;
		}
		frame 84 {
			stop();
			_parent.currentitem = 106;
		}
		frame 85 {
			stop();
			_parent.currentitem = 106;
		}
		frame 86 {
			stop();
			_parent.currentitem = 106;
		}
		frame 87 {
			stop();
			_parent.currentitem = 106;
		}
		frame 88 {
			stop();
			_parent.currentitem = 106;
		}
		frame 89 {
			stop();
			_parent.currentitem = 106;
		}
		frame 90 {
			stop();
			_parent.currentitem = 106;
		}
		frame 91 {
			stop();
			_parent.currentitem = 106;
		}
		frame 92 {
			stop();
			_parent.currentitem = 106;
		}
		frame 93 {
			stop();
			_parent.currentitem = 106;
		}
		frame 94 {
			stop();
			_parent.currentitem = 106;
		}
		frame 95 {
			stop();
			_parent.currentitem = 106;
		}
		frame 96 {
			stop();
			_parent.currentitem = 106;
		}
		frame 97 {
			stop();
			_parent.currentitem = 106;
		}
		frame 98 {
			stop();
			_parent.currentitem = 106;
		}
		frame 99 {
			stop();
			_parent.currentitem = 106;
		}
		frame 100 {
			stop();
			_parent.currentitem = 106;
		}
		frame 101 {
			stop();
			_parent.currentitem = 106;
		}
		frame 102 {
			stop();
			_parent.currentitem = 106;
		}
		frame 103 {
			stop();
			_parent.currentitem = 106;
		}
		frame 104 {
			stop();
			_parent.currentitem = 106;
		}
		frame 105 {
			stop();
			_parent.currentitem = 106;
		}
		frame 106 {
			stop();
			_parent.currentitem = 106;
		}
		frame 107 {
			stop();
			_parent.currentitem = 106;
		}
		frame 108 {
			stop();
			_parent.currentitem = 106;
		}
		frame 109 {
			stop();
			_parent.currentitem = 106;
		}
		frame 110 {
			stop();
			_parent.currentitem = 106;
		}
		frame 111 {
			stop();
			_parent.currentitem = 106;
		}
		frame 112 {
			stop();
			_parent.currentitem = 106;
		}
		frame 113 {
			stop();
			_parent.currentitem = 106;
		}
		frame 114 {
			stop();
			_parent.currentitem = 106;
		}
		frame 115 {
			stop();
			_parent.currentitem = 106;
		}
		frame 116 {
			stop();
			_parent.currentitem = 106;
		}
		frame 117 {
			stop();
			_parent.currentitem = 106;
		}
		frame 118 {
			stop();
			_parent.currentitem = 106;
		}
		frame 119 {
			stop();
			_parent.currentitem = 106;
		}
		frame 120 {
			stop();
			_parent.currentitem = 107;
		}
		frame 121 {
			stop();
			_parent.currentitem = 107;
		}
		frame 122 {
			stop();
			_parent.currentitem = 107;
		}
		frame 123 {
			stop();
			_parent.currentitem = 107;
		}
		frame 124 {
			stop();
			_parent.currentitem = 107;
		}
		frame 125 {
			stop();
			_parent.currentitem = 107;
		}
		frame 126 {
			stop();
			_parent.currentitem = 107;
		}
		frame 127 {
			stop();
			_parent.currentitem = 107;
		}
		frame 128 {
			stop();
			_parent.currentitem = 107;
		}
		frame 129 {
			stop();
			_parent.currentitem = 107;
		}
		frame 130 {
			stop();
			_parent.currentitem = 107;
		}
		frame 131 {
			stop();
			_parent.currentitem = 107;
		}
		frame 132 {
			stop();
			_parent.currentitem = 107;
		}
		frame 133 {
			stop();
			_parent.currentitem = 107;
		}
		frame 134 {
			stop();
			_parent.currentitem = 107;
		}
		frame 135 {
			stop();
			_parent.currentitem = 107;
		}
		frame 136 {
			stop();
			_parent.currentitem = 107;
		}
		frame 137 {
			stop();
			_parent.currentitem = 107;
		}
		frame 138 {
			stop();
			_parent.currentitem = 107;
		}
		frame 139 {
			stop();
			_parent.currentitem = 107;
		}
		frame 140 {
			stop();
			_parent.currentitem = 107;
		}
		frame 141 {
			stop();
			_parent.currentitem = 107;
		}
		frame 142 {
			stop();
			_parent.currentitem = 107;
		}
		frame 143 {
			stop();
			_parent.currentitem = 107;
		}
		frame 144 {
			stop();
			_parent.currentitem = 107;
		}
		frame 145 {
			stop();
			_parent.currentitem = 107;
		}
		frame 146 {
			stop();
			_parent.currentitem = 107;
		}
		frame 147 {
			stop();
			_parent.currentitem = 107;
		}
		frame 148 {
			stop();
			_parent.currentitem = 107;
		}
		frame 149 {
			stop();
			_parent.currentitem = 107;
		}
		frame 150 {
			stop();
			_parent.currentitem = 107;
		}
	}
	movieClip 492	{
		frame 28 {
			stop();
			this.gotoAndPlay(8);
		}
	}
	movieClip 493	{
		frame 1 {
			stop();
			this.headrandomnumber = Math.ceil(Math.random() * 3);
			this.clothesrandomnumber = Math.ceil(Math.random() * 3);
			this.bootsrandomnumber = Math.ceil(Math.random() * 3);
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox2 of movieClip 33	{
		}
	}
	movieClip 499	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 3));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 501	{
		frame 1 {
			stop();
		}
	}
	movieClip 505	{
	}
	movieClip 508	{
	}
	movieClip 510	{
		frame 1 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) == false and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 515	{
	}
	movieClip 519	{
	}
	movieClip 537	{
	}
	movieClip 539	{
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.pause == false) {
						_root.herodamagetaken = 6 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.pause == false) {
							_root.herodamagetaken = 6 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						}
					}
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.pause == false) {
						_root.herodamagetaken = 6 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.pause == false) {
							_root.herodamagetaken = 6 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						}
					}
				}
			}
		}
		instance of movieClip 48	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.pause == false) {
						_root.herodamagetaken = 6 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.pause == false) {
							_root.herodamagetaken = 6 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						}
					}
				}
			}
		}
	}
	movieClip 540	{
		instance body of movieClip 539	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.hero._x < _parent._parent._parent._x and _root.pause == false) {
					_root.hero._x -= 20;
				} else {
					if (this.hitTest(_root.hero.body.head) and _root.hero._x >= _parent._parent._parent._x and _root.pause == false) {
						_root.hero._x += 20;
					}
				}
			}
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 18 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 10;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 20;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 30;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 40;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 40;
				}
			}
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_parent._parent.gotoAndStop(3);
				}
			}
		}
		frame 36 {
			stop();
			_parent.gotoAndStop(3);
		}
	}
	movieClip 542	{
	}
	movieClip 544	{
		frame 25 {
			_parent.gotoAndStop(4);
		}
	}
	movieClip 545	{
		frame 1 {
			stop();
			this.yposition = _parent._y;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 539	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 10;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._y <= _parent.yposition) {
					_parent._parent._y = _parent.yposition;
					_parent.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 546	{
		instance body of movieClip 539	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.hero._x < _parent._parent._parent._x and _root.pause == false) {
					_root.hero._x -= 20;
				} else {
					if (this.hitTest(_root.hero.body.head) and _root.hero._x >= _parent._parent._parent._x and _root.pause == false) {
						_root.hero._x += 20;
					}
				}
			}
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 18 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 40;
					_root.enemy10.randomhit = true;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 10;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 20;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 30;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 40;
				}
			}
		}
		instance blocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._parent._y += 40;
				}
			}
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_parent._parent.gotoAndStop(3);
				}
			}
		}
		frame 41 {
			stop();
			_parent.gotoAndStop(3);
		}
	}
	movieClip 547	{
		frame 1 {
			stop();
			this.yposition = _parent._y;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 539	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 16;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._parent._y <= _parent.yposition) {
					_parent._parent._y = _parent.yposition;
					_parent.gotoAndStop(1);
				}
			}
		}
	}
	movieClip 549	{
		frame 1 {
			_root.axe._x = _parent._x - 14;
			_root.axe._y = _parent._y + 110;
		}
	}
	movieClip 566	{
	}
	movieClip 567	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.hero.body.watersplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.watersplash) and _root.pause == false) {
					_root.hero.body.watersplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum <= 2 and _root.heromomentum > -1 and _root.heroarmor != 13 and _root.pause == false) {
					_root.heromomentum += 1;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum <= -3 and _root.heroarmor != 13 and _root.pause == false) {
					_root.heromomentum = -2;
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 569	{
	}
	movieClip 570	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.hero.body.watersplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.watersplash) and _root.pause == false) {
					_root.hero.body.watersplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum >= -2 and _root.heromomentum < 1 and _root.heroarmor != 13 and _root.pause == false) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum >= 3 and _root.heroarmor != 13 and _root.pause == false) {
					_root.heromomentum = 2;
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 592	{
		frame 1 {
			stop();
		}
		frame 15 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 7));
		}
	}
	movieClip 593	{
		frame 1 {
			_parent.randomnumber = Math.ceil(Math.random() * 3);
		}
	}
	movieClip 608	{
		frame 1 {
			if (this.randomnumber == 1) {
				this.bubble.bubble.gotoAndPlay(2);
			}
		}
	}
	movieClip 609	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.hero.body.swampsplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.swampsplash) and _root.pause == false) {
					_root.hero.body.swampsplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroarmor != 13 and _root.heromomentum >= 3 and _root.pause == false) {
					_root.heromomentum = 2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroarmor != 13 and _root.heromomentum <= -3 and _root.pause == false) {
					_root.heromomentum = -2;
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(3);
				}
			}
		}
	}
	movieClip 612	{
	}
	movieClip 626	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 4);
			if (this.randomnumber == 1) {
				this.gotoAndPlay(2);
			} else {
				if (this.randomnumber == 2) {
					this.gotoAndPlay(8);
				} else {
					if (this.randomnumber == 3) {
						this.gotoAndPlay(16);
					} else {
						if (this.randomnumber == 4) {
							this.gotoAndPlay(25);
						}
					}
				}
			}
		}
		frame 77 {
			stop();
			_root.teardrop1._x = _parent._x;
			_root.teardrop1._y = _parent._y;
			_root.teardrop1._x += 8.15;
			_root.teardrop1._y += 100;
			_root.teardrop1.gotoAndStop(2);
			play();
		}
	}
	movieClip 627	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 4);
			if (this.randomnumber == 1) {
				this.gotoAndPlay(2);
			} else {
				if (this.randomnumber == 2) {
					this.gotoAndPlay(8);
				} else {
					if (this.randomnumber == 3) {
						this.gotoAndPlay(16);
					} else {
						if (this.randomnumber == 4) {
							this.gotoAndPlay(25);
						}
					}
				}
			}
		}
		frame 77 {
			stop();
			_root.teardrop2._x = _parent._x;
			_root.teardrop2._y = _parent._y;
			_root.teardrop2._x -= 27.75;
			_root.teardrop2._y += 100;
			_root.teardrop2.gotoAndStop(2);
			play();
		}
	}
	movieClip 630	{
		frame 1 {
			_parent.randomnumber = Math.ceil(Math.random() * 3);
		}
	}
	movieClip 645	{
		frame 1 {
			if (this.randomnumber == 1) {
				this.bubble.bubble.gotoAndPlay(2);
			}
		}
	}
	movieClip 646	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.hero.body.lavasplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.swampsplash) and _root.pause == false) {
					_root.hero.body.lavasplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum >= 3 and _root.heroarmor != 10 and _root.pause == false) {
					_root.heromomentum = 2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum <= -3 and _root.heroarmor != 10 and _root.pause == false) {
					_root.heromomentum = -2;
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(4);
				}
			}
		}
	}
	movieClip 650	{
	}
	movieClip 651	{
		frame 20 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 652	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 654	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum >= 3 and _root.heroarmor != 12 and _root.pause == false) {
					_root.hero.body.websplash._alpha = 100;
					_root.heromomentum = 2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum <= -3 and _root.heroarmor != 12 and _root.pause == false) {
					_root.hero.body.websplash._alpha = 100;
					_root.heromomentum = -2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.websplash) and _root.pause == false) {
					_root.hero.body.websplash.play();
					_root.hero.body.websplash2.play();
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.frontleg) and _root.herovelocity < 0 and _root.pause == false) {
					_root.herovelocity += 2;
				}
			}
		}
	}
	movieClip 656	{
	}
	movieClip 659	{
	}
	movieClip 662	{
	}
	movieClip 664	{
	}
	movieClip 666	{
	}
	movieClip 669	{
	}
	movieClip 686	{
		frame 25 {
			stop();
		}
	}
	movieClip 688	{
		frame 24 {
			_parent._parent.platform.swapDepths(20);
			_parent._parent.platform.removeMovieClip();
		}
		frame 25 {
			_root.randomdamage = 46;
		}
		instance of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= 3;
				}
			}
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 18 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 42 {
			stop();
			_parent._parent.swapDepths(20);
			_parent._parent.removeMovieClip();
		}
	}
	movieClip 689	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 692	{
	}
	movieClip 693	{
		frame 15 {
			_parent._parent.platform._x += 1000;
			_parent._parent.leftwall._x += 1000;
			_parent._parent.rightwall._x += 1000;
			_parent._parent.jumpblocker._x += 1000;
		}
		frame 65 {
			_parent._parent.platform._x -= 1000;
			_parent._parent.leftwall._x -= 1000;
			_parent._parent.rightwall._x -= 1000;
			_parent._parent.jumpblocker._x -= 1000;
		}
		frame 75 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 694	{
		frame 1 {
			stop();
		}
		instance of movieClip 692	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroarmor != 15 and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
		}
	}
	movieClip 722	{
	}
	movieClip 723	{
		instance of movieClip 722	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.hero._x <= _parent._parent._x and _root.heroarmor != 9 and _root.pause == false) {
					_root.herovelocity = 0;
					_root.heromomentum = 0;
					_root.hero._x = _parent._parent._x - 1;
					_root.hero.gotoAndStop(15);
				} else {
					if (this.hitTest(_root.hero.body.hitbox) and _root.hero._x > _parent._parent._x and _root.heroarmor != 9 and _root.pause == false) {
						_root.herovelocity = 0;
						_root.heromomentum = 0;
						_root.hero._x = _parent._parent._x + 1;
						_root.hero.gotoAndStop(16);
					}
				}
			}
		}
	}
	movieClip 725	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.hero.body.goosplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.goosplash) and _root.pause == false) {
					_root.hero.body.goosplash.play();
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum >= 6 and _root.heroarmor != 12 and _root.pause == false) {
					_root.hero.gotoAndStop(23);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum <= -6 and _root.heroarmor != 12 and _root.pause == false) {
					_root.hero.gotoAndStop(24);
				}
			}
		}
		instance jumpinbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.herovelocity > 0 and _root.pause == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(5);
				}
			}
		}
	}
	movieClip 728	{
	}
	
	// unknown tag 88 length 77
	movieClip 784	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 64));
			_parent.currentitem = 108;
			_parent.shopitemprice = 10;
		}
		frame 2 {
			stop();
			_parent.currentitem = 109;
			_parent.shopitemprice = 9;
		}
		frame 3 {
			stop();
			_parent.currentitem = 110;
			_parent.shopitemprice = 32;
		}
		frame 4 {
			stop();
			_parent.currentitem = 111;
			_parent.shopitemprice = 30;
		}
		frame 5 {
			stop();
			_parent.currentitem = 112;
			_parent.shopitemprice = 20;
		}
		frame 6 {
			stop();
			_parent.currentitem = 113;
			_parent.shopitemprice = 29;
		}
		frame 7 {
			stop();
			_parent.currentitem = 114;
			_parent.shopitemprice = 28;
		}
		frame 8 {
			stop();
			_parent.currentitem = 115;
			_parent.shopitemprice = 24;
		}
		frame 9 {
			stop();
			_parent.currentitem = 116;
			_parent.shopitemprice = 69;
		}
		frame 10 {
			stop();
			_parent.currentitem = 117;
			_parent.shopitemprice = 41;
		}
		frame 11 {
			stop();
			_parent.currentitem = 118;
			_parent.shopitemprice = 39;
		}
		frame 12 {
			stop();
			_parent.currentitem = 119;
			_parent.shopitemprice = 12;
		}
		frame 13 {
			stop();
			_parent.currentitem = 120;
			_parent.shopitemprice = 26;
		}
		frame 14 {
			stop();
			_parent.currentitem = 121;
			_parent.shopitemprice = 30;
		}
		frame 15 {
			stop();
			_parent.currentitem = 122;
			_parent.shopitemprice = 18;
		}
		frame 16 {
			stop();
			_parent.currentitem = 123;
			_parent.shopitemprice = 19;
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 17 {
			stop();
			_parent.currentitem = 124;
			_parent.shopitemprice = 50;
		}
		frame 18 {
			stop();
			_parent.currentitem = 125;
			_parent.shopitemprice = 21;
		}
		frame 19 {
			stop();
			_parent.currentitem = 126;
			_parent.shopitemprice = 14;
		}
		frame 20 {
			stop();
			_parent.currentitem = 127;
			_parent.shopitemprice = 13;
		}
		frame 21 {
			stop();
			_parent.currentitem = 128;
			_parent.shopitemprice = 22;
		}
		frame 22 {
			stop();
			_parent.currentitem = 129;
			_parent.shopitemprice = 23;
		}
		frame 23 {
			stop();
			_parent.currentitem = 130;
			_parent.shopitemprice = 37;
			if (_root.pixiedusteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 24 {
			stop();
			_parent.currentitem = 131;
			_parent.shopitemprice = 39;
			if (_root.amethysteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 25 {
			stop();
			_parent.currentitem = 132;
			_parent.shopitemprice = 27;
		}
		frame 26 {
			stop();
			_parent.currentitem = 133;
			_parent.shopitemprice = 29;
		}
		frame 27 {
			stop();
			_parent.currentitem = 134;
			_parent.shopitemprice = 36;
			if (_root.batwingsactive == true) {
				this.gotoAndStop(1);
			}
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 28 {
			stop();
			_parent.currentitem = 135;
			_parent.shopitemprice = 46;
			if (_root.demonwingsactive == true) {
				this.gotoAndStop(1);
			}
		}
		frame 29 {
			stop();
			_parent.currentitem = 136;
			_parent.shopitemprice = 41;
			if (_root.smudgestickeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 30 {
			stop();
			_parent.currentitem = 137;
			_parent.shopitemprice = 46;
			if (_root.triquetraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 31 {
			stop();
			_parent.currentitem = 138;
			_parent.shopitemprice = 42;
			if (_root.clovereffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 32 {
			stop();
			_parent.currentitem = 139;
			_parent.shopitemprice = 38;
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 33 {
			stop();
			_parent.currentitem = 140;
			_parent.shopitemprice = 43;
			if (_root.stoneauraeffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 34 {
			stop();
			_parent.currentitem = 141;
			_parent.shopitemprice = 44;
			if (_root.rebirtheffect == true) {
				this.gotoAndStop(1);
			}
		}
		frame 35 {
			stop();
			_parent.currentitem = 142;
			_parent.shopitemprice = 41;
			if (_root.heroarmor == 6) {
				this.gotoAndStop(1);
			}
		}
		frame 36 {
			stop();
			_parent.currentitem = 143;
			_parent.shopitemprice = 53;
			if (_root.heroarmor == 7) {
				this.gotoAndStop(1);
			}
		}
		frame 37 {
			stop();
			_parent.currentitem = 144;
			_parent.shopitemprice = 42;
			if (_root.heroarmor == 8) {
				this.gotoAndStop(1);
			}
		}
		frame 38 {
			stop();
			_parent.currentitem = 145;
			_parent.shopitemprice = 51;
			if (_root.heroarmor == 9) {
				this.gotoAndStop(1);
			}
		}
		frame 39 {
			stop();
			_parent.currentitem = 146;
			_parent.shopitemprice = 66;
			if (_root.heroarmor == 10) {
				this.gotoAndStop(1);
			}
		}
		frame 40 {
			stop();
			_parent.currentitem = 147;
			_parent.shopitemprice = 56;
			if (_root.heroarmor == 11) {
				this.gotoAndStop(1);
			}
		}
		frame 41 {
			stop();
			_parent.currentitem = 148;
			_parent.shopitemprice = 48;
			if (_root.heroarmor == 12) {
				this.gotoAndStop(1);
			}
		}
		frame 42 {
			stop();
			_parent.currentitem = 149;
			_parent.shopitemprice = 50;
			if (_root.heroarmor == 13) {
				this.gotoAndStop(1);
			}
		}
		frame 43 {
			stop();
			_parent.currentitem = 150;
			_parent.shopitemprice = 59;
			if (_root.heroarmor == 14) {
				this.gotoAndStop(1);
			}
		}
		frame 44 {
			stop();
			_parent.currentitem = 151;
			_parent.shopitemprice = 50;
			if (_root.heroarmor == 15) {
				this.gotoAndStop(1);
			}
		}
		frame 45 {
			stop();
			_parent.currentitem = 152;
			_parent.shopitemprice = 33;
			if (_root.fireballspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 46 {
			stop();
			_parent.currentitem = 153;
			_parent.shopitemprice = 29;
			if (_root.shockspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 47 {
			stop();
			_parent.currentitem = 154;
			_parent.shopitemprice = 31;
			if (_root.poisonspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 48 {
			stop();
			_parent.currentitem = 155;
			_parent.shopitemprice = 27;
			if (_root.smokeandmirrorspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 49 {
			stop();
			_parent.currentitem = 156;
			_parent.shopitemprice = 52;
			if (_root.pestilencespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 50 {
			stop();
			_parent.currentitem = 157;
			_parent.shopitemprice = 40;
			if (_root.thunderstruckspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 51 {
			stop();
			_parent.currentitem = 158;
			_parent.shopitemprice = 30;
			if (_root.forcepushspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 52 {
			stop();
			_parent.currentitem = 159;
			_parent.shopitemprice = 42;
			if (_root.globalwarmingspell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 53 {
			stop();
			_parent.currentitem = 160;
			_parent.shopitemprice = 37;
			if (_root.medusagazespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 54 {
			stop();
			_parent.currentitem = 161;
			_parent.shopitemprice = 39;
			if (_root.pardonmespell == true) {
				this.gotoAndStop(1);
			}
		}
		frame 55 {
			stop();
			_parent.currentitem = 162;
			_parent.shopitemprice = 35;
			if (_root.heroweapon == 3) {
				this.gotoAndStop(1);
			}
		}
		frame 56 {
			stop();
			_parent.currentitem = 163;
			_parent.shopitemprice = 38;
			if (_root.heroweapon == 4) {
				this.gotoAndStop(1);
			}
		}
		frame 57 {
			stop();
			_parent.currentitem = 164;
			_parent.shopitemprice = 42;
			if (_root.heroweapon == 5) {
				this.gotoAndStop(1);
			}
		}
		frame 58 {
			stop();
			_parent.currentitem = 165;
			_parent.shopitemprice = 44;
			if (_root.heroweapon == 6) {
				this.gotoAndStop(1);
			}
		}
		frame 59 {
			stop();
			_parent.currentitem = 166;
			_parent.shopitemprice = 54;
			if (_root.heroweapon == 7) {
				this.gotoAndStop(1);
			}
		}
		frame 60 {
			stop();
			_parent.currentitem = 167;
			_parent.shopitemprice = 53;
			if (_root.heroweapon == 8) {
				this.gotoAndStop(1);
			}
		}
		frame 61 {
			stop();
			_parent.currentitem = 168;
			_parent.shopitemprice = 36;
			if (_root.heroweapon == 9) {
				this.gotoAndStop(1);
			}
		}
		frame 62 {
			stop();
			_parent.currentitem = 169;
			_parent.shopitemprice = 42;
			if (_root.heroweapon == 10) {
				this.gotoAndStop(1);
			}
		}
		frame 63 {
			stop();
			_parent.currentitem = 170;
			_parent.shopitemprice = 45;
			if (_root.heroweapon == 11) {
				this.gotoAndStop(1);
			}
		}
		frame 64 {
			stop();
			_parent.currentitem = 171;
			_parent.shopitemprice = 40;
			if (_root.heroweapon == 12) {
				this.gotoAndStop(1);
			}
		}
		frame 65 {
			stop();
			_parent.currentitem = 71;
		}
	}
	movieClip 785	{
		frame 28 {
			stop();
			this.gotoAndPlay(8);
		}
	}
	movieClip 804	{
		frame 17 {
			stop();
		}
	}
	movieClip 805	{
		frame 1 {
			stop();
		}
		instance jumpblocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.herovelocity < 0) {
					_root.herovelocity = 0;
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.herovelocity < 0) {
						_root.herovelocity = 0;
					} else {
						if (this.hitTest(_root.hero.body.backarm) and _root.herovelocity < 0) {
							_root.herovelocity = 0;
						} else {
							if (this.hitTest(_root.hero.body.frontleg) and _root.herovelocity < 0) {
								_root.herovelocity = 0;
							} else {
								if (this.hitTest(_root.hero.body.backleg) and _root.herovelocity < 0) {
									_root.herovelocity = 0;
								}
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and (_root.demonwingsactive == true or _root.etherealwingsactive == true)) {
					_root.hero._y += 3 + _root.herojumppower;
				}
			}
		}
		instance leftwall of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.pause == false) {
					_root.hero._x -= _root.herospeed + 1;
					_root.hero._x -= _root.heromomentum;
					_root.heromomentum = 0;
				}
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_root.hero._x -= _root.herospeed + 1;
					_root.hero._x -= _root.heromomentum;
					_root.heromomentum = 0;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.bunny.body) and _root.pause == false) {
					_root.bunny._x -= _root.bunnyspeed;
				}
				if (this.hitTest(_root.meatdog.body) and _root.pause == false) {
					_root.meatdog._x -= _root.meatdogspeed;
				}
				if (this.hitTest(_root.swampball.body) and _root.pause == false) {
					_root.swampball._x -= _root.swampballspeed;
				}
			}
		}
		instance rightwall of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_root.hero._x += _root.herospeed + 1;
					_root.hero._x -= _root.heromomentum;
					_root.heromomentum = 0;
				}
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_root.hero._x += _root.herospeed + 1;
					_root.hero._x -= _root.heromomentum;
					_root.heromomentum = 0;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.bunny.body) and _root.pause == false) {
					_root.bunny._x += _root.bunnyspeed;
				}
				if (this.hitTest(_root.meatdog.body) and _root.pause == false) {
					_root.meatdog._x += _root.meatdogspeed;
				}
				if (this.hitTest(_root.swampball.body) and _root.pause == false) {
					_root.swampball._x += _root.swampballspeed;
				}
			}
		}
		frame 2 {
			stop();
			_root.platform1unlocked = true;
		}
		frame 3 {
			stop();
			_root.shrooms._x = this._x - 10;
			_root.shrooms._y = this._y;
			_root.platform2unlocked = true;
		}
		frame 4 {
			stop();
			_root.platform13unlocked = true;
		}
		frame 5 {
			stop();
			_root.platform3unlocked = true;
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroinvincible == false and _root.heroarmor != 14 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 6 {
			stop();
			_root.platform4unlocked = true;
		}
		instance wind of movieClip 75	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herofacingright == true and _root.pause == false) {
					_root.herovelocity = -10;
					_root.herogravity = 1;
					_root.hero.gotoAndStop(7);
				} else {
					if (this.hitTest(_root.hero.body.watersplash) and _root.herofacingright == true and _root.pause == false) {
						_root.herovelocity = -10;
						_root.herogravity = 1;
						_root.hero.gotoAndStop(7);
					} else {
						if (this.hitTest(_root.hero.body.torso) and _root.herofacingright == false and _root.pause == false) {
							_root.herovelocity = -10;
							_root.herogravity = 1;
							_root.hero.gotoAndStop(8);
						} else {
							if (this.hitTest(_root.hero.body.watersplash) and _root.herofacingright == false and _root.pause == false) {
								_root.herovelocity = -10;
								_root.herogravity = 1;
								_root.hero.gotoAndStop(8);
							} else {
								_root.herogravity = 3;
							}
						}
					}
				}
			}
		}
		frame 7 {
			stop();
			_root.platform4unlocked = true;
		}
		instance wind of movieClip 75	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heromomentum += 3;
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
						_root.heromomentum += 3;
					}
				}
			}
		}
		frame 8 {
			stop();
			_root.platform5unlocked = true;
		}
		frame 9 {
			stop();
			_root.platform6unlocked = true;
		}
		frame 10 {
			stop();
			_root.platform7unlocked = true;
		}
		frame 11 {
			stop();
			_root.platform8unlocked = true;
		}
		frame 12 {
			stop();
			_root.platform9unlocked = true;
		}
		frame 13 {
			stop();
			_root.platform10unlocked = true;
		}
		instance of movieClip 335	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this.bubble.play();
				}
			}
		}
		frame 14 {
			stop();
			_root.platform11unlocked = true;
		}
		instance deadbody of movieClip 493	{
			onClipEvent (enterFrame) {
				if (this.headrandomnumber == 1) {
					this.body.head.gotoAndStop(3);
				} else {
					if (this.headrandomnumber == 2) {
						this.body.head.gotoAndStop(4);
					} else {
						if (this.headrandomnumber == 3) {
							this.body.head.gotoAndStop(5);
						}
					}
				}
				if (this.clothesrandomnumber == 1) {
					this.body.torso.gotoAndStop(3);
					this.body.frontarm.gotoAndStop(3);
					this.body.backarm.gotoAndStop(3);
					this.body.frontleg.gotoAndStop(3);
					this.body.backleg.gotoAndStop(3);
				} else {
					if (this.clothesrandomnumber == 2) {
						this.body.torso.gotoAndStop(4);
						this.body.frontarm.gotoAndStop(4);
						this.body.backarm.gotoAndStop(4);
						this.body.frontleg.gotoAndStop(4);
						this.body.backleg.gotoAndStop(4);
					} else {
						if (this.clothesrandomnumber == 3) {
							this.body.torso.gotoAndStop(5);
							this.body.frontarm.gotoAndStop(5);
							this.body.backarm.gotoAndStop(5);
							this.body.frontleg.gotoAndStop(5);
							this.body.backleg.gotoAndStop(5);
						}
					}
				}
				if (this.bootsrandomnumber == 1) {
					this.body.frontleg.boots.gotoAndStop(3);
					this.body.backleg.boots.gotoAndStop(3);
				} else {
					if (this.bootsrandomnumber == 2) {
						this.body.frontleg.boots.gotoAndStop(4);
						this.body.backleg.boots.gotoAndStop(4);
					} else {
						if (this.bootsrandomnumber == 3) {
							this.body.frontleg.boots.gotoAndStop(5);
							this.body.backleg.boots.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
			_root.platform12unlocked = true;
		}
		frame 18 {
			stop();
		}
		frame 19 {
			stop();
		}
		frame 20 {
			stop();
			_root.platform13unlocked = true;
		}
		frame 21 {
			stop();
			_root.platform13unlocked = true;
		}
		frame 22 {
			stop();
		}
		instance of movieClip 515	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum > 1 and _root.pause == false) {
					_root.hero._x += 1;
					_root.heromomentum += 0.5;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heromomentum < -1 and _root.pause == false) {
					_root.hero._x -= 1;
					_root.heromomentum -= 0.5;
				}
			}
		}
		frame 23 {
			stop();
		}
		frame 24 {
			stop();
			_root.platform14unlocked = true;
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 25 {
			stop();
			_root.platform15unlocked = true;
		}
		frame 26 {
			stop();
			_root.platform15unlocked = true;
		}
		frame 27 {
			stop();
			_root.platform16unlocked = true;
		}
		frame 28 {
			stop();
			_root.platform17unlocked = true;
		}
		frame 29 {
			stop();
			_root.platform17unlocked = true;
		}
		frame 30 {
			stop();
			_root.platform18unlocked = true;
		}
		frame 31 {
			stop();
			_root.platform19unlocked = true;
		}
		frame 32 {
			stop();
			_root.platform20unlocked = true;
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 33 {
			stop();
			_root.platform4unlocked = true;
		}
		instance wind of movieClip 75	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heromomentum += 3;
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
						_root.heromomentum += 3;
					}
				}
			}
		}
		frame 34 {
			stop();
			_root.platform21unlocked = true;
		}
		instance of movieClip 654	{
		}
		frame 35 {
			stop();
			_root.platform21unlocked = true;
		}
		frame 36 {
			stop();
			_root.platform22unlocked = true;
		}
		instance of movieClip 689	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					this.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1.hitbox) and _root.enemy1.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy2.hitbox) and _root.enemy2.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy3.hitbox) and _root.enemy3.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy4.hitbox) and _root.enemy4.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy5.hitbox) and _root.enemy5.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy6.hitbox) and _root.enemy6.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy7.hitbox) and _root.enemy7.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy8.hitbox) and _root.enemy8.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy9.hitbox) and _root.enemy9.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
				if (this.hitTest(_root.enemy10.hitbox) and _root.enemy10.flying == false and _root.pause == false) {
					this.gotoAndStop(2);
				}
			}
		}
		frame 37 {
			stop();
			_root.vomit._y = this._y;
			_root.vomit._y -= 18;
			_root.vomit._x = this._x;
		}
		frame 38 {
			stop();
			_root.platform23unlocked = true;
		}
		frame 39 {
			stop();
			_root.platform24unlocked = true;
		}
		frame 40 {
			stop();
			_root.platform25unlocked = true;
		}
		frame 41 {
			stop();
		}
		frame 42 {
			stop();
		}
	}
	movieClip 808	{
	}
	movieClip 810	{
	}
	movieClip 813	{
	}
	movieClip 815	{
	}
	movieClip 817	{
	}
	movieClip 819	{
	}
	button 824 {
		on (release) {
			_root.gotoAndStop(2);
		}
	}
	movieClip 825	{
		frame 1 {
			_root.stop();
			PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
			if (PercentLoaded != 100) {
				this.loadText = PercentLoaded;
				bar._xscale = PercentLoaded;
			} else {
				gotoAndPlay('loaded');
			}
		}
		frame 2 {
			gotoAndPlay(1);
		}
		frame 3 {
			stop();
			_root.gotoAndStop(2);
		}
	}
	movieClip 828	{
	}
	button 830 {
		on (release) {
			getURL('http://armor.ag/MoreGames', '_blank');
		}
	}
	
	// unknown tag 88 length 68
	
	// unknown tag 88 length 90
	button 836 {
		on (release) {
			getURL('http://www.seethingswarm.com', '_blank');
		}
	}
	button 841 {
		on (release) {
			getURL('http://www.facebook.com/seethingswarm', '_blank');
		}
	}
	button 844 {
		on (release) {
			_root.mute = true;
		}
	}
	movieClip 846	{
	}
	button 849 {
		on (release) {
			_root.mute = false;
		}
	}
	movieClip 850	{
		frame 1 {
			_root.globalvolume.setVolume(100);
			stop();
		}
		instance of movieClip 846	{
			onClipEvent (enterFrame) {
				if (Key.isDown(77) and _root.muteallowed == true) {
					_root.muteallowed = false;
					_root.mute = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(77) == false) {
					_root.muteallowed = true;
				}
			}
		}
		frame 2 {
			_root.globalvolume.setVolume(0);
			stop();
		}
		instance of movieClip 846	{
			onClipEvent (enterFrame) {
				if (Key.isDown(77) and _root.muteallowed == true) {
					_root.muteallowed = false;
					_root.mute = false;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(77) == false) {
					_root.muteallowed = true;
				}
			}
		}
	}
	instance mutebutton of movieClip 850	{
		onClipEvent (enterFrame) {
			if (_root.mute == true) {
				_root.globalvolume.setVolume(0);
				this.gotoAndStop(2);
			} else {
				_root.globalvolume.setVolume(100);
				this.gotoAndStop(1);
			}
		}
	}
	frame 2 {
		stop();
		_root.music.gotoAndStop(3);
		_root.gamesaved = false;
		_root._quality = 'medium';
		_root.pause = false;
		_root.currentlevel = 1;
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.gotonextboss = false;
		_root.controlsetup = 1;
		_root.heromaxhealth = 30;
		_root.herohealth = 30;
		_root.heromaxmagic = 30;
		_root.heromagic = 30;
		_root.herospeed = 0.5;
		_root.herojumppower = 1;
		_root.heromomentum = 0;
		_root.herogravity = 3;
		_root.herovelocity = 0;
		_root.herofalling = true;
		_root.herosinking = false;
		_root.herocrouching = false;
		_root.heroweapon = 2;
		_root.heroarmor = 1;
		_root.herogold = 0;
		_root.heroinvincible = false;
		_root.herounstoppable = false;
		_root.heroinvisible = false;
		_root.poisonbottle = false;
		_root.herosalt = false;
		_root.randomdamage = 0;
		_root.heromeleebonus = 0;
		_root.herospelldamage = 0;
		_root.heromagicbonus = 0;
		_root.heroarmorbonus = 0;
		_root.herospeedbonus = 0;
		_root.herojumppowerbonus = 0;
		_root.pixiedusteffect = false;
		_root.amethysteffect = false;
		_root.smudgestickeffect = false;
		_root.triquetraeffect = false;
		_root.clovereffect = false;
		_root.rabbitsfooteffect = false;
		_root.rebirtheffect = false;
		_root.stoneauraeffect = false;
		_root.batwingsactive = false;
		_root.demonwingsactive = false;
		_root.etherealwingsactive = false;
		_root.herospell = false;
		_root.fireballspell = false;
		_root.shockspell = false;
		_root.poisonspell = false;
		_root.smokeandmirrorspell = false;
		_root.pestilencespell = false;
		_root.thunderstruckspell = false;
		_root.forcepushspell = false;
		_root.globalwarmingspell = false;
		_root.medusagazespell = false;
		_root.pardonmespell = false;
		_root.gotbunny = false;
		_root.bunnyspeed = 8;
		_root.bunnygravity = 3;
		_root.bunnyvelocity = 0;
		_root.bunnyfalling = true;
		_root.gotmeatdog = false;
		_root.meatdogspeed = 7.5;
		_root.meatdoggravity = 3;
		_root.meatdogvelocity = 0;
		_root.meatdogfalling = true;
		_root.gotswampball = false;
		_root.swampballspeed = 7.5;
		_root.swampballgravity = 3;
		_root.swampballvelocity = 0;
		_root.swampballfalling = true;
		_root.gotmanny = false;
		_root.mannyspeed = 5;
		_root.gotdragon = false;
		_root.dragonspeed = 6;
		_root.gotpuffdragon = false;
		_root.puffdragonspeed = 6;
		_root.gotgreenfairy = false;
		_root.greenfairyspeed = 8;
		_root.gotbluefairy = false;
		_root.bluefairyspeed = 7.5;
		_root.saltcircleactivated = false;
		_root.saltgravity = 3;
		_root.saltvelocity = 0;
		_root.saltfalling = true;
		_root.teardropgravity = 2;
		_root.teardropvelocity = 0;
		_root.teardrop2gravity = 2;
		_root.teardrop2velocity = 0;
		_root.teardrop3gravity = 3;
		_root.teardrop3velocity = 0;
		_root.teardrop4gravity = 3;
		_root.teardrop4velocity = 0;
		_root.enemy1unlocked = false;
		_root.enemy2unlocked = false;
		_root.enemy3unlocked = false;
		_root.enemy4unlocked = false;
		_root.enemy5unlocked = false;
		_root.enemy6unlocked = false;
		_root.enemy7unlocked = false;
		_root.enemy8unlocked = false;
		_root.enemy9unlocked = false;
		_root.enemy10unlocked = false;
		_root.enemy11unlocked = false;
		_root.enemy12unlocked = false;
		_root.enemy13unlocked = false;
		_root.enemy14unlocked = false;
		_root.enemy15unlocked = false;
		_root.enemy16unlocked = false;
		_root.platform1unlocked = false;
		_root.platform2unlocked = false;
		_root.platform3unlocked = false;
		_root.platform4unlocked = false;
		_root.platform5unlocked = false;
		_root.platform6unlocked = false;
		_root.platform7unlocked = false;
		_root.platform8unlocked = false;
		_root.platform9unlocked = false;
		_root.platform10unlocked = false;
		_root.platform11unlocked = false;
		_root.platform12unlocked = false;
		_root.platform13unlocked = false;
		_root.platform14unlocked = false;
		_root.platform15unlocked = false;
		_root.platform16unlocked = false;
		_root.platform17unlocked = false;
		_root.platform18unlocked = false;
		_root.platform19unlocked = false;
		_root.platform20unlocked = false;
		_root.platform21unlocked = false;
		_root.platform22unlocked = false;
		_root.platform23unlocked = false;
		_root.platform24unlocked = false;
		_root.platform25unlocked = false;
		_root.item1unlocked = false;
		_root.item2unlocked = false;
		_root.item3unlocked = false;
		_root.item4unlocked = false;
		_root.item5unlocked = false;
		_root.item6unlocked = false;
		_root.item7unlocked = false;
		_root.item8unlocked = false;
		_root.item9unlocked = false;
		_root.item10unlocked = false;
		_root.item11unlocked = false;
		_root.item12unlocked = false;
		_root.item13unlocked = false;
		_root.item14unlocked = false;
		_root.item15unlocked = false;
		_root.item16unlocked = false;
		_root.item17unlocked = false;
		_root.item18unlocked = false;
		_root.item19unlocked = false;
		_root.item20unlocked = false;
		_root.item21unlocked = false;
		_root.item22unlocked = false;
		_root.item23unlocked = false;
		_root.item24unlocked = false;
		_root.item25unlocked = false;
		_root.item26unlocked = false;
		_root.item27unlocked = false;
		_root.item28unlocked = false;
		_root.item29unlocked = false;
		_root.item30unlocked = false;
		_root.item31unlocked = false;
		_root.item32unlocked = false;
		_root.item33unlocked = false;
		_root.item34unlocked = false;
		_root.item35unlocked = false;
		_root.item36unlocked = false;
		_root.item37unlocked = false;
		_root.sword1unlocked = true;
		_root.sword2unlocked = false;
		_root.sword3unlocked = false;
		_root.sword4unlocked = false;
		_root.sword5unlocked = false;
		_root.sword6unlocked = false;
		_root.sword7unlocked = false;
		_root.sword8unlocked = false;
		_root.sword9unlocked = false;
		_root.sword10unlocked = false;
		_root.sword11unlocked = false;
		_root.spell1unlocked = false;
		_root.spell2unlocked = false;
		_root.spell3unlocked = false;
		_root.spell4unlocked = false;
		_root.spell5unlocked = false;
		_root.spell6unlocked = false;
		_root.spell7unlocked = false;
		_root.spell8unlocked = false;
		_root.spell9unlocked = false;
		_root.spell10unlocked = false;
		_root.armor1unlocked = false;
		_root.armor2unlocked = false;
		_root.armor3unlocked = false;
		_root.armor4unlocked = false;
		_root.armor5unlocked = false;
		_root.armor6unlocked = false;
		_root.armor7unlocked = false;
		_root.armor8unlocked = false;
		_root.armor9unlocked = false;
		_root.armor10unlocked = false;
		_root.pet1unlocked = false;
		_root.pet2unlocked = false;
		_root.pet3unlocked = false;
		_root.pet4unlocked = false;
		_root.pet5unlocked = false;
		_root.pet6unlocked = false;
		_root.pet7unlocked = false;
		_root.pet8unlocked = false;
		_root.hero.removeMovieClip();
		_root.portal.removeMovieClip();
		_root.particles.removeMovieClip();
		_root.mainhudbg.removeMovieClip();
		_root.healthbar.removeMovieClip();
		_root.magicbar.removeMovieClip();
		_root.currentlevelstat.removeTextField();
		_root.herohealthstat.removeTextField();
		_root.heromaxhealthstat.removeTextField();
		_root.heromagicstat.removeTextField();
		_root.heromaxmagicstat.removeTextField();
		_root.hudmeleedam.removeTextField();
		_root.hudmagicdam.removeTextField();
		_root.hudgoldstat.removeTextField();
		_root.hudarmorstat.removeTextField();
		_root.hudspeedstat.removeTextField();
		_root.hudacrobaticsstat.removeTextField();
		_root.hudweapon.removeMovieClip();
		_root.hudspell.removeMovieClip();
		_root.huditem.removeMovieClip();
		_root.hudarmor.removeMovieClip();
		_root.ambientsound.removeMovieClip();
		_root.shoplogo.removeMovieClip();
		_root.tutorialtextblock.removeMovieClip();
		_root.enemy1.removeMovieClip();
		_root.enemy2.removeMovieClip();
		_root.enemy3.removeMovieClip();
		_root.enemy4.removeMovieClip();
		_root.enemy5.removeMovieClip();
		_root.enemy6.removeMovieClip();
		_root.boss.removeMovieClip();
		_root.rightwall1.removeMovieClip();
		_root.rightwall2.removeMovieClip();
		_root.rightwall3.removeMovieClip();
		_root.rightwall4.removeMovieClip();
		_root.rightwall5.removeMovieClip();
		_root.rightwall6.removeMovieClip();
		_root.rightwall7.removeMovieClip();
		_root.rightwall8.removeMovieClip();
		_root.rightwall9.removeMovieClip();
		_root.rightwall10.removeMovieClip();
		_root.leftwall1.removeMovieClip();
		_root.leftwall2.removeMovieClip();
		_root.leftwall3.removeMovieClip();
		_root.leftwall4.removeMovieClip();
		_root.leftwall5.removeMovieClip();
		_root.leftwall6.removeMovieClip();
		_root.leftwall7.removeMovieClip();
		_root.leftwall8.removeMovieClip();
		_root.leftwall9.removeMovieClip();
		_root.leftwall10.removeMovieClip();
		_root.floor1.removeMovieClip();
		_root.floor2.removeMovieClip();
		_root.floor3.removeMovieClip();
		_root.floor4.removeMovieClip();
		_root.floor5.removeMovieClip();
		_root.floor6.removeMovieClip();
		_root.floor7.removeMovieClip();
		_root.floor8.removeMovieClip();
		_root.floor9.removeMovieClip();
		_root.floor10.removeMovieClip();
		_root.roof1.removeMovieClip();
		_root.roof2.removeMovieClip();
		_root.roof3.removeMovieClip();
		_root.roof4.removeMovieClip();
		_root.roof5.removeMovieClip();
		_root.roof6.removeMovieClip();
		_root.roof7.removeMovieClip();
		_root.roof8.removeMovieClip();
		_root.roof9.removeMovieClip();
		_root.roof10.removeMovieClip();
		_root.block21.removeMovieClip();
		_root.block22.removeMovieClip();
		_root.block23.removeMovieClip();
		_root.block24.removeMovieClip();
		_root.block25.removeMovieClip();
		_root.block26.removeMovieClip();
		_root.block27.removeMovieClip();
		_root.block28.removeMovieClip();
		_root.block29.removeMovieClip();
		_root.block30.removeMovieClip();
		_root.block31.removeMovieClip();
		_root.block32.removeMovieClip();
		_root.block33.removeMovieClip();
		_root.block34.removeMovieClip();
		_root.block35.removeMovieClip();
		_root.block36.removeMovieClip();
		_root.block37.removeMovieClip();
		_root.block38.removeMovieClip();
		_root.block39.removeMovieClip();
		_root.block40.removeMovieClip();
		_root.block41.removeMovieClip();
		_root.block42.removeMovieClip();
		_root.block43.removeMovieClip();
		_root.block44.removeMovieClip();
		_root.block45.removeMovieClip();
		_root.block46.removeMovieClip();
		_root.block47.removeMovieClip();
		_root.block48.removeMovieClip();
		_root.block49.removeMovieClip();
		_root.block50.removeMovieClip();
		_root.block51.removeMovieClip();
		_root.block52.removeMovieClip();
		_root.block53.removeMovieClip();
		_root.block54.removeMovieClip();
		_root.block55.removeMovieClip();
		_root.block56.removeMovieClip();
		_root.block57.removeMovieClip();
		_root.block58.removeMovieClip();
		_root.block59.removeMovieClip();
		_root.block60.removeMovieClip();
		_root.block61.removeMovieClip();
		_root.block62.removeMovieClip();
		_root.block63.removeMovieClip();
		_root.block64.removeMovieClip();
		_root.block65.removeMovieClip();
		_root.block66.removeMovieClip();
		_root.block67.removeMovieClip();
		_root.block68.removeMovieClip();
		_root.block69.removeMovieClip();
		_root.block70.removeMovieClip();
		_root.block71.removeMovieClip();
		_root.block72.removeMovieClip();
		_root.block73.removeMovieClip();
		_root.block74.removeMovieClip();
		_root.block75.removeMovieClip();
		_root.block76.removeMovieClip();
		_root.block77.removeMovieClip();
		_root.block78.removeMovieClip();
		_root.block79.removeMovieClip();
		_root.block80.removeMovieClip();
		_root.block81.removeMovieClip();
		_root.block82.removeMovieClip();
		_root.block83.removeMovieClip();
		_root.block84.removeMovieClip();
		_root.block85.removeMovieClip();
		_root.block86.removeMovieClip();
		_root.block87.removeMovieClip();
		_root.block88.removeMovieClip();
		_root.block89.removeMovieClip();
		_root.block90.removeMovieClip();
		_root.block91.removeMovieClip();
		_root.block92.removeMovieClip();
		_root.block93.removeMovieClip();
		_root.block94.removeMovieClip();
		_root.block95.removeMovieClip();
		_root.block96.removeMovieClip();
		_root.block97.removeMovieClip();
		_root.block98.removeMovieClip();
		_root.block99.removeMovieClip();
		_root.block100.removeMovieClip();
		_root.axe._x = -250;
		_root.vomit._x = -150;
		_root.shrooms._x = -150;
		_root.portal._x = -300;
		_root.blairwitch._x = -70;
		_root.blairwitch._y = 400;
		_root.saltcircleactivated = false;
		_root.saltcircle._x = -80;
		_root.saltcircle._y = 425;
	}
	movieClip 854	{
	}
	movieClip 856	{
	}
	movieClip 870	{
	}
	movieClip 871	{
		frame 200 {
			stop();
			_root.gotoAndStop(3);
		}
	}
	movieClip 876	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
	}
	frame 3 {
		stop();
		_root._quality = 'medium';
		_root.pos = SharedObject.getLocal('efsave');
		_root.gamesaved = _root.pos.data.gamesaved;
		if (_root.gamesaved == true) {
			_root.pos = SharedObject.getLocal('efsave');
			_root.enemy1unlocked = _root.pos.data.enemy1unlocked;
			_root.enemy2unlocked = _root.pos.data.enemy2unlocked;
			_root.enemy3unlocked = _root.pos.data.enemy3unlocked;
			_root.enemy4unlocked = _root.pos.data.enemy4unlocked;
			_root.enemy5unlocked = _root.pos.data.enemy5unlocked;
			_root.enemy6unlocked = _root.pos.data.enemy6unlocked;
			_root.enemy7unlocked = _root.pos.data.enemy7unlocked;
			_root.enemy8unlocked = _root.pos.data.enemy8unlocked;
			_root.enemy9unlocked = _root.pos.data.enemy9unlocked;
			_root.enemy10unlocked = _root.pos.data.enemy10unlocked;
			_root.enemy11unlocked = _root.pos.data.enemy11unlocked;
			_root.enemy12unlocked = _root.pos.data.enemy12unlocked;
			_root.enemy13unlocked = _root.pos.data.enemy13unlocked;
			_root.enemy14unlocked = _root.pos.data.enemy14unlocked;
			_root.enemy15unlocked = _root.pos.data.enemy15unlocked;
			_root.enemy16unlocked = _root.pos.data.enemy16unlocked;
			_root.platform1unlocked = _root.pos.data.platform1unlocked;
			_root.platform2unlocked = _root.pos.data.platform3unlocked;
			_root.platform3unlocked = _root.pos.data.platform4unlocked;
			_root.platform4unlocked = _root.pos.data.platform5unlocked;
			_root.platform5unlocked = _root.pos.data.platform6unlocked;
			_root.platform6unlocked = _root.pos.data.platform7unlocked;
			_root.platform7unlocked = _root.pos.data.platform8unlocked;
			_root.platform8unlocked = _root.pos.data.platform9unlocked;
			_root.platform9unlocked = _root.pos.data.platform10unlocked;
			_root.platform10unlocked = _root.pos.data.platform11unlocked;
			_root.platform11unlocked = _root.pos.data.platform12unlocked;
			_root.platform12unlocked = _root.pos.data.platform13unlocked;
			_root.platform13unlocked = _root.pos.data.platform14unlocked;
			_root.platform14unlocked = _root.pos.data.platform15unlocked;
			_root.platform15unlocked = _root.pos.data.platform16unlocked;
			_root.platform16unlocked = _root.pos.data.platform17unlocked;
			_root.platform17unlocked = _root.pos.data.platform18unlocked;
			_root.platform18unlocked = _root.pos.data.platform19unlocked;
			_root.platform19unlocked = _root.pos.data.platform20unlocked;
			_root.platform20unlocked = _root.pos.data.platform21unlocked;
			_root.platform21unlocked = _root.pos.data.platform22unlocked;
			_root.platform22unlocked = _root.pos.data.platform23unlocked;
			_root.platform23unlocked = _root.pos.data.platform24unlocked;
			_root.platform24unlocked = _root.pos.data.platform25unlocked;
			_root.platform25unlocked = _root.pos.data.platform26unlocked;
			_root.item1unlocked = _root.pos.data.item1unlocked;
			_root.item2unlocked = _root.pos.data.item2unlocked;
			_root.item3unlocked = _root.pos.data.item3unlocked;
			_root.item4unlocked = _root.pos.data.item4unlocked;
			_root.item5unlocked = _root.pos.data.item5unlocked;
			_root.item6unlocked = _root.pos.data.item6unlocked;
			_root.item7unlocked = _root.pos.data.item7unlocked;
			_root.item8unlocked = _root.pos.data.item8unlocked;
			_root.item9unlocked = _root.pos.data.item9unlocked;
			_root.item10unlocked = _root.pos.data.item10unlocked;
			_root.item11unlocked = _root.pos.data.item11unlocked;
			_root.item12unlocked = _root.pos.data.item12unlocked;
			_root.item13unlocked = _root.pos.data.item13unlocked;
			_root.item14unlocked = _root.pos.data.item14unlocked;
			_root.item15unlocked = _root.pos.data.item15unlocked;
			_root.item16unlocked = _root.pos.data.item16unlocked;
			_root.item17unlocked = _root.pos.data.item17unlocked;
			_root.item18unlocked = _root.pos.data.item18unlocked;
			_root.item19unlocked = _root.pos.data.item19unlocked;
			_root.item20unlocked = _root.pos.data.item20unlocked;
			_root.item21unlocked = _root.pos.data.item21unlocked;
			_root.item22unlocked = _root.pos.data.item22unlocked;
			_root.item23unlocked = _root.pos.data.item23unlocked;
			_root.item24unlocked = _root.pos.data.item24unlocked;
			_root.item25unlocked = _root.pos.data.item25unlocked;
			_root.item26unlocked = _root.pos.data.item26unlocked;
			_root.item27unlocked = _root.pos.data.item27unlocked;
			_root.item28unlocked = _root.pos.data.item28unlocked;
			_root.item29unlocked = _root.pos.data.item29unlocked;
			_root.item30unlocked = _root.pos.data.item30unlocked;
			_root.item31unlocked = _root.pos.data.item31unlocked;
			_root.item32unlocked = _root.pos.data.item32unlocked;
			_root.item33unlocked = _root.pos.data.item33unlocked;
			_root.item34unlocked = _root.pos.data.item34unlocked;
			_root.item35unlocked = _root.pos.data.item35unlocked;
			_root.item36unlocked = _root.pos.data.item36unlocked;
			_root.item37unlocked = _root.pos.data.item37unlocked;
			_root.sword1unlocked = _root.pos.data.sword1unlocked;
			_root.sword2unlocked = _root.pos.data.sword2unlocked;
			_root.sword3unlocked = _root.pos.data.sword3unlocked;
			_root.sword4unlocked = _root.pos.data.sword4unlocked;
			_root.sword5unlocked = _root.pos.data.sword5unlocked;
			_root.sword6unlocked = _root.pos.data.sword6unlocked;
			_root.sword7unlocked = _root.pos.data.sword7unlocked;
			_root.sword8unlocked = _root.pos.data.sword8unlocked;
			_root.sword9unlocked = _root.pos.data.sword9unlocked;
			_root.sword10unlocked = _root.pos.data.sword10unlocked;
			_root.sword11unlocked = _root.pos.data.sword11unlocked;
			_root.spell1unlocked = _root.pos.data.spell1unlocked;
			_root.spell2unlocked = _root.pos.data.spell2unlocked;
			_root.spell3unlocked = _root.pos.data.spell3unlocked;
			_root.spell4unlocked = _root.pos.data.spell4unlocked;
			_root.spell5unlocked = _root.pos.data.spell5unlocked;
			_root.spell6unlocked = _root.pos.data.spell6unlocked;
			_root.spell7unlocked = _root.pos.data.spell7unlocked;
			_root.spell8unlocked = _root.pos.data.spell8unlocked;
			_root.spell9unlocked = _root.pos.data.spell9unlocked;
			_root.spell10unlocked = _root.pos.data.spell10unlocked;
			_root.armor1unlocked = _root.pos.data.armor1unlocked;
			_root.armor2unlocked = _root.pos.data.armor2unlocked;
			_root.armor3unlocked = _root.pos.data.armor3unlocked;
			_root.armor4unlocked = _root.pos.data.armor4unlocked;
			_root.armor5unlocked = _root.pos.data.armor5unlocked;
			_root.armor6unlocked = _root.pos.data.armor6unlocked;
			_root.armor7unlocked = _root.pos.data.armor7unlocked;
			_root.armor8unlocked = _root.pos.data.armor8unlocked;
			_root.armor9unlocked = _root.pos.data.armor9unlocked;
			_root.armor10unlocked = _root.pos.data.armor10unlocked;
			_root.pet1unlocked = _root.pos.data.pet1unlocked;
			_root.pet2unlocked = _root.pos.data.pet2unlocked;
			_root.pet3unlocked = _root.pos.data.pet3unlocked;
			_root.pet4unlocked = _root.pos.data.pet4unlocked;
			_root.pet5unlocked = _root.pos.data.pet5unlocked;
			_root.pet6unlocked = _root.pos.data.pet6unlocked;
			_root.pet7unlocked = _root.pos.data.pet7unlocked;
			_root.pet8unlocked = _root.pos.data.pet8unlocked;
		}
	}
	movieClip 880	{
	}
	movieClip 891	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 9));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
	}
	movieClip 892	{
	}
	movieClip 900	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 7));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	movieClip 902	{
	}
	movieClip 904	{
	}
	movieClip 906	{
	}
	movieClip 908	{
	}
	movieClip 910	{
	}
	movieClip 912	{
	}
	movieClip 914	{
	}
	movieClip 916	{
	}
	movieClip 918	{
	}
	movieClip 920	{
	}
	movieClip 921	{
	}
	movieClip 934	{
	}
	movieClip 936	{
		instance of movieClip 934	{
			onClipEvent (enterFrame) {
				this.stop();
			}
		}
	}
	movieClip 939	{
	}
	movieClip 942	{
	}
	movieClip 943	{
	}
	movieClip 945	{
	}
	movieClip 947	{
	}
	movieClip 949	{
	}
	movieClip 951	{
	}
	movieClip 952	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 961	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 970	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 972	{
	}
	movieClip 981	{
	}
	movieClip 982	{
	}
	movieClip 984	{
		instance flamesback of movieClip 934	{
			onClipEvent (enterFrame) {
				this.gotoAndStop(6);
			}
		}
		instance of movieClip 934	{
			onClipEvent (enterFrame) {
				this.gotoAndStop(6);
			}
		}
	}
	movieClip 987	{
	}
	movieClip 988	{
	}
	movieClip 990	{
	}
	movieClip 991	{
		instance body of movieClip 921	{
			onClipEvent (enterFrame) {
				this.stop();
			}
		}
	}
	button 992 {
		on (release) {
			stopAllSounds();
			_root.mainmenufade.gotoAndPlay(21);
		}
	}
	movieClip 994	{
	}
	movieClip 995	{
	}
	button 998 {
		on (release) {
			getURL('http://armor.ag/MoreGames', '_blank');
		}
	}
	movieClip 1000	{
	}
	movieClip 1001	{
		frame 20 {
			stop();
		}
		instance of movieClip 995	{
			onClipEvent (enterFrame) {
				if (Key.isDown(65) and _root.attackallowed == true) {
					_root.attackallowed = false;
					stopAllSounds();
					_root.mainmenufade.gotoAndPlay(21);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(65) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 47 {
			stop();
			stopAllSounds();
			_root.gotoAndStop(5);
		}
	}
	frame 4 {
		stop();
	}
	frame 5 {
		stop();
		_root._quality = 'low';
		_root.binding = false;
	}
	movieClip 1004	{
	}
	movieClip 1006	{
	}
	movieClip 1007	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 7));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	movieClip 1008	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 7));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	movieClip 1017	{
	}
	movieClip 1018	{
	}
	movieClip 1020	{
	}
	movieClip 1029	{
	}
	movieClip 1030	{
	}
	movieClip 1031	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	movieClip 1045	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
		frame 18 {
			stop();
		}
		frame 19 {
			stop();
		}
		frame 20 {
			stop();
		}
		frame 21 {
			stop();
		}
		frame 22 {
			stop();
		}
		frame 23 {
			stop();
		}
		frame 24 {
			stop();
		}
		frame 25 {
			stop();
		}
		frame 26 {
			stop();
		}
	}
	movieClip 1059	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
	}
	movieClip 1061	{
	}
	movieClip 1064	{
		frame 100 {
			this.ambientsounds.gotoAndStop(1);
			this.ambientsounds.gotoAndStop(Math.ceil(Math.random() * 25 + 1));
		}
		frame 200 {
			this.ambientsounds.gotoAndStop(1);
			this.ambientsounds.gotoAndStop(Math.ceil(Math.random() * 25 + 1));
		}
		frame 300 {
			this.ambientsounds.gotoAndStop(1);
			this.ambientsounds.gotoAndStop(Math.ceil(Math.random() * 25 + 1));
			this.gotoAndPlay(3);
		}
	}
	instance mutebutton of movieClip 850	{
		onClipEvent (enterFrame) {
			if (_root.mute == true) {
				_root.globalvolume.setVolume(0);
				this.gotoAndStop(2);
			} else {
				_root.globalvolume.setVolume(100);
				this.gotoAndStop(1);
			}
		}
		onClipEvent (enterFrame) {
			if (Key.isDown(77) and _root.muteallowed == true and _root.mute == false) {
				_root.muteallowed = false;
				_root.mute = true;
			} else {
				if (Key.isDown(77) and _root.muteallowed == true and _root.mute == true) {
					_root.muteallowed = false;
					_root.mute = false;
				}
			}
		}
		onClipEvent (enterFrame) {
			if (Key.isDown(77) == false) {
				_root.muteallowed = true;
			}
		}
	}
	movieClip 1128	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
		frame 18 {
			stop();
		}
		frame 19 {
			stop();
		}
		frame 20 {
			stop();
		}
		frame 21 {
			stop();
		}
		frame 22 {
			stop();
		}
		frame 23 {
			stop();
		}
		frame 24 {
			stop();
		}
		frame 25 {
			stop();
		}
		frame 26 {
			stop();
		}
		frame 27 {
			stop();
		}
		frame 28 {
			stop();
		}
		frame 29 {
			stop();
		}
		frame 30 {
			stop();
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 33 {
			stop();
		}
		frame 34 {
			stop();
		}
		frame 35 {
			stop();
		}
		frame 36 {
			stop();
		}
		frame 37 {
			stop();
		}
		frame 38 {
			stop();
		}
		frame 39 {
			stop();
		}
		frame 40 {
			stop();
		}
		frame 41 {
			stop();
		}
		frame 42 {
			stop();
		}
		frame 43 {
			stop();
		}
		frame 44 {
			stop();
		}
		frame 45 {
			stop();
		}
		frame 46 {
			stop();
		}
		frame 47 {
			stop();
		}
		frame 48 {
			stop();
		}
		frame 49 {
			stop();
		}
		frame 50 {
			stop();
		}
		frame 51 {
			stop();
		}
		frame 52 {
			stop();
		}
		frame 53 {
			stop();
		}
		frame 54 {
			stop();
		}
		frame 55 {
			stop();
		}
		frame 56 {
			stop();
		}
		frame 57 {
			stop();
		}
		frame 58 {
			stop();
		}
		frame 59 {
			stop();
		}
		frame 60 {
			stop();
		}
		frame 61 {
			stop();
		}
	}
	movieClip 1129	{
		frame 13 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1130	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1131	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1133	{
	}
	movieClip 1134	{
		instance of movieClip 1133	{
			onClipEvent (enterFrame) {
				_root.randomdamage = 4;
				_parent._parent._parent.randomhit = true;
			}
		}
		frame 50 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1135	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1148	{
	}
	movieClip 1149	{
	}
	movieClip 1167	{
		frame 1 {
			this.movement = false;
		}
		frame 7 {
			this.movement = true;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 20 {
			stop();
			this.movement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('demonbatflyleft');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('demonbatflyright');
				}
			}
		}
	}
	movieClip 1175	{
		frame 7 {
			stop();
		}
	}
	movieClip 1181	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('demonbatflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('demonbatflyright');
				}
			}
		}
	}
	movieClip 1184	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 7 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_parent._x = -600;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1185	{
		frame 1 {
			this.gotoAndPlay(Math.ceil(Math.random() * 15));
		}
	}
	movieClip 1186	{
	}
	movieClip 1187	{
		frame 1 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 17 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 18 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 10;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 19 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 20;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 20 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 30;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 21 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 40;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 22 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 60;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 23 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 80;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 24 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 25 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 26 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 27 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 28 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 29 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 30 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 31 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 32 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 33 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 34 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 35 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 36 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 80;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 37 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 60;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 38 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 40;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 39 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 30;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 40 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 20;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 41 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 10;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 42 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
	}
	movieClip 1190	{
		frame 1 {
			this.forwardmovement = false;
			this.backwardmovement = true;
		}
		frame 9 {
			this.forwardmovement = true;
			this.backwardmovement = false;
		}
		instance of movieClip 934	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herocrouching == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 4 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 1186	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 25 {
			stop();
			this.forwardmovement = false;
			this.backwardmovement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('screamdemonflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('screamdemonflyleft');
				}
			}
		}
	}
	movieClip 1198	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('screamdemonflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('screamdemonflyright');
				}
			}
		}
	}
	movieClip 1200	{
	}
	movieClip 1202	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 15 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_parent._x = -600;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1204	{
	}
	movieClip 1205	{
		instance fire of movieClip 537	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 1212	{
		frame 1 {
			this.gotoAndPlay(Math.ceil(Math.random() * 15));
		}
	}
	movieClip 1213	{
		frame 21 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
	}
	movieClip 1227	{
	}
	movieClip 1229	{
	}
	movieClip 1230	{
		frame 1 {
			this.movement = true;
		}
		instance fire of movieClip 537	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 24 {
			this.movement = false;
		}
		frame 25 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		instance firespit of movieClip 1227	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 38 {
			stop();
			this.movement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('floaterflyleft');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('floaterflyright');
				}
			}
		}
	}
	movieClip 1232	{
	}
	movieClip 1233	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('floaterflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('floaterflyright');
				}
			}
		}
	}
	movieClip 1234	{
		frame 8 {
			stop();
		}
	}
	movieClip 1236	{
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.floor' + i)) {
						floor = eval('_root.floor' + i);
					}
					++i;
				}
				if (this.hitTest(floor) and _root.pause == false) {
					_parent.onthefloor = true;
				}
			}
		}
		frame 25 {
			_parent._parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
	}
	movieClip 1237	{
		frame 1 {
			function flyInit() {
				this.speedX = Math.random() * speed;
				this.speedY = Math.random() * speed;
				this.onEnterFrame = flyMove;
			}
			function flyMove() {
				this._x += this.speedX;
				this._y += this.speedY;
				if (Math.abs(this._x - sX) > sWidth) {
					this.speedX = -this.speedX;
					this._x += this.speedX;
				}
				if (Math.abs(this._y - sY) > sHeight) {
					this.speedY = -this.speedY;
					this._y += this.speedY;
				}
				if (Math.random() < jitter) {
					this.speedX = Math.random() * speed - speed / 2;
					this.speedY = Math.random() * speed - speed / 2;
				}
			}
			function flyDie() {
				var v2 = 0;
				while (v2 < numFlies) {
					var v3 = _parent['fly' + v2];
					v3.removeMovieClip();
					++v2;
				}
			}
			var sWidth = this._width / 2;
			var sHeight = this._height / 2;
			var sX = this._x;
			var sY = this._y;
			var i = 0;
			while (i < numFlies) {
				var fly = _parent.attachMovie('fly', 'fly' + i, _parent.getNextHighestDepth());
				fly._x = sX + Math.random() * sWidth * 2 - sWidth;
				fly._y = sY + Math.random() * sHeight * 2 - sHeight;
				fly.onEnterFrame = flyInit;
				++i;
			}
			this._visible = false;
			this.onUnload = flyDie;
		}
	}
	movieClip 1238	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('swarmflyright');
				}
			}
		}
	}
	movieClip 1240	{
	}
	movieClip 1241	{
	}
	movieClip 1243	{
		frame 65 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy5.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy5.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy5._x = _parent._x;
			_root.enemy5._y = _parent._y;
			_root.enemy5.health = 20;
			_root.enemyamount += 1;
			_root.enemy5.enemytype = 4;
			_parent.gotoAndStop('hiveidle');
		}
	}
	movieClip 1244	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			_parent.gotoAndStop('hiveidle');
		}
	}
	movieClip 1245	{
		frame 43 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy6.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy6.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy6._x = _parent._x;
			_root.enemy6._y = _parent._y;
			_root.enemy6.health = 20;
			_root.enemyamount += 1;
			_root.enemy6.enemytype = 4;
			_parent.gotoAndStop('hiveidle2');
		}
	}
	movieClip 1246	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			_parent.gotoAndStop('hiveidle2');
		}
	}
	movieClip 1248	{
	}
	movieClip 1249	{
	}
	movieClip 1252	{
	}
	movieClip 1258	{
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herocrouching == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 10 {
			stop();
			this.movement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('spideridleright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('spideridleleft');
				}
			}
		}
	}
	movieClip 1259	{
	}
	movieClip 1260	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('spideridleleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('spideridleright');
				}
			}
		}
	}
	movieClip 1263	{
	}
	movieClip 1265	{
	}
	movieClip 1266	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 40));
		}
		frame 54 {
			stop();
			if (this.walkdirection == 1 and _root.binding == false and _parent.binding == false) {
				_parent.gotoAndStop('stomperwalkleft');
			} else {
				if (this.walkdirection == 2 and _root.binding == false and _parent.binding == false) {
					_parent.gotoAndStop('stomperwalkright');
				}
			}
		}
	}
	movieClip 1283	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 10));
		}
		frame 32 {
			stop();
			if (this.walkdirection == 1) {
				_parent.gotoAndStop('stomperidleleft');
			} else {
				if (this.walkdirection == 2) {
					_parent.gotoAndStop('stomperidleright');
				}
			}
		}
	}
	movieClip 1303	{
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -16;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 16;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 11 {
			this.gotoAndPlay(5);
		}
	}
	movieClip 1306	{
	}
	movieClip 1307	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('stomperidleleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('stomperidleright');
				}
			}
		}
	}
	movieClip 1309	{
	}
	movieClip 1311	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 15 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_parent._x = -600;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1312	{
		frame 1 {
			this.attack = Math.ceil(Math.random() * 6);
		}
	}
	movieClip 1314	{
	}
	movieClip 1336	{
	}
	movieClip 1344	{
		frame 8 {
			stop();
		}
	}
	movieClip 1347	{
		frame 1 {
			this.invincible = false;
		}
		frame 15 {
			this.invincible = true;
		}
		instance of movieClip 1336	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.amethysteffect == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.amethysteffect == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 32 {
			stop();
			this.movement = false;
			if (_parent.facingright == false) {
				_parent.gotoAndStop('shroomidleleft');
			} else {
				if (_parent.facingright == true) {
					_parent.gotoAndStop('shroomidleright');
				}
			}
		}
	}
	movieClip 1348	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('shroomidleleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('shroomidleright');
				}
			}
		}
	}
	movieClip 1349	{
	}
	movieClip 1350	{
		frame 1 {
			this.invincible = false;
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 16 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 17 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 18 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 10;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 19 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 20;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 20 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 30;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 21 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 40;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 22 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 60;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 23 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 80;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 24 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 25 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 26 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 27 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 28 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 29 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 30 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 31 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 32 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 33 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 34 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 35 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 36 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 80;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 37 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 60;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 38 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 40;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 39 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 30;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 40 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 20;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 41 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 10;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 42 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 50 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 75 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 100 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 105 {
			stop();
			if (_parent.facingright == true and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
				_parent.gotoAndStop('hauntingattackright');
			} else {
				if (_parent.facingright == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hauntingattackleft');
				}
			}
		}
	}
	movieClip 1352	{
	}
	movieClip 1355	{
		frame 1 {
			this.invincible = false;
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 0;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 2 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 10;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 3 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 20;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 4 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 30;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 5 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 40;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 6 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 60;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 7 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 80;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 8 {
			if (_root.pixiedusteffect == false and _root.binding == false and _parent.binding == false) {
				this._alpha = 100;
			} else {
				if (_root.pixiedusteffect == true) {
					this._alpha = 100;
				}
			}
		}
		frame 9 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		frame 9 {
			this.invincible = true;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 12 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 12 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 45 {
			stop();
			this.invincible = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('hauntingflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('hauntingflyleft');
				}
			}
		}
	}
	movieClip 1356	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x and _root.binding == false and _parent.binding == false) {
				_parent.gotoAndStop('hauntingattackright');
			} else {
				if (_parent._x <= _root.hero._x and _root.binding == false and _parent.binding == false) {
					_parent.gotoAndStop('hauntingattackleft');
				} else {
					if (_parent._x > _root.hero._x) {
						_parent.gotoAndStop('hauntingflyright');
					} else {
						if (_parent._x <= _root.hero._x) {
							_parent.gotoAndStop('hauntingflyleft');
						}
					}
				}
			}
		}
	}
	movieClip 1357	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 40));
		}
		frame 50 {
			stop();
			if (this.walkdirection == 1 and _root.binding == false and _parent.binding == false) {
				_parent.gotoAndStop('biterwalkleft');
			} else {
				if (this.walkdirection == 2 and _root.binding == false and _parent.binding == false) {
					_parent.gotoAndStop('biterwalkright');
				}
			}
		}
	}
	movieClip 1358	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 10));
		}
		frame 30 {
			stop();
			if (this.walkdirection == 1) {
				_parent.gotoAndStop('biteridleleft');
			} else {
				if (this.walkdirection == 2) {
					_parent.gotoAndStop('biteridleright');
				}
			}
		}
	}
	movieClip 1360	{
		frame 1 {
			this.walkdirection = Math.ceil(Math.random() * 2);
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 16 {
			stop();
			if (this.walkdirection == 1) {
				_parent.gotoAndStop('biterwalkleft');
			} else {
				if (this.walkdirection == 2) {
					_parent.gotoAndStop('biterwalkright');
				}
			}
		}
	}
	movieClip 1362	{
	}
	movieClip 1363	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('biteridleleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('biteridleright');
				}
			}
		}
	}
	movieClip 1365	{
	}
	movieClip 1366	{
		frame 1 {
			_parent.attacknumber = Math.ceil(Math.random() * 3);
		}
		frame 21 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
	}
	movieClip 1372	{
	}
	movieClip 1374	{
		frame 1 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		instance of movieClip 1372	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -16;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 16;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 25 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 50 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 75 {
			stop();
			this.movement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('tornadoflyleft');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('tornadoflyright');
				}
			}
		}
	}
	movieClip 1382	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('tornadoflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('tornadoflyright');
				}
			}
		}
	}
	movieClip 1384	{
	}
	movieClip 1385	{
		frame 1 {
			this.walkdirection = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1387	{
		frame 1 {
			this.movement = false;
		}
		frame 9 {
			this.movement = true;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 7 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 7 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 19 {
			stop();
			this.movement = false;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('muncheridleright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('muncheridleleft');
				}
			}
		}
	}
	movieClip 1389	{
	}
	movieClip 1390	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x and _root.binding == false and _parent.binding == false) {
				_parent.gotoAndStop('muncherattackleft');
			} else {
				if (_parent._x <= _root.hero._x and _root.binding == false and _parent.binding == false) {
					_parent.gotoAndStop('muncherattackright');
				} else {
					if (_parent._x > _root.hero._x) {
						_parent.gotoAndStop('muncheridleleft');
					} else {
						if (_parent._x <= _root.hero._x) {
							_parent.gotoAndStop('muncheridleright');
						}
					}
				}
			}
		}
	}
	movieClip 1399	{
	}
	movieClip 1400	{
		frame 1 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 3);
		}
		frame 21 {
			stop();
			_root.teardrop3._x = _parent._x;
			_root.teardrop3._y = _parent._y;
			_root.teardrop3._x -= 10;
			_root.teardrop3._y -= 30;
			_root.teardrop3.gotoAndStop(2);
			play();
		}
		frame 42 {
			stop();
			_root.teardrop4._x = _parent._x;
			_root.teardrop4._y = _parent._y;
			_root.teardrop4._x += 10;
			_root.teardrop4._y -= 30;
			_root.teardrop4.gotoAndStop(2);
			play();
		}
	}
	movieClip 1401	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('crybabyflyright');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('crybabyflyleft');
				}
			}
		}
	}
	movieClip 1412	{
		frame 10 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
			_parent.leftandrightdirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 40 {
			if (_parent.facingright == true and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
				_parent.gotoAndStop('darksoulattackright');
			} else {
				if (_parent.facingright == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('darksoulattackleft');
				}
			}
		}
	}
	movieClip 1413	{
		frame 1 {
			this.invincible = false;
		}
		frame 21 {
			this.invincible = true;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 13 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 13 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 40 {
			stop();
			this.invincible = false;
			_parent.attack = 0;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('darksoulflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('darksoulflyleft');
				}
			}
		}
	}
	movieClip 1414	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			_parent.attack = 1;
			if (_parent.facingright == true) {
				_parent.gotoAndStop('darksoulflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('darksoulflyleft');
				}
			}
		}
	}
	movieClip 1426	{
	}
	movieClip 1427	{
		frame 1 {
			this.walkdirection = Math.ceil(Math.random() * 2);
		}
		frame 11 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 16 {
			_parent.attacknumber = Math.ceil(Math.random() * 2);
		}
		frame 21 {
			if (this.walkdirection == 1 and _parent.facingright == true and _root.pause == false) {
				_parent.gotoAndStop('hellfireflyleft');
			} else {
				if (this.walkdirection == 2 and _parent.facingright == false and _root.pause == false) {
					_parent.gotoAndStop('hellfireflyright');
				}
			}
		}
	}
	movieClip 1435	{
	}
	movieClip 1441	{
		frame 1 {
			_parent.attacknumber = 0;
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		instance firespit of movieClip 1227	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -4;
					_root.herodamagetaken = 13 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 4;
					_root.herodamagetaken = 13 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 20 {
			stop();
			if (_parent.facingright == true) {
				_parent.gotoAndStop('hellfireflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('hellfireflyleft');
				}
			}
		}
	}
	movieClip 1444	{
	}
	movieClip 1446	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('hellfireflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('hellfireflyright');
				}
			}
		}
	}
	movieClip 1448	{
		instance flamesback of movieClip 934	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 9 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 1449	{
		frame 1 {
			this.walkdirection = Math.ceil(Math.random() * 2);
		}
		frame 11 {
			_parent.upanddowndirectionnumber = Math.ceil(Math.random() * 2);
		}
		frame 16 {
			_parent.attacknumber = Math.ceil(Math.random() * 2);
		}
		frame 21 {
			if (this.walkdirection == 1 and _parent.facingright == true) {
				_parent.gotoAndStop('hellriderflyleft');
			} else {
				if (this.walkdirection == 2 and _parent.facingright == false) {
					_parent.gotoAndStop('hellriderflyright');
				}
			}
		}
	}
	movieClip 1450	{
		instance flamesback of movieClip 934	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 9 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 1451	{
		frame 1 {
			_parent.attacknumber = 0;
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		frame 13 {
			stop();
			if (_parent.facingright == true) {
				_parent.gotoAndStop('hellriderflyright');
			} else {
				if (_parent.facingright == false) {
					_parent.gotoAndStop('hellriderflyleft');
				}
			}
		}
	}
	movieClip 1452	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 7 {
			stop();
			if (_parent._x > _root.hero._x) {
				_parent.gotoAndStop('hellriderflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_parent.gotoAndStop('hellriderflyright');
				}
			}
		}
	}
	movieClip 1471	{
		frame 1 {
			this.movement = false;
		}
		frame 97 {
			this.movement = true;
		}
		frame 102 {
			this.gotoAndPlay(97);
		}
	}
	movieClip 1473	{
	}
	movieClip 1474	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 40));
		}
		frame 45 {
			stop();
			if (this.walkdirection == 1 and _root.binding == false and _parent.binding == false) {
				_parent.gotoAndStop('bunnyrunleft');
			} else {
				if (this.walkdirection == 2 and _root.binding == false and _parent.binding == false) {
					_parent.gotoAndStop('bunnyrunright');
				}
			}
		}
	}
	movieClip 1476	{
	}
	movieClip 1478	{
	}
	movieClip 1480	{
	}
	movieClip 1482	{
	}
	movieClip 1483	{
		frame 1 {
			stop();
			this.walkdirection = Math.ceil(Math.random() * 2);
			this.gotoAndPlay(Math.ceil(Math.random() * 10));
		}
		frame 32 {
			stop();
			if (this.walkdirection == 1) {
				_parent.gotoAndStop('bunnyidleleft');
			} else {
				if (this.walkdirection == 2) {
					_parent.gotoAndStop('bunnyidleright');
				}
			}
		}
	}
	movieClip 1485	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 7 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_parent._x = -600;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1486	{
		frame 1 {
			stop();
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
			this.gravity = 3;
			this.velocity = 0;
			this.falling = true;
			this.flying = true;
			this.binding = false;
			this.againstroof = false;
			this.onthefloor = false;
			this.againstrightwall = false;
			this.againstleftwall = false;
			this.enemytype = 0;
			this.alive = false;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.floor' + i)) {
						floor = eval('_root.floor' + i);
					}
					++i;
				}
				if (this.hitTest(floor) and _root.pause == false) {
					_parent.onthefloor = true;
				}
			}
		}
		instance meleehurtnumbers of movieClip 1130	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromeleedamage + 1);
			}
		}
		instance magichurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromagicdamage + 1);
			}
		}
		instance randomhurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.randomdamage + 1);
			}
		}
		frame 2 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy1unlocked = true;
		}
		instance demonbat of movieClip 1149	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbathurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('demonbatrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent._y < _root.hero._y and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				}
				if (_parent.againstroof == false and _parent._y > _root.hero._y and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.onthefloor = false;
					_parent._y -= _parent.speed;
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('demonbatflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 120 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.triquetraeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('demonbatattackleft');
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 3 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy1unlocked = true;
		}
		instance demonbat of movieClip 1149	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbathurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('demonbatrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent._y < _root.hero._y and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				}
				if (_parent.againstroof == false and _parent._y > _root.hero._y and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.onthefloor = false;
					_parent._y -= _parent.speed;
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('demonbatflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < 0 and _parent.xdistance > -120 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.triquetraeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('demonbatattackright');
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 4 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance demonbat of movieClip 1167	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbathurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('demonbatrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('demonbatflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 3;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 5 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance demonbat of movieClip 1167	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbathurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('demonbatrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('demonbatrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('demonbatflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 3;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 6 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance demonbat of movieClip 1181	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('demonbatdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 7 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 8 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance demonbat of movieClip 1181	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('demonbatdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 9 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 10 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance demonbat of movieClip 1181	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('demonbatdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 11 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 12 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 13 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = false;
			_root.enemy6unlocked = true;
		}
		instance screamdemon of movieClip 1187	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('screamdemonrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('screamdemonflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 120 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('screamdemonattackleft');
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 14 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = true;
			_root.enemy6unlocked = true;
		}
		instance screamdemon of movieClip 1187	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('screamdemonrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('screamdemonflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < 0 and _parent.xdistance > -120 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('screamdemonattackright');
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 15 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance screamdemon of movieClip 1190	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('screamdemonrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.forwardmovement == true and _parent.againstrightwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 3;
				}
				if (this.backwardmovement == true and _parent.againstleftwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 16 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance screamdemon of movieClip 1190	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('screamdemonrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('screamdemonrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.forwardmovement == true and _parent.againstleftwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 3;
				}
				if (this.backwardmovement == true and _parent.againstrightwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 17 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance screamdemon of movieClip 1198	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('screamdemondie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 18 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 19 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance screamdemon of movieClip 1198	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('screamdemondie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 20 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 21 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance screamdemon of movieClip 1198	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('screamdemondie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 22 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 23 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1202	{
			onClipEvent (enterFrame) {
				if (_parent.facingright == false) {
					_parent.facingright = true;
					this._xscale *= -1;
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 24 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy13unlocked = true;
		}
		instance floater of movieClip 1213	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('floaterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('floaterflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 100 and _parent.ydistance > -50 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('floaterattackleft');
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 25 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy13unlocked = true;
		}
		instance floater of movieClip 1213	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('floaterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('floaterflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < 0 and _parent.xdistance > -100 and _parent.ydistance > -50 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('floaterattackright');
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 26 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance floater of movieClip 1230	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and this.movement == true) {
					_parent.gotoAndStop('floaterhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('floaterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _parent.againstleftwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed / 2;
				}
			}
		}
		frame 27 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance floater of movieClip 1230	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and this.movement == true) {
					_parent.gotoAndStop('floaterhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('floaterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('floaterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _parent.againstrightwall == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed / 2;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 28 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1233	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('floaterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 29 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 30 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance of movieClip 1233	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('floaterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 31 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 32 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1233	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('floaterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 33 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 34 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 35 {
			stop();
			this.speed = 2;
			this.flying = true;
			this.facingright = false;
			_root.enemy8unlocked = true;
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('swarmhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('swarmspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('swarmspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('swarmrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('swarmrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('swarmflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 20 and _parent.xdistance < 200 and _parent.ydistance > -60 and _parent.ydistance < 40 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.smudgestickeffect == false and _root.pause == false) {
					_parent._x -= _parent.speed * 3;
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 36 {
			stop();
			this.speed = 2;
			this.flying = true;
			this.facingright = true;
			_root.enemy8unlocked = true;
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('swarmhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('swarmspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('swarmspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('swarmrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('swarmrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('swarmflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < -20 and _parent.xdistance > -200 and _parent.ydistance > -60 and _parent.ydistance < 40 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.smudgestickeffect == false and _root.pause == false) {
					_parent._x += _parent.speed * 3;
				}
			}
		}
		frame 37 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed * 3;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed * 3;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('swarmdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 38 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 39 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('swarmdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 40 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 41 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('swarmdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 42 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 43 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 44 {
			stop();
			this.flying = true;
			_root.enemy7unlocked = true;
		}
		instance hive of movieClip 1241	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivehurt');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hiverandomhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hiverandomhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy5.enemytype == 0 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.gotoAndStop('hiveattack');
				}
			}
		}
		frame 45 {
			stop();
			this.flying = true;
			_root.enemy7unlocked = true;
		}
		instance hive of movieClip 1243	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivehurt');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hiverandomhurt');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hiverandomhurt');
				}
			}
		}
		frame 46 {
			stop();
			this.flying = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance hive of movieClip 1244	{
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hivedie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 47 {
			stop();
			this.flying = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 48 {
			stop();
			this.flying = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 49 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 50 {
			stop();
			this.flying = true;
			_root.enemy7unlocked = true;
		}
		instance hive of movieClip 1241	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivehurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hiverandomhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hiverandomhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy6.enemytype == 0 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.gotoAndStop('hiveattack2');
				}
			}
		}
		frame 51 {
			stop();
			this.flying = true;
			_root.enemy7unlocked = true;
		}
		instance hive of movieClip 1245	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivehurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hivespellhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hiverandomhurt2');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hiverandomhurt2');
				}
			}
		}
		frame 52 {
			stop();
			this.flying = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance hive of movieClip 1246	{
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hivedie2');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 53 {
			stop();
			this.flying = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 54 {
			stop();
			this.flying = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 55 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 56 {
			stop();
			this.speed = 8;
			this.flying = false;
			this.facingright = false;
			_root.enemy4unlocked = true;
			this.alive = true;
		}
		instance spider of movieClip 1249	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 60 and _parent.xdistance < 180 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderchaseleft');
				} else {
					if (_parent.xdistance < -60 and _parent.xdistance > -180 and _parent.ydistance > -10 and _parent.ydistance < 20 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('spiderchaseright');
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 40 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackleft');
				}
				if (_parent.xdistance <= 0 and _parent.xdistance > -40 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackright');
				}
			}
		}
		frame 57 {
			stop();
			this.speed = 8;
			this.flying = false;
			this.facingright = true;
			_root.enemy4unlocked = true;
			this.alive = true;
		}
		instance spider of movieClip 1249	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 60 and _parent.xdistance < 180 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderchaseleft');
				} else {
					if (_parent.xdistance < -60 and _parent.xdistance > -180 and _parent.ydistance > -10 and _parent.ydistance < 20 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('spiderchaseright');
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 40 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackleft');
				}
				if (_parent.xdistance <= 0 and _parent.xdistance > -40 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackright');
				}
			}
		}
		frame 58 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance spider of movieClip 1252	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('spideridleright');
				} else {
					if (_parent.xdistance < -120 and _root.pause == false) {
						_parent.againstrightwall = false;
						_parent.gotoAndStop('spideridleright');
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 60 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackleft');
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 59 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance spider of movieClip 1252	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('spideridleleft');
				} else {
					if (_parent.xdistance > 120 and _root.pause == false) {
						_parent.againstrightwall = false;
						_parent.gotoAndStop('spideridleleft');
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < 0 and _parent.xdistance > -60 and _parent.ydistance > -10 and _parent.ydistance < 10 and _root.smudgestickeffect == false and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('spiderattackright');
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 60 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance spider of movieClip 1258	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
		}
		frame 61 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance spider of movieClip 1258	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
		}
		frame 62 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance spider of movieClip 1260	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('spiderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 63 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 64 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance spider of movieClip 1260	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('spiderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 65 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 66 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance spider of movieClip 1260	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('spiderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 67 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 68 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 69 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = false;
			_root.enemy10unlocked = true;
		}
		instance stomper of movieClip 1266	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 10 and _parent.xdistance < 240 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('stomperattackleft');
				}
			}
		}
		frame 70 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = false;
			_root.enemy10unlocked = true;
		}
		instance stomper of movieClip 1266	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < -10 and _parent.xdistance > -240 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('stomperattackright');
				}
			}
		}
		frame 71 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = false;
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance stomper of movieClip 1283	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('stomperwalkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 10 and _parent.xdistance < 240 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('stomperattackleft');
				}
			}
		}
		frame 72 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = true;
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		instance stomper of movieClip 1283	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('stomperwalkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < -10 and _parent.xdistance > -240 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('stomperattackright');
				}
			}
		}
		frame 73 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance stomper of movieClip 1303	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('stomperwalkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == false and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 4;
				}
			}
		}
		frame 74 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		instance stomper of movieClip 1303	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('stomperrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('stomperwalkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == false and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 4;
				}
			}
		}
		frame 75 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance stomper of movieClip 1307	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('stomperdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 76 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 77 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance stomper of movieClip 1307	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('stomperdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 78 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 79 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance stomper of movieClip 1307	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('stomperdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 80 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 81 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1311	{
			onClipEvent (enterFrame) {
				if (_parent.facingright == false) {
					_parent.facingright = true;
					this._xscale *= -1;
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 82 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy5unlocked = true;
		}
		instance shroom of movieClip 1312	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('shroomrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.attack == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('shroomattackleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._x < _root.hero._x and _root.pause == false) {
					_parent.gotoAndStop('shroomidleright');
				}
			}
		}
		frame 83 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy5unlocked = true;
		}
		instance shroom of movieClip 1312	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('shroomrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.attack == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('shroomattackright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false) {
					_parent.gotoAndStop('shroomidleleft');
				}
			}
		}
		frame 84 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance shroom of movieClip 1347	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('shroomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('shroomrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomrandomhurtleft');
				}
			}
		}
		frame 85 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance shroom of movieClip 1347	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('shroomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('shroomrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('shroomrandomhurtright');
				}
			}
		}
		frame 86 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance shroom of movieClip 1348	{
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('shroomdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 87 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 88 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 89 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 90 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 91 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 92 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 93 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy12unlocked = true;
		}
		instance haunting of movieClip 1350	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntinghurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hauntingrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('hauntingflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 0 and _parent.xdistance < 60 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hauntingattackleft');
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 94 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy12unlocked = true;
		}
		instance haunting of movieClip 1350	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntinghurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hauntingrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('hauntingflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < 0 and _parent.xdistance > -60 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hauntingattackright');
				}
			}
		}
		frame 95 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance haunting of movieClip 1355	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('hauntinghurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hauntingrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingrandomhurtleft');
				}
			}
		}
		frame 96 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance haunting of movieClip 1355	{
			onClipEvent (enterFrame) {
				if (_root.binding == true or _parent.binding == true) {
					this._alpha = 100;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('hauntinghurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hauntingrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hauntingrandomhurtright');
				}
			}
		}
		frame 97 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance haunting of movieClip 1356	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hauntingdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 98 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 99 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance haunting of movieClip 1356	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hauntingdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 100 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 101 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance haunting of movieClip 1356	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hauntingdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 102 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 103 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 104 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = false;
			_root.enemy2unlocked = true;
		}
		instance biter of movieClip 1357	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 10 and _parent.xdistance < 160 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('biterattackleft');
				}
			}
		}
		frame 105 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = true;
			_root.enemy2unlocked = true;
		}
		instance biter of movieClip 1357	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < -10 and _parent.xdistance > -160 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('biterattackright');
				}
			}
		}
		frame 106 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = false;
		}
		instance biter of movieClip 1358	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('biterwalkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance > 10 and _parent.xdistance < 160 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('biterattackleft');
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 107 {
			stop();
			this.speed = 2;
			this.flying = false;
			this.facingright = true;
		}
		instance biter of movieClip 1358	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('biterwalkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.xdistance < -10 and _parent.xdistance > -160 and _parent.ydistance > -20 and _parent.ydistance < 20 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('biterattackright');
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 108 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance biter of movieClip 1360	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('biterwalkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 4;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 109 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance biter of movieClip 1360	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('biterrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('biterwalkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 4;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 110 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance biter of movieClip 1363	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('biterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 111 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 112 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance biter of movieClip 1363	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('biterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 113 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 114 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance biter of movieClip 1363	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('biterdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 115 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 116 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 117 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = false;
			_root.enemy11unlocked = true;
		}
		instance of movieClip 1366	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadohurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('tornadorandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadorandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('tornadoflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('tornadoattackleft');
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		frame 118 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = true;
			_root.enemy11unlocked = true;
		}
		instance of movieClip 1366	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadohurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('tornadorandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadorandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('tornadoflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('tornadoattackright');
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		frame 119 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance of movieClip 1374	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadohurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('tornadorandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadorandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('tornadoflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 3;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 120 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance of movieClip 1374	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadohurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadospellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('tornadorandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('tornadorandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('tornadoflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 3;
				}
			}
		}
		frame 121 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1382	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('tornadodie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 122 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 123 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance of movieClip 1382	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('demonbatdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 124 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 125 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1382	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('tornadodie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 126 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 127 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 128 {
			stop();
			this.speed = 6;
			this.flying = false;
			this.facingright = false;
			_root.enemy3unlocked = true;
		}
		instance muncher of movieClip 1385	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('muncherrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.walkdirection == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('muncherattackleft');
				} else {
					if (this.walkdirection == 2 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('muncherattackright');
					}
				}
			}
		}
		frame 129 {
			stop();
			this.speed = 6;
			this.flying = false;
			this.facingright = true;
			_root.enemy3unlocked = true;
		}
		instance muncher of movieClip 1385	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('muncherrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.walkdirection == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('muncherattackleft');
				} else {
					if (this.walkdirection == 2 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('muncherattackright');
					}
				}
			}
		}
		frame 130 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance of movieClip 1387	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('muncherrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _parent.againstrightwall == false and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 2;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 131 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance of movieClip 1387	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('muncherrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('muncherrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _parent.againstleftwall == false and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 2;
				}
			}
		}
		frame 132 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1390	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('muncherdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 133 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 134 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance of movieClip 1390	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('muncherdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 135 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 136 {
			stop();
			this.flying = false;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance of movieClip 1390	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('muncherdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 137 {
			stop();
			this.flying = false;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 138 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 139 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy15unlocked = true;
		}
		instance crybaby of movieClip 1400	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('crybabyhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('crybabyspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('crybabyspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('crybabyrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('crybabyrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					} else {
						if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 3 and _root.binding == false and _parent.binding == false and _root.pause == false) {
							_parent.onthefloor = false;
							_parent._y -= _parent.speed;
						}
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('crybabyflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 140 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy15unlocked = true;
		}
		instance crybaby of movieClip 1400	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('crybabyhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('crybabyspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('crybabyspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('crybabyrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('crybabyrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed;
					} else {
						if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 3 and _root.binding == false and _parent.binding == false and _root.pause == false) {
							_parent.onthefloor = false;
							_parent._y -= _parent.speed;
						}
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('crybabyflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
		}
		frame 141 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance crybaby of movieClip 1401	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('crybabydie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 142 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 143 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance crybaby of movieClip 1401	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('crybabydie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 144 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 145 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance crybaby of movieClip 1401	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('crybabydie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 146 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 147 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 148 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = false;
			_root.enemy14unlocked = true;
		}
		instance darksoul of movieClip 1412	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('darksoulrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y < 515 and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent._y += _parent.speed;
				}
				if (_parent._y > 140 and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent._y -= _parent.speed;
				}
				if (_parent.leftandrightdirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.leftandrightdirectionnumber = 0;
					_parent.gotoAndStop('darksoulflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._x > 100 and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attack == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('darksoulattackleft');
				}
			}
		}
		frame 149 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = true;
			_root.enemy14unlocked = true;
		}
		instance darksoul of movieClip 1412	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('darksoulrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y < 515 and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent._y += _parent.speed;
				}
				if (_parent._y > 140 and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent._y -= _parent.speed;
				}
				if (_parent.leftandrightdirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.leftandrightdirectionnumber = 0;
					_parent.gotoAndStop('darksoulflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._x < 840 and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attack == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('darksoulattackright');
				}
			}
		}
		frame 150 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance darksoul of movieClip 1413	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('darksoulhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('darksoulrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulrandomhurtleft');
				}
			}
		}
		frame 151 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance darksoul of movieClip 1413	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.invincible == false and _root.pause == false) {
					_parent.gotoAndStop('darksoulhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('darksoulrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('darksoulrandomhurtright');
				}
			}
		}
		frame 152 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance darksoul of movieClip 1414	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent._x < 840) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent._x > 100) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('darksouldie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 153 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 154 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance darksoul of movieClip 1414	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent._x < 840 and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent._x > 100 and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent._x < 840) {
							_parent._x += _parent.speed;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent._x > 100) {
								_parent._x -= _parent.speed;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('darksouldie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 155 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 156 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance darksoul of movieClip 1414	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent._x < 840) {
					_parent._x += _parent.speed;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent._x > 100) {
						_parent._x -= _parent.speed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('darksouldie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 157 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 158 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 159 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = false;
			_root.enemy9unlocked = true;
		}
		instance hellfire of movieClip 1427	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirehurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellfirerandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirerandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('hellfireflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hellfireattackleft');
				} else {
					if (_parent.xdistance > 0 and _parent.xdistance < 80 and _parent.ydistance > -40 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('hellfireattackleft');
					}
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 160 {
			stop();
			this.speed = 4;
			this.flying = true;
			this.facingright = true;
			_root.enemy9unlocked = true;
		}
		instance hellfire of movieClip 1427	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirehurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellfirerandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirerandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('hellfireflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hellfireattackright');
				} else {
					if (_parent.xdistance < 0 and _parent.xdistance > -80 and _parent.ydistance > -40 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('hellfireattackright');
					}
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 161 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance hellfire of movieClip 1441	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirehurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellfirerandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirerandomhurtleft');
				}
			}
		}
		frame 162 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance hellfire of movieClip 1441	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirehurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirespellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellfirerandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellfirerandomhurtright');
				}
			}
		}
		frame 163 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance hellfire of movieClip 1446	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellfiredie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 164 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 165 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance hellfire of movieClip 1446	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellfiredie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 166 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 167 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance hellfire of movieClip 1446	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellfiredie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 168 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 169 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 170 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = false;
			_root.enemy16unlocked = true;
		}
		instance hellrider of movieClip 1449	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellriderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('hellriderflyright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hellriderattackleft');
				} else {
					if (_parent.xdistance > 0 and _parent.xdistance < 80 and _parent.ydistance > -40 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('hellriderattackleft');
					}
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		instance headbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.roof' + i)) {
						roof = eval('_root.roof' + i);
					}
					++i;
				}
				if (this.hitTest(roof) and _root.pause == false) {
					_parent.againstroof = true;
				}
			}
		}
		frame 171 {
			stop();
			this.speed = 3;
			this.flying = true;
			this.facingright = true;
			_root.enemy16unlocked = true;
		}
		instance hellrider of movieClip 1449	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellriderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == false and _parent.upanddowndirectionnumber == 1 and _root.binding == false and _parent.binding == false and _root.pause == false) {
					_parent.againstroof = false;
					_parent._y += _parent.speed / 2;
				} else {
					if (_parent.againstroof == false and _parent.upanddowndirectionnumber == 2 and _root.binding == false and _parent.binding == false and _root.pause == false) {
						_parent.onthefloor = false;
						_parent._y -= _parent.speed / 2;
					}
				}
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('hellriderflyleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstroof = false;
					_parent.onthefloor = false;
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.attacknumber == 1 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
					_parent.gotoAndStop('hellriderattackright');
				} else {
					if (_parent.xdistance < 0 and _parent.xdistance > -80 and _parent.ydistance > -40 and _parent.ydistance < 30 and _root.binding == false and _parent.binding == false and _root.heroinvisible == false and _root.pause == false) {
						_parent.gotoAndStop('hellriderattackright');
					}
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 172 {
			stop();
			this.flying = true;
			this.facingright = false;
		}
		instance hellrider of movieClip 1451	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellriderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == false and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed * 5;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 173 {
			stop();
			this.flying = true;
			this.facingright = true;
		}
		instance hellrider of movieClip 1451	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderspellhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('hellriderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('hellriderrandomhurtright');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == false and _root.pause == false and _root.binding == false and _parent.binding == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed * 5;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 174 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		instance hellrider of movieClip 1452	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellriderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 175 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 176 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		instance hellrider of movieClip 1452	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false and _root.forcepushspell == true) {
					_parent._x += 20;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false and _root.forcepushspell == true) {
						_parent._x -= 20;
					} else {
						if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
							_parent._x += _parent.speed / 2;
						} else {
							if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
								_parent._x -= _parent.speed / 2;
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellriderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 177 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
			if (_root.medusagazespell == true) {
				this.binding = true;
			}
		}
		frame 178 {
			stop();
			this.flying = true;
			this.facingright = false;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		instance hellrider of movieClip 1452	{
			onClipEvent (enterFrame) {
				if (_parent._x > _root.hero._x and _root.pause == false and _parent.againstleftwall == false) {
					_parent._x += _parent.speed / 2;
				} else {
					if (_parent._x < _root.hero._x and _root.pause == false and _parent.againstrightwall == false) {
						_parent._x -= _parent.speed / 2;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.health <= 0) {
					_parent.gotoAndStop('hellriderdie');
				}
			}
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 179 {
			stop();
			this.flying = true;
			this.facingright = true;
			this.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 180 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1184	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
		frame 181 {
			stop();
			this.flying = true;
			_root.enemy4unlocked = true;
		}
		instance of movieClip 1471	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderspellhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('spiderrandomhurtleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.movement == true and _root.pause == false) {
					_parent._y += 10;
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.onthefloor == true and _parent._x >= _root.hero._x and _root.pause == false) {
					_parent.gotoAndStop('spideridleleft');
				}
				if (_parent.onthefloor == true and _parent._x < _root.hero._x and _root.pause == false) {
					_parent.gotoAndStop('spideridleright');
				}
			}
		}
		frame 182 {
			stop();
			this.speed = 6;
			this.flying = false;
			this.facingright = false;
		}
		instance bunny of movieClip 1474	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
		}
		frame 183 {
			stop();
			this.speed = 6;
			this.flying = false;
			this.facingright = true;
		}
		frame 184 {
			stop();
			this.flying = false;
			this.facingright = false;
		}
		instance bunny of movieClip 1483	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstrightwall == true and _root.pause == false) {
					_parent.againstrightwall = false;
					_parent.gotoAndStop('bunnyrunright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstleftwall = false;
					_parent._x -= _parent.speed;
				}
			}
		}
		instance leftbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.rightwall' + i)) {
						rightwall = eval('_root.rightwall' + i);
					}
					++i;
				}
				if (this.hitTest(rightwall) and _root.pause == false) {
					_parent.againstrightwall = true;
				}
			}
		}
		frame 185 {
			stop();
			this.flying = false;
			this.facingright = true;
		}
		instance bunny of movieClip 1483	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.fireballhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false) {
					_root.randomdamage = 6;
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.randomhit == true and _root.pause == false) {
					_parent.gotoAndStop('bunnydie');
				}
			}
			onClipEvent (enterFrame) {
				if (_parent.againstleftwall == true and _root.pause == false) {
					_parent.againstleftwall = false;
					_parent.gotoAndStop('bunnyrunleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent.againstrightwall = false;
					_parent._x += _parent.speed;
				}
			}
		}
		instance rightbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 10) {
					if (this.hitTest('_root.leftwall' + i)) {
						leftwall = eval('_root.leftwall' + i);
					}
					++i;
				}
				if (this.hitTest(leftwall) and _root.pause == false) {
					_parent.againstleftwall = true;
				}
			}
		}
		frame 186 {
			stop();
			this.flying = true;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 1485	{
			onClipEvent (enterFrame) {
				_parent.fireballhit = false;
				_parent.randomhit = false;
			}
		}
	}
	instance enemy6 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy5 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block11._x;
					this._y = _root.block11._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block11._x;
						this._y = _root.block11._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block11._x;
							this._y = _root.block11._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block46._x;
								this._y = _root.block46._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block11._x;
									this._y = _root.block11._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block11._x;
										this._y = _root.block11._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block11._x;
											this._y = _root.block11._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkright');
												this.health = 40;
												this._x = _root.block11._x;
												this._y = _root.block11._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block11._x;
													this._y = _root.block11._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyright');
														this.health = 33;
														this._x = _root.block11._x;
														this._y = _root.block11._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyright');
															this.health = 30;
															this._x = _root.block11._x;
															this._y = _root.block11._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block11._x;
																this._y = _root.block11._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyright');
																	this.health = 32;
																	this._x = _root.block11._x;
																	this._y = _root.block11._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block11._x;
																		this._y = _root.block11._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block14._x;
																			this._y = _root.block14._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block17._x;
					this._y = _root.block17._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block17._x;
						this._y = _root.block17._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block17._x;
							this._y = _root.block17._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block58._x;
								this._y = _root.block58._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block17._x;
									this._y = _root.block17._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyleft');
										this.health = 30;
										this._x = _root.block17._x;
										this._y = _root.block17._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block17._x;
											this._y = _root.block17._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block17._x;
												this._y = _root.block17._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block17._x;
													this._y = _root.block17._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block17._x;
														this._y = _root.block17._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block17._x;
															this._y = _root.block17._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block17._x;
																this._y = _root.block17._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block17._x;
																	this._y = _root.block17._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block18._x;
																		this._y = _root.block18._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block58._x;
					this._y = _root.block58._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block58._x;
						this._y = _root.block58._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block58._x;
							this._y = _root.block58._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block58._x;
								this._y = _root.block58._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block58._x;
									this._y = _root.block58._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block58._x;
										this._y = _root.block58._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block58._x;
											this._y = _root.block58._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block58._x;
												this._y = _root.block58._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block58._x;
													this._y = _root.block58._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block58._x;
														this._y = _root.block58._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block58._x;
															this._y = _root.block58._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block58._x;
																this._y = _root.block58._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block58._x;
																	this._y = _root.block58._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block44._x;
																		this._y = _root.block44._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block67._x;
					this._y = _root.block67._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block67._x;
						this._y = _root.block67._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block67._x;
							this._y = _root.block67._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block67._x;
								this._y = _root.block67._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block67._x;
									this._y = _root.block67._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block67._x;
										this._y = _root.block67._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block67._x;
											this._y = _root.block67._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block67._x;
												this._y = _root.block67._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block67._x;
													this._y = _root.block67._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block67._x;
														this._y = _root.block67._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block67._x;
															this._y = _root.block67._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block67._x;
																this._y = _root.block67._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block67._x;
																	this._y = _root.block67._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block46._x;
																		this._y = _root.block46._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	movieClip 1488	{
	}
	movieClip 1489	{
		instance of movieClip 1488	{
			onClipEvent (enterFrame) {
				if (Key.isDown(65) and _root.attackallowed == true) {
					_root.attackallowed = false;
					stopAllSounds();
					_root.gotoAndStop(10);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(65) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 40 {
			stop();
		}
	}
	movieClip 1491	{
	}
	movieClip 1494	{
	}
	movieClip 1496	{
		frame 16 {
			stop();
			_parent.play();
		}
	}
	movieClip 1505	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 1514	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 1523	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 1532	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 1547	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 1556	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 1565	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 1574	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 1575	{
	}
	movieClip 1576	{
		instance torso of movieClip 456	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.fireballhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.fireballhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_root.randomdamage = 6;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.randomhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.randomhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 5 {
			stop();
		}
	}
	movieClip 1582	{
	}
	movieClip 1585	{
		instance torso of movieClip 456	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.fireballhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.fireballhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_root.randomdamage = 6;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.randomhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.randomhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance lightning of movieClip 1582	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 196 {
			_root.introbg.gotoAndStop(2);
			_root.introtxt.gotoAndPlay('eerieforest');
			_root.enemy1.gotoAndStop('muncheridleright');
			_root.enemy1.health = 40;
			_root.enemy1._x = _root.block19._x;
			_root.enemy1._y = _root.block19._y - 50;
			_root.enemy2.gotoAndStop('muncheridleleft');
			_root.enemy2.health = 40;
			_root.enemy2._x = _root.block12._x;
			_root.enemy2._y = _root.block12._y - 50;
			_root.enemy3.gotoAndStop('floaterflyright');
			_root.enemy3.health = 40;
			_root.enemy3._x = _root.block16._x;
			_root.enemy3._y = _root.block16._y - 250;
			_root.enemy4.gotoAndStop('hellfireflyleft');
			_root.enemy4.health = 40;
			_root.enemy4._x = _root.block20._x;
			_root.enemy4._y = _root.block20._y - 150;
			_root.enemy5.gotoAndStop('tornadoflyleft');
			_root.enemy5.health = 40;
			_root.enemy5._x = _root.block13._x;
			_root.enemy5._y = _root.block13._y - 200;
			_root.enemy6.gotoAndStop('hellriderflyright');
			_root.enemy6.health = 40;
			_root.enemy6._x = _root.block11._x;
			_root.enemy6._y = _root.block11._y - 180;
		}
		frame 281 {
			stop();
			this.gotoAndPlay(260);
		}
	}
	movieClip 1586	{
		frame 1 {
			stop();
		}
		frame 19 {
			stop();
		}
		frame 20 {
			stop();
		}
		frame 86 {
			stop();
		}
	}
	instance crystalfall of movieClip 1586	{
		onClipEvent (enterFrame) {
			this.body.head.gotoAndStop(16);
			this.body.torso.gotoAndStop(16);
			this.body.frontarm.gotoAndStop(16);
			this.body.backarm.gotoAndStop(16);
			this.body.frontleg.gotoAndStop(16);
			this.body.backleg.gotoAndStop(16);
			this.body.frontleg.boots.gotoAndStop(16);
			this.body.backleg.boots.gotoAndStop(16);
			this.body.head.frontwing.gotoAndStop(3);
			this.body.head.backwing.gotoAndStop(3);
		}
	}
	movieClip 1588	{
	}
	movieClip 1590	{
	}
	movieClip 1592	{
	}
	movieClip 1594	{
	}
	movieClip 1596	{
	}
	movieClip 1598	{
	}
	movieClip 1600	{
	}
	movieClip 1602	{
		frame 1 {
			_root.music.gotoAndStop(2);
		}
		frame 220 {
			_root.crystalfall.gotoAndPlay(2);
		}
		frame 540 {
			_root.crystalfall.gotoAndStop(20);
		}
		frame 720 {
			stop();
		}
		frame 890 {
			_root.ambientsound.ambientsounds.gotoAndStop(24);
		}
		frame 1420 {
			stop();
			stopAllSounds();
			_root.gotoAndStop(10);
		}
	}
	movieClip 1604	{
		frame 1 {
			stop();
			var vollbild = 'an';
			var startx = 110;
			var starty = 95;
			var startbreite = 100;
			var starthoehe = 400;
			var anzahlflares = 10;
			var flarefarbe = '0xffffff';
			gotoAndStop(2);
		}
		frame 2 {
			stop();
			if (vollbild == 'aus') {
				ff_x = startx;
				ff_y = starty;
				ff_width = startbreite;
				ff_height = starthoehe;
			}
			if (vollbild == 'an') {
				ff_x = 410;
				ff_y = 210;
				ff_width = 820;
				ff_height = 420;
			}
			fireflays = function (maxF) {
				this.createEmptyMovieClip('fireflay_mc', this.getNextHighestDepth());
				fireflay_mc._x = ff_x;
				fireflay_mc._y = ff_y;
				fireflay_mc.attachMovie('fireflay', 'f', fireflay_mc.getNextHighestDepth());
				no_f = 1;
				duplicateFirefly = function () {
					fireflay_mc.f.duplicateMovieClip(['f' + no_f], no_f);
					fireflay_mc.f._visible = false;
					myColorflare = new Color(fireflay_mc['f' + no_f]);
					myColorflare.setRGB(flarefarbe);
					fireflay_mc['f' + no_f]._x = Math.random() * ff_width - ff_width / 2;
					fireflay_mc['f' + no_f]._y = Math.random() * ff_height - ff_height / 2;
					fireflay_mc['f' + no_f]._alpha = Math.random() * 100;
					fireflay_mc['f' + no_f]._rotation = Math.random() * 360;
					++no_f;
					if (no_f > maxF) {
						clearInterval(fireflayID);
					}
				};
				fireflayID = setInterval(duplicateFirefly, 100);
			};
			fireflays(anzahlflares);
		}
	}
	frame 6 {
		stop();
	}
	movieClip 1605	{
	}
	movieClip 1607	{
	}
	movieClip 1609	{
	}
	movieClip 1611	{
	}
	movieClip 1613	{
	}
	movieClip 1615	{
	}
	movieClip 1617	{
	}
	movieClip 1618	{
		frame 920 {
			stop();
			_root.gotoAndStop(1);
			this.removeMovieClip();
		}
	}
	frame 7 {
		stop();
		_root.enemy1.removeMovieClip();
		_root.enemy2.removeMovieClip();
		_root.enemy3.removeMovieClip();
		_root.enemy4.removeMovieClip();
		_root.enemy5.removeMovieClip();
		_root.enemy6.removeMovieClip();
		_root.boss.removeMovieClip();
		_root.bosstitle.removeMovieClip();
		_root.rightwall1.removeMovieClip();
		_root.rightwall2.removeMovieClip();
		_root.rightwall3.removeMovieClip();
		_root.rightwall4.removeMovieClip();
		_root.rightwall5.removeMovieClip();
		_root.rightwall6.removeMovieClip();
		_root.rightwall7.removeMovieClip();
		_root.rightwall8.removeMovieClip();
		_root.rightwall9.removeMovieClip();
		_root.rightwall10.removeMovieClip();
		_root.leftwall1.removeMovieClip();
		_root.leftwall2.removeMovieClip();
		_root.leftwall3.removeMovieClip();
		_root.leftwall4.removeMovieClip();
		_root.leftwall5.removeMovieClip();
		_root.leftwall6.removeMovieClip();
		_root.leftwall7.removeMovieClip();
		_root.leftwall8.removeMovieClip();
		_root.leftwall9.removeMovieClip();
		_root.leftwall10.removeMovieClip();
		_root.floor1.removeMovieClip();
		_root.floor2.removeMovieClip();
		_root.floor3.removeMovieClip();
		_root.floor4.removeMovieClip();
		_root.floor5.removeMovieClip();
		_root.floor6.removeMovieClip();
		_root.floor7.removeMovieClip();
		_root.floor8.removeMovieClip();
		_root.floor9.removeMovieClip();
		_root.floor10.removeMovieClip();
		_root.roof1.removeMovieClip();
		_root.roof2.removeMovieClip();
		_root.roof3.removeMovieClip();
		_root.roof4.removeMovieClip();
		_root.roof5.removeMovieClip();
		_root.roof6.removeMovieClip();
		_root.roof7.removeMovieClip();
		_root.roof8.removeMovieClip();
		_root.roof9.removeMovieClip();
		_root.roof10.removeMovieClip();
		_root.block21.removeMovieClip();
		_root.block22.removeMovieClip();
		_root.block23.removeMovieClip();
		_root.block24.removeMovieClip();
		_root.block25.removeMovieClip();
		_root.block26.removeMovieClip();
		_root.block27.removeMovieClip();
		_root.block28.removeMovieClip();
		_root.block29.removeMovieClip();
		_root.block30.removeMovieClip();
		_root.block31.removeMovieClip();
		_root.block32.removeMovieClip();
		_root.block33.removeMovieClip();
		_root.block34.removeMovieClip();
		_root.block35.removeMovieClip();
		_root.block36.removeMovieClip();
		_root.block37.removeMovieClip();
		_root.block38.removeMovieClip();
		_root.block39.removeMovieClip();
		_root.block40.removeMovieClip();
		_root.block41.removeMovieClip();
		_root.block42.removeMovieClip();
		_root.block43.removeMovieClip();
		_root.block44.removeMovieClip();
		_root.block45.removeMovieClip();
		_root.block46.removeMovieClip();
		_root.block47.removeMovieClip();
		_root.block48.removeMovieClip();
		_root.block49.removeMovieClip();
		_root.block50.removeMovieClip();
		_root.block51.removeMovieClip();
		_root.block52.removeMovieClip();
		_root.block53.removeMovieClip();
		_root.block54.removeMovieClip();
		_root.block55.removeMovieClip();
		_root.block56.removeMovieClip();
		_root.block57.removeMovieClip();
		_root.block58.removeMovieClip();
		_root.block59.removeMovieClip();
		_root.block60.removeMovieClip();
		_root.block61.removeMovieClip();
		_root.block62.removeMovieClip();
		_root.block63.removeMovieClip();
		_root.block64.removeMovieClip();
		_root.block65.removeMovieClip();
		_root.block66.removeMovieClip();
		_root.block67.removeMovieClip();
		_root.block68.removeMovieClip();
		_root.block69.removeMovieClip();
		_root.block70.removeMovieClip();
		_root.block71.removeMovieClip();
		_root.block72.removeMovieClip();
		_root.block73.removeMovieClip();
		_root.block74.removeMovieClip();
		_root.block75.removeMovieClip();
		_root.block76.removeMovieClip();
		_root.block77.removeMovieClip();
		_root.block78.removeMovieClip();
		_root.block79.removeMovieClip();
		_root.block80.removeMovieClip();
		_root.block81.removeMovieClip();
		_root.block82.removeMovieClip();
		_root.block83.removeMovieClip();
		_root.block84.removeMovieClip();
		_root.block85.removeMovieClip();
		_root.block86.removeMovieClip();
		_root.block87.removeMovieClip();
		_root.block88.removeMovieClip();
		_root.block89.removeMovieClip();
		_root.block90.removeMovieClip();
		_root.block91.removeMovieClip();
		_root.block92.removeMovieClip();
		_root.block93.removeMovieClip();
		_root.block94.removeMovieClip();
		_root.block95.removeMovieClip();
		_root.block96.removeMovieClip();
		_root.block97.removeMovieClip();
		_root.block98.removeMovieClip();
		_root.block99.removeMovieClip();
		_root.block100.removeMovieClip();
		if (_root.currentlevel < 50 and _root.currentlevel > 40 and _root.gotonextboss == true) {
			_root.gotonextboss = false;
			_root.currentlevel = 49;
			_root.gotoAndStop(54);
		} else {
			if (_root.currentlevel < 40 and _root.currentlevel > 30 and _root.gotonextboss == true) {
				_root.gotonextboss = false;
				_root.currentlevel = 39;
				_root.gotoAndStop(53);
			} else {
				if (_root.currentlevel < 30 and _root.currentlevel > 20 and _root.gotonextboss == true) {
					_root.gotonextboss = false;
					_root.currentlevel = 29;
					_root.gotoAndStop(52);
				} else {
					if (_root.currentlevel < 20 and _root.currentlevel > 10 and _root.gotonextboss == true) {
						_root.gotonextboss = false;
						_root.currentlevel = 19;
						_root.gotoAndStop(51);
					} else {
						if (_root.currentlevel < 10 and _root.currentlevel > 0 and _root.gotonextboss == true) {
							_root.gotonextboss = false;
							_root.currentlevel = 9;
							_root.gotoAndStop(50);
						}
					}
				}
			}
		}
		if (_root.currentlevel == 4 and _root.shoproom == false) {
			_root.currentlevel += 1;
			_root.gotoAndStop(9);
		} else {
			if (_root.currentlevel == 14 and _root.shoproom == false) {
				_root.currentlevel += 1;
				_root.gotoAndStop(9);
			} else {
				if (_root.currentlevel == 24 and _root.shoproom == false) {
					_root.currentlevel += 1;
					_root.gotoAndStop(9);
				} else {
					if (_root.currentlevel == 34 and _root.shoproom == false) {
						_root.currentlevel += 1;
						_root.gotoAndStop(9);
					} else {
						if (_root.currentlevel == 44 and _root.shoproom == false) {
							_root.currentlevel += 1;
							_root.gotoAndStop(9);
						} else {
							if (_root.currentlevel == 54 and _root.shoproom == false) {
								_root.currentlevel += 1;
								_root.gotoAndStop(9);
							} else {
								if (_root.currentlevel == 9) {
									_root.gotoAndStop(50);
								} else {
									if (_root.currentlevel == 19) {
										_root.gotoAndStop(51);
									} else {
										if (_root.currentlevel == 29) {
											_root.gotoAndStop(52);
										} else {
											if (_root.currentlevel == 39) {
												_root.gotoAndStop(53);
											} else {
												if (_root.currentlevel == 49) {
													_root.gotoAndStop(54);
												} else {
													if (_root.currentlevel == 10 and _root.prizeroom == false) {
														_root.gotoAndStop(8);
													} else {
														if (_root.currentlevel == 20 and _root.prizeroom == false) {
															_root.gotoAndStop(8);
														} else {
															if (_root.currentlevel == 30 and _root.prizeroom == false) {
																_root.gotoAndStop(8);
															} else {
																if (_root.currentlevel == 40 and _root.prizeroom == false) {
																	_root.gotoAndStop(8);
																} else {
																	if (_root.currentlevel == 50 and _root.prizeroom == false) {
																		_root.gotoAndStop(8);
																	} else {
																		if (_root.currentlevel == 60 and _root.prizeroom == false) {
																			_root.gotoAndStop(8);
																		} else {
																			_root.gotoAndStop(Math.ceil(Math.random() * 14) + 10);
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	movieClip 1627	{
	}
	movieClip 1628	{
	}
	movieClip 1637	{
	}
	movieClip 1638	{
	}
	movieClip 1639	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 7));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
			this.gotoAndStop(1);
		}
	}
	movieClip 1642	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
	}
	instance pixiedust of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.pixiedusteffect == true) {
				this.gotoAndStop(1);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
	}
	instance amethyst of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.amethysteffect == true) {
				this.gotoAndStop(2);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			}
		}
	}
	instance smudgestick of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.smudgestickeffect == true) {
				this.gotoAndStop(3);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			} else {
				if (this.hitTest(_root.amethyst) and _root.pause == false) {
					this._y -= 60;
				}
			}
		}
	}
	instance triquetra of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.triquetraeffect == true) {
				this.gotoAndStop(4);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			} else {
				if (this.hitTest(_root.amethyst) and _root.pause == false) {
					this._y -= 60;
				} else {
					if (this.hitTest(_root.smudgestick) and _root.pause == false) {
						this._y -= 60;
					}
				}
			}
		}
	}
	instance clover of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.clovereffect == true) {
				this.gotoAndStop(5);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			} else {
				if (this.hitTest(_root.amethyst) and _root.pause == false) {
					this._y -= 60;
				} else {
					if (this.hitTest(_root.smudgestick) and _root.pause == false) {
						this._y -= 60;
					} else {
						if (this.hitTest(_root.triquetra) and _root.pause == false) {
							this._y -= 60;
						}
					}
				}
			}
		}
	}
	instance rabbitsfoot of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.rabbitsfooteffect == true) {
				this.gotoAndStop(6);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			} else {
				if (this.hitTest(_root.amethyst) and _root.pause == false) {
					this._y -= 60;
				} else {
					if (this.hitTest(_root.smudgestick) and _root.pause == false) {
						this._y -= 60;
					} else {
						if (this.hitTest(_root.triquetra) and _root.pause == false) {
							this._y -= 60;
						} else {
							if (this.hitTest(_root.clover) and _root.pause == false) {
								this._y -= 60;
							}
						}
					}
				}
			}
		}
	}
	instance rebirth of movieClip 1642	{
		onClipEvent (enterFrame) {
			if (_root.rebirtheffect == true) {
				this.gotoAndStop(7);
				this._x = 918.15;
			} else {
				this.gotoAndStop(8);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.pixiedust) and _root.pause == false) {
				this._y -= 60;
			} else {
				if (this.hitTest(_root.amethyst) and _root.pause == false) {
					this._y -= 60;
				} else {
					if (this.hitTest(_root.smudgestick) and _root.pause == false) {
						this._y -= 60;
					} else {
						if (this.hitTest(_root.triquetra) and _root.pause == false) {
							this._y -= 60;
						} else {
							if (this.hitTest(_root.clover) and _root.pause == false) {
								this._y -= 60;
							} else {
								if (this.hitTest(_root.rabbitsfoot) and _root.pause == false) {
									this._y -= 60;
								}
							}
						}
					}
				}
			}
		}
	}
	movieClip 1650	{
	}
	button 1655 {
		on (release) {
			_root.pause = true;
			_root.pausemenu.gotoAndStop(2);
		}
	}
	movieClip 1658	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1661	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1662	{
		instance of movieClip 1658	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		instance of movieClip 1661	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		instance mutebutton of movieClip 850	{
			onClipEvent (enterFrame) {
				if (_root.mute == true) {
					_root.globalvolume.setVolume(0);
					this.gotoAndStop(2);
				} else {
					_root.globalvolume.setVolume(100);
					this.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(77) and _root.muteallowed == true and _root.mute == false) {
					_root.muteallowed = false;
					_root.mute = true;
				} else {
					if (Key.isDown(77) and _root.muteallowed == true and _root.mute == true) {
						_root.muteallowed = false;
						_root.mute = false;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(77) == false) {
					_root.muteallowed = true;
				}
			}
		}
	}
	instance hudweapon of movieClip 345	{
		onClipEvent (enterFrame) {
			this.gotoAndStop(_root.heroweapon);
		}
	}
	movieClip 1679	{
		frame 1 {
			stop();
			_root.heroarmormeleeincrease = 0;
			_root.heroarmormagicincrease = 0;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 0;
			_root.heroarmorjumppowerincrease = 0;
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
			_root.heroarmormeleeincrease = 1;
			_root.heroarmormagicincrease = 0;
			_root.heroarmorincrease = 4;
			_root.heroarmorspeedincrease = 0.5;
			_root.heroarmorjumppowerincrease = 1;
		}
		frame 7 {
			stop();
			_root.heroarmormeleeincrease = 3;
			_root.heroarmormagicincrease = 1;
			_root.heroarmorincrease = 5;
			_root.heroarmorspeedincrease = 0;
			_root.heroarmorjumppowerincrease = 0;
		}
		frame 8 {
			stop();
			_root.heroarmormeleeincrease = 0;
			_root.heroarmormagicincrease = 4;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 0.5;
			_root.heroarmorjumppowerincrease = 1;
		}
		frame 9 {
			stop();
			_root.heroarmormeleeincrease = 0;
			_root.heroarmormagicincrease = 5;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 0;
			_root.heroarmorjumppowerincrease = 0;
		}
		frame 10 {
			stop();
			_root.heroarmormeleeincrease = 2;
			_root.heroarmormagicincrease = 2;
			_root.heroarmorincrease = 5;
			_root.heroarmorspeedincrease = 0;
			_root.heroarmorjumppowerincrease = 0;
		}
		frame 11 {
			stop();
			_root.heroarmormeleeincrease = 2;
			_root.heroarmormagicincrease = 1;
			_root.heroarmorincrease = 5;
			_root.heroarmorspeedincrease = 0.5;
			_root.heroarmorjumppowerincrease = 1;
		}
		frame 12 {
			stop();
			_root.heroarmormeleeincrease = 1;
			_root.heroarmormagicincrease = 0;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 1.5;
			_root.heroarmorjumppowerincrease = 3;
		}
		frame 13 {
			stop();
			_root.heroarmormeleeincrease = 1;
			_root.heroarmormagicincrease = 2;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 0.5;
			_root.heroarmorjumppowerincrease = 1;
		}
		frame 14 {
			stop();
			_root.heroarmormeleeincrease = 2;
			_root.heroarmormagicincrease = 1;
			_root.heroarmorincrease = 6;
			_root.heroarmorspeedincrease = 0;
			_root.heroarmorjumppowerincrease = 0;
		}
		frame 15 {
			stop();
			_root.heroarmormeleeincrease = 0;
			_root.heroarmormagicincrease = 3;
			_root.heroarmorincrease = 3;
			_root.heroarmorspeedincrease = 1;
			_root.heroarmorjumppowerincrease = 2;
		}
	}
	instance hudarmor of movieClip 1679	{
		onClipEvent (enterFrame) {
			this.gotoAndStop(_root.heroarmor);
		}
	}
	movieClip 1682	{
	}
	movieClip 1686	{
	}
	movieClip 1687	{
		frame 1 {
			stop();
		}
	}
	movieClip 1689	{
		frame 1 {
			if (_root.herofacingright == true and _root.pause == false) {
				_root.hero.blood.gotoAndStop(1);
				_root.hero.blood.gotoAndStop(2);
			} else {
				if (_root.herofacingright == false and _root.pause == false) {
					_root.hero.blood.gotoAndStop(1);
					_root.hero.blood.gotoAndStop(3);
				}
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 1 {
			_root.herohealth -= _root.herodamagetaken;
			_root.hero.numbers.gotoAndStop(2);
			_root.heroinvincible = true;
			(new Color(_root.hero.body)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 2 {
			(new Color(_root.hero.body)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_root.hero.body)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 8 {
			(new Color(_root.hero.body)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			_root.hero.body._alpha = 0;
		}
		frame 10 {
			_root.hero.body._alpha = 100;
		}
		frame 11 {
			_root.hero.body._alpha = 0;
		}
		frame 12 {
			_root.hero.body._alpha = 100;
		}
		frame 13 {
			_root.hero.body._alpha = 0;
		}
		frame 14 {
			_root.hero.body._alpha = 100;
		}
		frame 15 {
			_root.hero.body._alpha = 0;
		}
		frame 16 {
			_root.hero.body._alpha = 100;
		}
		frame 17 {
			_root.hero.body._alpha = 0;
		}
		frame 18 {
			_root.hero.body._alpha = 100;
		}
		frame 19 {
			_root.hero.body._alpha = 0;
		}
		frame 20 {
			_root.hero.body._alpha = 100;
		}
		frame 21 {
			_root.hero.body._alpha = 0;
		}
		frame 22 {
			_root.hero.body._alpha = 100;
		}
		frame 23 {
			_root.heroinvincible = false;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1690	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1691	{
		instance of movieClip 1682	{
			onClipEvent (enterFrame) {
				this._xscale = (_root.herohealth / _root.heromaxhealth) * 100;
			}
		}
		instance losehealth of movieClip 1690	{
			onClipEvent (enterFrame) {
				if (_root.herodamagetaken <= 0) {
					_root.herodamagetaken = 1;
				}
			}
		}
	}
	instance healthbar of movieClip 1691	{
		onClipEvent (enterFrame) {
			if (_root.herohealth > _root.heromaxhealth) {
				_root.herohealth = _root.heromaxhealth;
			} else {
				if (_root.herohealth < 0) {
					_root.herohealth = 0;
				}
			}
		}
	}
	movieClip 1693	{
	}
	movieClip 1694	{
		instance of movieClip 1693	{
			onClipEvent (enterFrame) {
				this._xscale = (_root.heromagic / _root.heromaxmagic) * 100;
			}
		}
	}
	instance magicbar of movieClip 1694	{
		onClipEvent (enterFrame) {
			if (_root.heromagic > _root.heromaxmagic) {
				_root.heromagic = _root.heromaxmagic;
			} else {
				if (_root.heromagic < 0) {
					_root.heromagic = 0;
				}
			}
		}
	}
	movieClip 1719	{
	}
	movieClip 1721	{
	}
	movieClip 1725	{
		frame 1 {
			stop();
			_root.herospelldamage = 0;
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
		frame 18 {
			stop();
		}
		frame 19 {
			stop();
		}
		frame 20 {
			stop();
		}
		frame 21 {
			stop();
		}
		frame 22 {
			stop();
		}
		frame 23 {
			stop();
		}
		frame 24 {
			stop();
		}
		frame 25 {
			stop();
		}
		frame 26 {
			stop();
		}
		frame 27 {
			stop();
		}
		frame 28 {
			stop();
		}
		frame 29 {
			stop();
		}
		frame 30 {
			stop();
		}
		frame 31 {
			stop();
		}
		frame 32 {
			stop();
		}
		frame 33 {
			stop();
		}
		frame 34 {
			stop();
		}
		frame 35 {
			stop();
		}
		frame 36 {
			stop();
		}
		frame 37 {
			stop();
		}
		frame 38 {
			stop();
		}
		frame 39 {
			stop();
		}
		frame 40 {
			stop();
		}
		frame 41 {
			stop();
		}
		frame 42 {
			stop();
		}
		frame 43 {
			stop();
		}
		frame 44 {
			stop();
		}
		frame 45 {
			stop();
		}
		frame 46 {
			stop();
		}
		frame 47 {
			stop();
		}
		frame 48 {
			stop();
		}
		frame 49 {
			stop();
		}
		frame 50 {
			stop();
		}
		frame 51 {
			stop();
		}
		frame 52 {
			stop();
		}
		frame 53 {
			stop();
		}
		frame 54 {
			stop();
		}
		frame 55 {
			stop();
		}
		frame 56 {
			stop();
		}
		frame 57 {
			stop();
		}
		frame 58 {
			stop();
		}
		frame 59 {
			stop();
		}
		frame 60 {
			stop();
		}
		frame 61 {
			stop();
			_root.herospelll = 60;
			_root.fireballspell = true;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 12;
		}
		instance of movieClip 239	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 3) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 62 {
			stop();
			_root.herospelll = 61;
			_root.fireballspell = false;
			_root.shockspell = true;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 6;
		}
		instance of movieClip 241	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 3) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 63 {
			stop();
			_root.herospelll = 62;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = true;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 7;
		}
		instance of movieClip 243	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 3) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 64 {
			stop();
			_root.herospelll = 63;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = true;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 0;
		}
		instance of movieClip 1719	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 1) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 65 {
			stop();
			_root.herospelll = 64;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = true;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 16;
		}
		instance of movieClip 1721	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 19) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 66 {
			stop();
			_root.herospelll = 65;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = true;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 24;
		}
		instance of movieClip 247	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 9) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 67 {
			stop();
			_root.herospelll = 66;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = true;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 1;
		}
		instance of movieClip 249	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 1) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 68 {
			stop();
			_root.herospelll = 67;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = true;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.herospelldamage = 24;
		}
		instance of movieClip 251	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 9) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 69 {
			stop();
			_root.herospelll = 68;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = true;
			_root.pardonmespell = false;
			_root.herospelldamage = 0;
		}
		instance of movieClip 253	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 9) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 70 {
			stop();
			_root.herospelll = 69;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = true;
			_root.herospelldamage = 36;
		}
		instance of movieClip 257	{
			onClipEvent (enterFrame) {
				if (_root.heromagic > 14) {
					_root.heromagicenough = true;
				} else {
					_root.heromagicenough = false;
				}
			}
		}
		frame 71 {
			stop();
		}
	}
	movieClip 1736	{
		frame 1 {
			stop();
			_root.heroitem = 0;
		}
		frame 2 {
			stop();
			_root.heroitem = 1;
		}
		frame 3 {
			stop();
			_root.heroitem = 2;
		}
		frame 4 {
			stop();
			_root.heroitem = 3;
		}
		frame 5 {
			stop();
			_root.heroitem = 4;
		}
		frame 6 {
			stop();
			_root.heroitem = 5;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.herohealth < _root.heromaxhealth and _root.pause == false) {
					_root.spaceallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.herohealth += 20;
					_root.statincreaseinfo.gotoAndStop(14);
					_parent.gotoAndStop(1);
				} else {
					if (Key.isDown(32) and _root.spaceallowed == true and _root.herohealth >= _root.heromaxhealth and _root.pause == false) {
						_root.spaceallowed = false;
						_root.statincreaseinfo.gotoAndStop(24);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 7 {
			stop();
			_root.heroitem = 6;
		}
		frame 8 {
			stop();
			_root.heroitem = 7;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.heromagic < _root.heromaxmagic and _root.pause == false) {
					_root.spaceallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.heromagic += 20;
					_root.statincreaseinfo.gotoAndStop(15);
					_parent.gotoAndStop(1);
				} else {
					if (Key.isDown(32) and _root.spaceallowed == true and _root.heromagic >= _root.heromaxmagic and _root.pause == false) {
						_root.spaceallowed = false;
						_root.statincreaseinfo.gotoAndStop(23);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 9 {
			stop();
			_root.heroitem = 8;
		}
		frame 10 {
			stop();
			_root.heroitem = 9;
		}
		frame 11 {
			stop();
			_root.heroitem = 10;
		}
		frame 12 {
			stop();
			_root.heroitem = 11;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.herohealth < _root.heromaxhealth and _root.pause == false) {
					_root.spaceallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.herohealth = _root.heromaxhealth;
					_root.statincreaseinfo.gotoAndStop(13);
					_parent.gotoAndStop(1);
				} else {
					if (Key.isDown(32) and _root.spaceallowed == true and _root.herohealth >= _root.heromaxhealth and _root.pause == false) {
						_root.spaceallowed = false;
						_root.statincreaseinfo.gotoAndStop(24);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 13 {
			stop();
			_root.heroitem = 12;
		}
		frame 14 {
			stop();
			_root.heroitem = 13;
		}
		frame 15 {
			stop();
			_root.heroitem = 14;
		}
		frame 16 {
			stop();
			_root.heroitem = 15;
		}
		frame 17 {
			stop();
			_root.heroitem = 16;
		}
		frame 18 {
			stop();
			_root.heroitem = 17;
		}
		frame 19 {
			stop();
			_root.heroitem = 18;
		}
		frame 20 {
			stop();
			_root.heroitem = 19;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.herofacingright == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.hero.gotoAndStop(63);
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.itemactivatedbar.gotoAndStop(2);
					_parent.gotoAndStop(1);
				} else {
					if (Key.isDown(32) and _root.spaceallowed == true and _root.herofacingright == false and _root.pause == false) {
						_root.spaceallowed = false;
						_root.hero.gotoAndStop(64);
						_root.hero.effect.gotoAndStop(1);
						_root.hero.effect.gotoAndStop(6);
						_root.itemactivatedbar.gotoAndStop(2);
						_parent.gotoAndStop(1);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 21 {
			stop();
			_root.heroitem = 20;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.itemactivatedbar.gotoAndStop(3);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 22 {
			stop();
			_root.heroitem = 21;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.herofacingright == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.poisonbottle = true;
					_root.hero.gotoAndStop(51);
					_parent.gotoAndStop(1);
				} else {
					if (Key.isDown(32) and _root.spaceallowed == true and _root.herofacingright == false and _root.pause == false) {
						_root.spaceallowed = false;
						_root.poisonbottle = true;
						_root.hero.gotoAndStop(52);
						_parent.gotoAndStop(1);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 23 {
			stop();
			_root.heroitem = 22;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.blairwitch._x = _root.hero._x;
					_root.blairwitch._y = _root.hero._y;
					_root.blairwitch.gotoAndStop(1);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 24 {
			stop();
			_root.heroitem = 23;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.etherealwingsactive = true;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 25 {
			stop();
			_root.heroitem = 24;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.axe._x = -250;
					_root.vomit._x = -150;
					_root.shrooms._x = -150;
					_root.etherealwingsactive = false;
					_root.blairwitch._x = -70;
					_root.blairwitch._y = 400;
					_root.saltcircleactivated = false;
					_root.saltcircle._x = -80;
					_root.saltcircle._y = 425;
					_root.boss._x = -666;
					_root.bosstitle._x = -666;
					_root.enemy1._x = -666;
					_root.enemy2._x = -666;
					_root.enemy3._x = -666;
					_root.enemy4._x = -666;
					_root.enemy5._x = -666;
					_root.enemy6._x = -666;
					_root.boss.removeMovieClip();
					_root.bosstitle.removeMovieClip();
					_root.enemy1.removeMovieClip();
					_root.enemy2.removeMovieClip();
					_root.enemy3.removeMovieClip();
					_root.enemy4.removeMovieClip();
					_root.enemy5.removeMovieClip();
					_root.enemy6.removeMovieClip();
					_root.enemy1.gotoAndStop(1);
					_root.enemy2.gotoAndStop(1);
					_root.enemy3.gotoAndStop(1);
					_root.enemy4.gotoAndStop(1);
					_root.enemy5.gotoAndStop(1);
					_root.enemy6.gotoAndStop(1);
					_root.gotoAndStop(10);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 26 {
			stop();
			_root.heroitem = 25;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.shoproom == false and _root.bossroom == false and _root.pause == false) {
					_root.spaceallowed = false;
					_root.axe._x = -250;
					_root.vomit._x = -150;
					_root.shrooms._x = -150;
					_root.portal._x = -300;
					_root.etherealwingsactive = false;
					_root.blairwitch._x = -70;
					_root.blairwitch._y = 400;
					_root.saltcircleactivated = false;
					_root.saltcircle._x = -80;
					_root.saltcircle._y = 425;
					_root.gotoAndStop(9);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 27 {
			stop();
			_root.heroitem = 26;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.bossroom == false and _root.pause == false) {
					_root.spaceallowed = false;
					_root.gotonextboss = true;
					_root.hero.gotoAndStop(47);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 28 {
			stop();
			_root.heroitem = 27;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.itemactivatedbar.gotoAndStop(5);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 29 {
			stop();
			_root.heroitem = 28;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.saltcircle._x = _root.hero._x;
					_root.saltcircle._y = _root.hero._y - 50;
					_root.saltcircleactivated = true;
					_root.saltcircle.gotoAndStop(1);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 30 {
			stop();
			_root.heroitem = 29;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.itemactivatedbar.gotoAndStop(4);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 31 {
			stop();
			_root.heroitem = 30;
		}
		frame 32 {
			stop();
			_root.heroitem = 31;
		}
		frame 33 {
			stop();
			_root.heroitem = 32;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.itemactivatedbar.gotoAndStop(6);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 34 {
			stop();
			_root.heroitem = 33;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.spaceallowed == true and _root.pause == false) {
					_root.spaceallowed = false;
					_root.itemactivatedbar.gotoAndStop(7);
					_root.enemy1.voodoo.gotoAndStop(2);
					_root.enemy2.voodoo.gotoAndStop(2);
					_root.enemy3.voodoo.gotoAndStop(2);
					_root.enemy4.voodoo.gotoAndStop(2);
					_root.enemy5.voodoo.gotoAndStop(2);
					_root.enemy6.voodoo.gotoAndStop(2);
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.spaceallowed = true;
				}
			}
		}
		frame 35 {
			stop();
			_root.heroitem = 34;
		}
		frame 36 {
			stop();
			_root.heroitem = 35;
		}
		frame 37 {
			stop();
			_root.heroitem = 36;
		}
		frame 38 {
			stop();
			_root.heroitem = 37;
		}
		frame 39 {
			stop();
			_root.heroitem = 38;
		}
		frame 40 {
			stop();
			_root.heroitem = 39;
		}
		frame 41 {
			stop();
			_root.heroitem = 40;
		}
		frame 42 {
			stop();
			_root.heroitem = 41;
		}
		frame 43 {
			stop();
			_root.heroitem = 42;
		}
		frame 44 {
			stop();
			_root.heroitem = 43;
		}
		frame 45 {
			stop();
			_root.heroitem = 44;
		}
		frame 46 {
			stop();
			_root.heroitem = 45;
		}
		frame 47 {
			stop();
			_root.heroitem = 46;
		}
		frame 48 {
			stop();
			_root.heroitem = 47;
		}
		frame 49 {
			stop();
			_root.heroitem = 48;
		}
		frame 50 {
			stop();
			_root.heroitem = 49;
		}
		frame 51 {
			stop();
			_root.heroitem = 50;
		}
		frame 52 {
			stop();
			_root.heroitem = 51;
		}
		frame 53 {
			stop();
			_root.heroitem = 52;
		}
		frame 54 {
			stop();
			_root.heroitem = 53;
		}
		frame 55 {
			stop();
			_root.heroitem = 54;
		}
		frame 56 {
			stop();
			_root.heroitem = 55;
		}
		frame 57 {
			stop();
			_root.heroitem = 56;
		}
		frame 58 {
			stop();
			_root.heroitem = 57;
		}
		frame 59 {
			stop();
			_root.heroitem = 58;
		}
		frame 60 {
			stop();
			_root.heroitem = 59;
		}
		frame 61 {
			stop();
			_root.heroitem = 60;
		}
		frame 62 {
			stop();
			_root.heroitem = 61;
		}
		frame 63 {
			stop();
			_root.heroitem = 62;
		}
		frame 64 {
			stop();
			_root.heroitem = 63;
		}
		frame 65 {
			stop();
			_root.heroitem = 64;
		}
		frame 66 {
			stop();
			_root.heroitem = 65;
		}
		frame 67 {
			stop();
			_root.heroitem = 66;
		}
		frame 68 {
			stop();
			_root.heroitem = 67;
		}
		frame 69 {
			stop();
			_root.heroitem = 68;
		}
		frame 70 {
			stop();
			_root.heroitem = 69;
		}
		frame 71 {
			stop();
			_root.heroitem = 70;
		}
	}
	instance huditem of movieClip 1736	{
		onClipEvent (enterFrame) {
			if (_root.heroitem > 0) {
				_root.huditemtobeswapped = true;
			} else {
				if (_root.heroitem < 1) {
					_root.huditemtobeswapped = false;
				}
			}
		}
	}
	movieClip 1752	{
	}
	movieClip 1753	{
	}
	movieClip 1754	{
		frame 25 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herofacingright == true and _root.pause == false) {
					_root.herovelocity = 0;
					_root.heromomentum = 0;
					_root.hero._x = _parent._parent._x;
					_root.hero._y = _parent._parent._y;
					_root.hero.gotoAndStop(47);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.herofacingright == false and _root.pause == false) {
						_root.herovelocity = 0;
						_root.heromomentum = 0;
						_root.hero._x = _parent._parent._x;
						_root.hero._y = _parent._parent._y;
						_root.hero.gotoAndStop(48);
					}
				}
			}
		}
		instance of movieClip 804	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= 2;
				}
			}
		}
	}
	movieClip 1755	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance portal of movieClip 1755	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount <= 0) {
				this.gotoAndStop(1);
			} else {
				if (_root.enemyamount > 0) {
					this.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 1757	{
	}
	instance saltcircle of movieClip 1757	{
		onClipEvent (enterFrame) {
			if (_root.saltcircleactivated == false) {
				_root.saltfalling = false;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.saltfalling == true and _root.pause == false) {
				_root.saltvelocity += _root.saltgravity;
				_root.saltcircle._y += _root.saltvelocity;
			}
			i = 0;
			while (i < 99) {
				if (_root.saltcircle.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.saltcircle.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (_root.saltfalling == true) {
					_root.saltcircle._y = block._y;
					_root.saltvelocity = 0;
				}
			} else {
				_root.saltfalling = true;
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.hitbox)) {
				_root.herosalt = true;
			} else {
				_root.herosalt = false;
			}
		}
	}
	movieClip 1770	{
	}
	movieClip 1771	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1776	{
		instance fire of movieClip 1227	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
	}
	movieClip 1777	{
		frame 1 {
			_root.randomdamage = 3;
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		frame 21 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1778	{
		frame 1 {
			_root.randomdamage = 3;
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		frame 21 {
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 1779	{
		frame 1 {
			stop();
		}
		instance body of movieClip 1771	{
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance < -100 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonydistance < -80 and _root.pause == false) {
					_parent._y += _root.dragonspeed;
				}
				if (_root.dragonydistance > -70 and _root.pause == false) {
					_parent._y -= _root.dragonspeed;
				}
			}
		}
		instance hurtlocker2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
			}
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 1771	{
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance > 100 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonydistance < -80 and _root.pause == false) {
					_parent._y += _root.dragonspeed;
				}
				if (_root.dragonydistance > -70 and _root.pause == false) {
					_parent._y -= _root.dragonspeed;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 1771	{
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance > -80 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.dragonspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonydistance < -80 and _root.pause == false) {
					_parent._y += _root.dragonspeed;
				}
				if (_root.dragonydistance > -70 and _root.pause == false) {
					_parent._y -= _root.dragonspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 1771	{
			onClipEvent (enterFrame) {
				if (_root.dragonxdistance < 80 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.dragonspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.dragonydistance < -80 and _root.pause == false) {
					_parent._y += _root.dragonspeed;
				}
				if (_root.dragonydistance > -70 and _root.pause == false) {
					_parent._y -= _root.dragonspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	instance dragon of movieClip 1779	{
		onClipEvent (enterFrame) {
			if (_root.gotdragon == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.dragonxdistance = _root.dragon._x - _root.hero._x;
			_root.dragonydistance = _root.dragon._y - _root.hero._y;
		}
	}
	movieClip 1791	{
	}
	movieClip 1792	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 6);
		}
	}
	movieClip 1803	{
		instance of movieClip 1336	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.binding = true;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.binding = true;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.binding = true;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.binding = true;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.binding = true;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.binding = true;
					_root.enemy6.randomhit = true;
				}
			}
		}
	}
	movieClip 1804	{
		frame 1 {
			_root.randomdamage = 0;
		}
		frame 21 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1805	{
		frame 1 {
			_root.randomdamage = 0;
		}
		frame 21 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1806	{
		frame 1 {
			stop();
		}
		instance body of movieClip 1792	{
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance > 60 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance < -120 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonydistance < -70 and _root.pause == false) {
					_parent._y += _root.puffdragonspeed;
				}
				if (_root.puffdragonydistance > -60 and _root.pause == false) {
					_parent._y -= _root.puffdragonspeed;
				}
			}
		}
		instance hurtlocker2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
			}
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 1792	{
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance < -60 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance > 120 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonydistance < -70 and _root.pause == false) {
					_parent._y += _root.puffdragonspeed;
				}
				if (_root.puffdragonydistance > -60 and _root.pause == false) {
					_parent._y -= _root.puffdragonspeed;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 1792	{
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance > -100 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.puffdragonspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonydistance < -70 and _root.pause == false) {
					_parent._y += _root.puffdragonspeed;
				}
				if (_root.dragonydistance > -60 and _root.pause == false) {
					_parent._y -= _root.puffdragonspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 1792	{
			onClipEvent (enterFrame) {
				if (_root.puffdragonxdistance < 100 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.puffdragonspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.puffdragonydistance < -70 and _root.pause == false) {
					_parent._y += _root.puffdragonspeed;
				}
				if (_root.dragonydistance > -60 and _root.pause == false) {
					_parent._y -= _root.puffdragonspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	instance puffdragon of movieClip 1806	{
		onClipEvent (enterFrame) {
			if (_root.gotpuffdragon == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.puffdragonxdistance = _root.puffdragon._x - _root.hero._x;
			_root.puffdragonydistance = _root.puffdragon._y - _root.hero._y;
		}
	}
	movieClip 1808	{
	}
	movieClip 1809	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 3);
		}
	}
	movieClip 1810	{
		frame 1 {
			_root.randomdamage = 3;
		}
		frame 9 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1811	{
		frame 1 {
			_root.randomdamage = 3;
		}
		frame 9 {
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 1812	{
		frame 1 {
			stop();
		}
		instance body of movieClip 1809	{
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance > 20 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyydistance < -50 and _root.pause == false) {
					_parent._y += _root.mannyspeed;
				}
				if (_root.mannyydistance > -40 and _root.pause == false) {
					_parent._y -= _root.mannyspeed;
				}
			}
		}
		instance hurtlocker2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
			}
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 1809	{
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance < -20 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyydistance < -50 and _root.pause == false) {
					_parent._y += _root.mannyspeed;
				}
				if (_root.mannyydistance > -40 and _root.pause == false) {
					_parent._y -= _root.mannyspeed;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 1809	{
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance > -30 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.mannyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyydistance < -50 and _root.pause == false) {
					_parent._y += _root.mannyspeed;
				}
				if (_root.mannyydistance > -40 and _root.pause == false) {
					_parent._y -= _root.mannyspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 1809	{
			onClipEvent (enterFrame) {
				if (_root.mannyxdistance < 30 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.mannyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.mannyydistance < -50 and _root.pause == false) {
					_parent._y += _root.mannyspeed;
				}
				if (_root.mannyydistance > -40 and _root.pause == false) {
					_parent._y -= _root.mannyspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 1810	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.mannyspeed * 3;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 6 {
			stop();
		}
		instance body of movieClip 1811	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.mannyspeed * 3;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 7 {
			stop();
		}
	}
	instance manny of movieClip 1812	{
		onClipEvent (enterFrame) {
			if (_root.gotmanny == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.mannyxdistance = _root.manny._x - _root.hero._x;
			_root.mannyydistance = _root.manny._y - _root.hero._y;
		}
	}
	movieClip 1817	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1828	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1838	{
		frame 10 {
			_parent._x = _root.hero._x;
			_parent._y = _root.hero._y;
			_parent.gotoAndStop('appear');
		}
	}
	movieClip 1846	{
		frame 10 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1858	{
		frame 1 {
			_root.randomdamage = 3;
		}
		frame 11 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1861	{
		frame 1 {
			_root.randomdamage = 3;
		}
		frame 11 {
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 1862	{
		frame 1 {
			stop();
		}
		instance body of movieClip 1817	{
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance < -80 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotmeatdog == true and _root.meatdogxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotmeatdog == true and _root.meatdogxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotmeatdog == true and _root.meatdogydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotmeatdog == true and _root.meatdogydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		instance hurtlocker2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
			}
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 1817	{
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance > 80 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotmeatdog == true and _root.meatdogxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotmeatdog == true and _root.meatdogxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotmeatdog == true and _root.meatdogydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotmeatdog == true and _root.meatdogydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 1828	{
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance > -60 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.meatdogspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotmeatdog == true and _root.meatdogxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotmeatdog == true and _root.meatdogxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotmeatdog == true and _root.meatdogydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotmeatdog == true and _root.meatdogydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 1828	{
			onClipEvent (enterFrame) {
				if (_root.meatdogxdistance < 60 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.meatdogspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotmeatdog == true and _root.meatdogxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotmeatdog == true and _root.meatdogxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotmeatdog == true and _root.meatdogydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotmeatdog == true and _root.meatdogydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 1838	{
			onClipEvent (enterFrame) {
				_root.meatdogfalling = false;
			}
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		instance body of movieClip 1858	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.meatdogspeed * 2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 8 {
			stop();
		}
		instance body of movieClip 1861	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.meatdogspeed * 2;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 9 {
			stop();
		}
		instance body of movieClip 1817	{
			onClipEvent (enterFrame) {
				_root.meatdogfalling = false;
			}
		}
	}
	instance meatdog of movieClip 1862	{
		onClipEvent (enterFrame) {
			if (_root.gotmeatdog == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.meatdogxdistance = _root.meatdog._x - _root.hero._x;
			_root.meatdogydistance = _root.meatdog._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (_root.meatdogfalling == true and _root.pause == false) {
				_root.meatdogvelocity += _root.meatdoggravity;
				_root.meatdog._y += _root.meatdogvelocity;
			}
			i = 0;
			while (i < 99) {
				if (_root.meatdog.body.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.meatdog.body.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (_root.meatdogfalling == true) {
					_root.meatdog._y = block._y;
					_root.meatdogvelocity = 0;
				}
			} else {
				_root.meatdogfalling = true;
			}
		}
	}
	movieClip 1867	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1868	{
	}
	movieClip 1878	{
		frame 1 {
			_parent.randomattacknumber = Math.ceil(Math.random() * 4);
		}
	}
	movieClip 1888	{
		frame 10 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1889	{
		frame 1 {
			_root.randomdamage = 3;
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 16 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1890	{
		frame 1 {
			_root.randomdamage = 3;
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 16 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 1891	{
		frame 1 {
			stop();
		}
		instance body of movieClip 1867	{
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance < -100 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotswampball == true and _root.swampballxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotswampball == true and _root.swampballxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotswampball == true and _root.swampballydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotswampball == true and _root.swampballydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		instance hurtlocker2 of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackright');
				}
			}
		}
		instance hurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy2) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy3) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy4) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy5) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
				if (this.hitTest(_root.enemy6) and _parent.randomattacknumber == 1 and _root.pause == false) {
					_parent.gotoAndStop('attackleft');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 1867	{
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance > 100 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotswampball == true and _root.swampballxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotswampball == true and _root.swampballxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotswampball == true and _root.swampballydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotswampball == true and _root.swampballydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 1878	{
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance > -80 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.swampballspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotswampball == true and _root.swampballxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotswampball == true and _root.swampballxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotswampball == true and _root.swampballydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotswampball == true and _root.swampballydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 1878	{
			onClipEvent (enterFrame) {
				if (_root.swampballxdistance < 80 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.swampballspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.gotswampball == true and _root.swampballxdistance < -200 and _root.pause == false) {
					_parent.gotoAndStop('disappear');
				} else {
					if (_root.gotswampball == true and _root.swampballxdistance > 200 and _root.pause == false) {
						_parent.gotoAndStop('disappear');
					} else {
						if (_root.gotswampball == true and _root.swampballydistance > 200 and _root.pause == false) {
							_parent.gotoAndStop('disappear');
						} else {
							if (_root.gotswampball == true and _root.swampballydistance < -200 and _root.pause == false) {
								_parent.gotoAndStop('disappear');
							}
						}
					}
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 1838	{
			onClipEvent (enterFrame) {
				_root.swampballfalling = false;
			}
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		instance body of movieClip 1867	{
			onClipEvent (enterFrame) {
				_root.swampballfalling = false;
			}
		}
	}
	instance swampball of movieClip 1891	{
		onClipEvent (enterFrame) {
			if (_root.gotswampball == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.swampballxdistance = _root.swampball._x - _root.hero._x;
			_root.swampballydistance = _root.swampball._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (_root.swampballfalling == true and _root.pause == false) {
				_root.swampballvelocity += _root.swampballgravity;
				_root.swampball._y += _root.swampballvelocity;
			}
			i = 0;
			while (i < 99) {
				if (_root.swampball.body.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.swampball.body.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (_root.swampballfalling == true) {
					_root.swampball._y = block._y;
					_root.swampballvelocity = 0;
				}
			} else {
				_root.swampballfalling = true;
			}
		}
	}
	movieClip 1899	{
		frame 1 {
			stop();
		}
	}
	movieClip 1907	{
		frame 1 {
			stop();
		}
	}
	movieClip 1915	{
		frame 1 {
			stop();
		}
	}
	movieClip 1923	{
		frame 1 {
			stop();
		}
	}
	movieClip 1924	{
	}
	movieClip 1925	{
	}
	movieClip 1926	{
		frame 1 {
			stop();
			this.health = 30;
		}
		frame 2 {
			stop();
		}
		instance stone of movieClip 1925	{
			onClipEvent (enterFrame) {
				if (_parent.health <= 0 and _root.pause == false) {
					this.stone.gotoAndStop(3);
				}
			}
		}
	}
	movieClip 1927	{
	}
	movieClip 1928	{
	}
	movieClip 1929	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 1939	{
		frame 1 {
			play();
		}
		frame 2 {
			play();
		}
		frame 3 {
			play();
		}
		frame 4 {
			play();
		}
		frame 5 {
			play();
		}
		frame 6 {
			play();
		}
		frame 7 {
			play();
		}
		frame 8 {
			play();
		}
		frame 9 {
			play();
		}
		frame 10 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1943	{
		frame 1 {
			play();
		}
		frame 2 {
			play();
		}
		frame 3 {
			play();
		}
		frame 4 {
			play();
		}
		frame 5 {
			play();
		}
		frame 6 {
			play();
		}
		frame 7 {
			play();
		}
		frame 8 {
			play();
		}
		frame 9 {
			play();
		}
		frame 10 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1953	{
		frame 1 {
			play();
		}
		frame 2 {
			play();
		}
		frame 3 {
			play();
		}
		frame 4 {
			play();
		}
		frame 5 {
			play();
		}
		frame 6 {
			play();
		}
		frame 7 {
			play();
		}
		frame 8 {
			play();
		}
		frame 9 {
			play();
		}
		frame 10 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1963	{
		frame 1 {
			play();
		}
		frame 2 {
			play();
		}
		frame 3 {
			play();
		}
		frame 4 {
			play();
		}
		frame 5 {
			play();
		}
		frame 6 {
			play();
		}
		frame 7 {
			play();
		}
		frame 8 {
			play();
		}
		frame 9 {
			play();
		}
		frame 10 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 1964	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 3 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 4 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 5 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 6 {
			stop();
		}
	}
	movieClip 1971	{
		frame 7 {
			stop();
		}
	}
	movieClip 1972	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 1979	{
		frame 1 {
			this._alpha = 0;
		}
	}
	movieClip 1989	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
	}
	movieClip 1998	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
	}
	movieClip 2007	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
	}
	movieClip 2016	{
		frame 1 {
			stop();
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
	}
	movieClip 2017	{
	}
	movieClip 2023	{
		frame 1 {
			this._alpha = 0;
		}
	}
	movieClip 2032	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
		frame 17 {
			stop();
		}
	}
	movieClip 2041	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 2042	{
	}
	movieClip 2047	{
		frame 1 {
			stop();
		}
	}
	movieClip 2053	{
		frame 1 {
			stop();
		}
	}
	movieClip 2054	{
		frame 1 {
			_root.upallowed = false;
			_root.herodoublejump = true;
		}
		instance websplash of movieClip 2047	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance watersplash of movieClip 1989	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance swampsplash of movieClip 1998	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance lavasplash of movieClip 2007	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance goosplash of movieClip 2016	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		frame 2 {
			if (_root.herosinking == false and _root.heroflying == false and _root.pause == false) {
				_root.herovelocity = -27 - _root.herojumppower;
			} else {
				if (_root.herosinking == true and _root.heroflying == false and _root.pause == false) {
					_root.herovelocity = -17 - _root.herojumppower;
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(13);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 3 {
			if ((_root.demonwingsactive == true or _root.etherealwingsactive == true) and _root.pause == false) {
				_root.heroflying = true;
			}
		}
		frame 10 {
			stop();
		}
	}
	movieClip 2055	{
		frame 1 {
			_root.upallowed = false;
			_root.herodoublejump = true;
		}
		instance websplash of movieClip 2047	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance watersplash of movieClip 1989	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance swampsplash of movieClip 1998	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance lavasplash of movieClip 2007	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance goosplash of movieClip 2016	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		frame 2 {
			if (_root.herosinking == false and _root.heroflying == false and _root.pause == false) {
				_root.herovelocity = -27 - _root.herojumppower;
			} else {
				if (_root.herosinking == true and _root.heroflying == false and _root.pause == false) {
					_root.herovelocity = -17 - _root.herojumppower;
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(14);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 3 {
			if ((_root.demonwingsactive == true or _root.etherealwingsactive == true) and _root.pause == false) {
				_root.heroflying = true;
			}
		}
		frame 10 {
			stop();
			_root.herojumping = false;
		}
	}
	movieClip 2056	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_root.hero._y = block._y;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.herodoublejump == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(13);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if ((_root.demonwingsactive == true or _root.etherealwingsactive == true) and Key.isDown(38) and _root.pause == false) {
					_root.hero.gotoAndStop(7);
				}
			}
		}
		frame 3 {
			_root.heroflying = false;
		}
		frame 4 {
			stop();
		}
	}
	movieClip 2057	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_root.hero._y = block._y;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.herodoublejump == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(14);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if ((_root.demonwingsactive == true or _root.etherealwingsactive == true) and Key.isDown(38) and _root.pause == false) {
					_root.hero.gotoAndStop(8);
				}
			}
		}
		frame 3 {
			_root.heroflying = false;
		}
		frame 4 {
			stop();
		}
	}
	movieClip 2058	{
		frame 1 {
			_root.herocrouching = true;
		}
		frame 3 {
			stop();
		}
	}
	movieClip 2059	{
		frame 1 {
			if (_root.herosinking == false and _root.pause == false) {
				_root.herovelocity = -28;
			} else {
				if (_root.herosinking == true and _root.pause == false) {
					_root.herovelocity = -18;
				}
			}
			_root.herodoublejump = false;
		}
		frame 27 {
			stop();
		}
	}
	movieClip 2061	{
		frame 1 {
			_root.heroinvincible = true;
		}
		frame 13 {
			stop();
			_root.heroinvincible = false;
			this.xrandomnumber = Math.ceil(Math.random() * 960);
			this.yrandomnumber = Math.ceil(Math.random() * 660);
			_parent._x = this.xrandomnumber;
			_parent._y = this.yrandomnumber;
			if (this.xrandomnumber < 100) {
				_parent._x += 100;
			}
			if (this.xrandomnumber > 860) {
				_parent._x -= 100;
			}
			if (this.yrandomnumber < 80) {
				_parent._y += 80;
			}
			if (this.yrandomnumber > 500) {
				_parent._y -= 160;
			}
			_root.hero.gotoAndStop(17);
		}
	}
	movieClip 2062	{
		frame 1 {
			_root.heroinvincible = true;
		}
		frame 13 {
			stop();
			_root.heroinvincible = false;
			this.xrandomnumber = Math.ceil(Math.random() * 960);
			this.yrandomnumber = Math.ceil(Math.random() * 660);
			_parent._x = this.xrandomnumber;
			_parent._y = this.yrandomnumber;
			if (this.xrandomnumber < 100) {
				_parent._x += 100;
			}
			if (this.xrandomnumber > 860) {
				_parent._x -= 100;
			}
			if (this.yrandomnumber < 80) {
				_parent._y += 80;
			}
			if (this.yrandomnumber > 500) {
				_parent._y -= 160;
			}
			_root.hero.gotoAndStop(18);
		}
	}
	movieClip 2063	{
		frame 1 {
			_root.heroinvincible = true;
		}
		frame 16 {
			stop();
			_root.heroinvincible = false;
			_parent.gotoAndStop(9);
		}
	}
	movieClip 2064	{
		frame 1 {
			_root.heroinvincible = true;
		}
		frame 16 {
			stop();
			_root.heroinvincible = false;
			_parent.gotoAndStop(10);
		}
	}
	movieClip 2065	{
	}
	movieClip 2066	{
		frame 4 {
			stop();
		}
	}
	movieClip 2067	{
		frame 1 {
			if (_root.heromomentum > 0 and _root.pause == false) {
				_root.heromomentum = 10;
			}
			if (_root.heromomentum < 0 and _root.pause == false) {
				_root.heromomentum = -10;
			}
		}
		frame 9 {
			_root.hero.effect.gotoAndStop(5);
		}
		frame 10 {
			stop();
		}
	}
	movieClip 2073	{
		frame 1 {
			if (_root.heroweapon == 9) {
				_parent.spellmighthappen = Math.ceil(Math.random() * 6);
			} else {
				if (_root.heroweapon == 10) {
					_parent.spellmighthappen = Math.ceil(Math.random() * 6);
				} else {
					if (_root.heroweapon == 11) {
						_parent.spellmighthappen = Math.ceil(Math.random() * 16);
					} else {
						if (_root.heroweapon == 12) {
							_parent.spellmighthappen = Math.ceil(Math.random() * 30);
						}
					}
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(27);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(28);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2074	{
		frame 1 {
			if (_root.heroweapon == 9) {
				_parent.spellmighthappen = Math.ceil(Math.random() * 6);
			} else {
				if (_root.heroweapon == 10) {
					_parent.spellmighthappen = Math.ceil(Math.random() * 6);
				} else {
					if (_root.heroweapon == 11) {
						_parent.spellmighthappen = Math.ceil(Math.random() * 16);
					} else {
						if (_root.heroweapon == 12) {
							_parent.spellmighthappen = Math.ceil(Math.random() * 30);
						}
					}
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(28);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(27);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2078	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(29);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(30);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2079	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(30);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(29);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2080	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
		}
		frame 14 {
			stop();
		}
		frame 15 {
			stop();
		}
		frame 16 {
			stop();
		}
	}
	movieClip 2085	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(31);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(32);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2086	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(32);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(31);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2090	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(33);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(34);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2091	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(34);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(33);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2095	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(25);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyleft) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(26);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2096	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) == false and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(26);
				}
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyright) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(25);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
		}
		frame 8 {
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2097	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_root.hero._y = block._y;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.herodoublejump == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(13);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 6 {
			stop();
		}
	}
	movieClip 2098	{
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					_root.hero._y = block._y;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.herodoublejump == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(14);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 6 {
			stop();
		}
	}
	movieClip 2100	{
		frame 1 {
			_root.upallowed = false;
			_root.herodoublejump = true;
		}
		instance watersplash of movieClip 1989	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance swampsplash of movieClip 1998	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance lavasplash of movieClip 2007	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance goosplash of movieClip 2016	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		frame 2 {
			if (_root.herosinking == false and _root.pause == false) {
				_root.herovelocity = -17 - _root.herojumppower;
			} else {
				if (_root.herosinking == true and _root.pause == false) {
					_root.herovelocity = -7 - _root.herojumppower;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(40) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(35);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(25);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(13);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 8 {
			stop();
		}
	}
	movieClip 2101	{
		frame 1 {
			_root.upallowed = false;
			_root.herodoublejump = true;
		}
		instance watersplash of movieClip 1989	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance swampsplash of movieClip 1998	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance lavasplash of movieClip 2007	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		instance goosplash of movieClip 2016	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._y -= _root.herovelocity + _root.herogravity;
				}
			}
		}
		frame 2 {
			if (_root.herosinking == false and _root.pause == false) {
				_root.herovelocity = -17 - _root.herojumppower;
			} else {
				if (_root.herosinking == true and _root.pause == false) {
					_root.herovelocity = -7 - _root.herojumppower;
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(40) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(36);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(26);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.upallowed == true and _root.pause == false) {
					_root.upallowed = false;
					_root.hero.gotoAndStop(14);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.upallowed = true;
				}
			}
		}
		frame 8 {
			stop();
		}
	}
	movieClip 2103	{
		frame 1 {
			_root.ingameinfo._alpha = 0;
			_root.heroinvincible = true;
		}
		frame 19 {
			_root.ingameinfo._alpha = 100;
			_root.ingameinfo.frame.gotoAndPlay(1);
			_root.heroinvincible = false;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2104	{
		frame 1 {
			_root.ingameinfo._alpha = 0;
			_root.heroinvincible = true;
		}
		frame 19 {
			_root.ingameinfo._alpha = 100;
			_root.ingameinfo.frame.gotoAndPlay(1);
			_root.heroinvincible = false;
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2106	{
		frame 2 {
			_root.attachMovie('hero_fireball_fireright', 'hero_fireball_fireright' + i, _root.getNextHighestDepth(), {'_x': _root.hero._x + 30, '_y': _root.hero._y - 35});
			_root.heromagic -= 4;
			_root.heroinvincible = true;
		}
		frame 8 {
			_root.heroinvincible = false;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2107	{
		frame 2 {
			_root.attachMovie('hero_fireball_fireleft', 'hero_fireball_fireleft' + i, _root.getNextHighestDepth(), {'_x': _root.hero._x - 30, '_y': _root.hero._y - 35});
			_root.heromagic -= 4;
			_root.heroinvincible = true;
		}
		frame 8 {
			_root.heroinvincible = false;
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2112	{
	}
	movieClip 2113	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 10 and _parent.spellmighthappen != 1) {
				_root.heromagic -= 4;
			} else {
				if (_root.heroweapon != 10) {
					_root.heromagic -= 4;
				}
			}
		}
		frame 19 {
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2114	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 10 and _parent.spellmighthappen != 1) {
				_root.heromagic -= 4;
			} else {
				if (_root.heroweapon != 10) {
					_root.heromagic -= 4;
				}
			}
		}
		frame 19 {
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2115	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 9 and _parent.spellmighthappen != 1) {
				_root.heromagic -= 4;
			} else {
				if (_root.heroweapon != 9) {
					_root.heromagic -= 4;
				}
			}
		}
		frame 16 {
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2116	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 9 and _parent.spellmighthappen != 1) {
				_root.heromagic -= 4;
			} else {
				if (_root.heroweapon != 9) {
					_root.heromagic -= 4;
				}
			}
		}
		frame 16 {
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			_parent.gotoAndStop(2);
		}
	}
	movieClip 2117	{
		frame 1 {
			_root.heroinvincible = true;
		}
		frame 19 {
			stop();
			_root.gamesaved = true;
			_root.pos = SharedObject.getLocal('efsave');
			_root.pos.data.gamesaved = _root.gamesaved;
			_root.pos.data.enemy1unlocked = _root.enemy1unlocked;
			_root.pos.data.enemy2unlocked = _root.enemy2unlocked;
			_root.pos.data.enemy3unlocked = _root.enemy3unlocked;
			_root.pos.data.enemy4unlocked = _root.enemy4unlocked;
			_root.pos.data.enemy5unlocked = _root.enemy5unlocked;
			_root.pos.data.enemy6unlocked = _root.enemy6unlocked;
			_root.pos.data.enemy7unlocked = _root.enemy7unlocked;
			_root.pos.data.enemy8unlocked = _root.enemy8unlocked;
			_root.pos.data.enemy9unlocked = _root.enemy9unlocked;
			_root.pos.data.enemy10unlocked = _root.enemy10unlocked;
			_root.pos.data.enemy11unlocked = _root.enemy11unlocked;
			_root.pos.data.enemy12unlocked = _root.enemy12unlocked;
			_root.pos.data.enemy13unlocked = _root.enemy13unlocked;
			_root.pos.data.enemy14unlocked = _root.enemy14unlocked;
			_root.pos.data.enemy15unlocked = _root.enemy15unlocked;
			_root.pos.data.enemy16unlocked = _root.enemy16unlocked;
			_root.pos.data.platform1unlocked = _root.platform1unlocked;
			_root.pos.data.platform2unlocked = _root.platform2unlocked;
			_root.pos.data.platform3unlocked = _root.platform3unlocked;
			_root.pos.data.platform4unlocked = _root.platform4unlocked;
			_root.pos.data.platform5unlocked = _root.platform5unlocked;
			_root.pos.data.platform6unlocked = _root.platform6unlocked;
			_root.pos.data.platform7unlocked = _root.platform7unlocked;
			_root.pos.data.platform8unlocked = _root.platform8unlocked;
			_root.pos.data.platform9unlocked = _root.platform9unlocked;
			_root.pos.data.platform10unlocked = _root.platform10unlocked;
			_root.pos.data.platform11unlocked = _root.platform11unlocked;
			_root.pos.data.platform12unlocked = _root.platform12unlocked;
			_root.pos.data.platform13unlocked = _root.platform13unlocked;
			_root.pos.data.platform14unlocked = _root.platform14unlocked;
			_root.pos.data.platform15unlocked = _root.platform15unlocked;
			_root.pos.data.platform16unlocked = _root.platform16unlocked;
			_root.pos.data.platform17unlocked = _root.platform17unlocked;
			_root.pos.data.platform18unlocked = _root.platform18unlocked;
			_root.pos.data.platform19unlocked = _root.platform19unlocked;
			_root.pos.data.platform20unlocked = _root.platform20unlocked;
			_root.pos.data.platform21unlocked = _root.platform21unlocked;
			_root.pos.data.platform22unlocked = _root.platform22unlocked;
			_root.pos.data.platform23unlocked = _root.platform23unlocked;
			_root.pos.data.platform24unlocked = _root.platform24unlocked;
			_root.pos.data.platform25unlocked = _root.platform25unlocked;
			_root.pos.data.item1unlocked = _root.item1unlocked;
			_root.pos.data.item2unlocked = _root.item2unlocked;
			_root.pos.data.item3unlocked = _root.item3unlocked;
			_root.pos.data.item4unlocked = _root.item4unlocked;
			_root.pos.data.item5unlocked = _root.item5unlocked;
			_root.pos.data.item6unlocked = _root.item6unlocked;
			_root.pos.data.item7unlocked = _root.item7unlocked;
			_root.pos.data.item8unlocked = _root.item8unlocked;
			_root.pos.data.item9unlocked = _root.item9unlocked;
			_root.pos.data.item10unlocked = _root.item10unlocked;
			_root.pos.data.item11unlocked = _root.item11unlocked;
			_root.pos.data.item12unlocked = _root.item12unlocked;
			_root.pos.data.item13unlocked = _root.item13unlocked;
			_root.pos.data.item14unlocked = _root.item14unlocked;
			_root.pos.data.item15unlocked = _root.item15unlocked;
			_root.pos.data.item16unlocked = _root.item16unlocked;
			_root.pos.data.item17unlocked = _root.item17unlocked;
			_root.pos.data.item18unlocked = _root.item18unlocked;
			_root.pos.data.item19unlocked = _root.item19unlocked;
			_root.pos.data.item20unlocked = _root.item20unlocked;
			_root.pos.data.item21unlocked = _root.item21unlocked;
			_root.pos.data.item22unlocked = _root.item22unlocked;
			_root.pos.data.item23unlocked = _root.item23unlocked;
			_root.pos.data.item24unlocked = _root.item24unlocked;
			_root.pos.data.item25unlocked = _root.item25unlocked;
			_root.pos.data.item26unlocked = _root.item26unlocked;
			_root.pos.data.item27unlocked = _root.item27unlocked;
			_root.pos.data.item28unlocked = _root.item28unlocked;
			_root.pos.data.item29unlocked = _root.item29unlocked;
			_root.pos.data.item30unlocked = _root.item30unlocked;
			_root.pos.data.item31unlocked = _root.item31unlocked;
			_root.pos.data.item32unlocked = _root.item32unlocked;
			_root.pos.data.item33unlocked = _root.item33unlocked;
			_root.pos.data.item34unlocked = _root.item34unlocked;
			_root.pos.data.item35unlocked = _root.item35unlocked;
			_root.pos.data.item36unlocked = _root.item36unlocked;
			_root.pos.data.item37unlocked = _root.item37unlocked;
			_root.pos.data.sword1unlocked = _root.sword1unlocked;
			_root.pos.data.sword2unlocked = _root.sword2unlocked;
			_root.pos.data.sword3unlocked = _root.sword3unlocked;
			_root.pos.data.sword4unlocked = _root.sword4unlocked;
			_root.pos.data.sword5unlocked = _root.sword5unlocked;
			_root.pos.data.sword6unlocked = _root.sword6unlocked;
			_root.pos.data.sword7unlocked = _root.sword7unlocked;
			_root.pos.data.sword8unlocked = _root.sword8unlocked;
			_root.pos.data.sword9unlocked = _root.sword9unlocked;
			_root.pos.data.sword10unlocked = _root.sword10unlocked;
			_root.pos.data.sword11unlocked = _root.sword11unlocked;
			_root.pos.data.spell1unlocked = _root.spell1unlocked;
			_root.pos.data.spell2unlocked = _root.spell2unlocked;
			_root.pos.data.spell3unlocked = _root.spell3unlocked;
			_root.pos.data.spell4unlocked = _root.spell4unlocked;
			_root.pos.data.spell5unlocked = _root.spell5unlocked;
			_root.pos.data.spell6unlocked = _root.spell6unlocked;
			_root.pos.data.spell7unlocked = _root.spell7unlocked;
			_root.pos.data.spell8unlocked = _root.spell8unlocked;
			_root.pos.data.spell9unlocked = _root.spell9unlocked;
			_root.pos.data.spell10unlocked = _root.spell10unlocked;
			_root.pos.data.armor1unlocked = _root.armor1unlocked;
			_root.pos.data.armor2unlocked = _root.armor2unlocked;
			_root.pos.data.armor3unlocked = _root.armor3unlocked;
			_root.pos.data.armor4unlocked = _root.armor4unlocked;
			_root.pos.data.armor5unlocked = _root.armor5unlocked;
			_root.pos.data.armor6unlocked = _root.armor6unlocked;
			_root.pos.data.armor7unlocked = _root.armor7unlocked;
			_root.pos.data.armor8unlocked = _root.armor8unlocked;
			_root.pos.data.armor9unlocked = _root.armor9unlocked;
			_root.pos.data.armor10unlocked = _root.armor10unlocked;
			_root.pos.data.pet1unlocked = _root.pet1unlocked;
			_root.pos.data.pet2unlocked = _root.pet2unlocked;
			_root.pos.data.pet3unlocked = _root.pet3unlocked;
			_root.pos.data.pet4unlocked = _root.pet4unlocked;
			_root.pos.data.pet5unlocked = _root.pet5unlocked;
			_root.pos.data.pet6unlocked = _root.pet6unlocked;
			_root.pos.data.pet7unlocked = _root.pet7unlocked;
			_root.pos.data.pet8unlocked = _root.pet8unlocked;
			play();
		}
		frame 20 {
			stop();
			_root.heroinvincible = false;
			_root.axe._x = -250;
			_root.vomit._x = -150;
			_root.shrooms._x = -150;
			_root.portal._x = -300;
			_root.etherealwingsactive = false;
			_root.blairwitch._x = -70;
			_root.blairwitch._y = 400;
			_root.saltcircleactivated = false;
			_root.saltcircle._x = -80;
			_root.saltcircle._y = 425;
			_root.bg.gotoAndStop(8);
			_root.vine1.gotoAndStop(6);
			_root.vine2.gotoAndStop(6);
			_root.vine3.gotoAndStop(6);
			_root.vine4.gotoAndStop(6);
			_root.vine5.gotoAndStop(6);
			_root.vine6.gotoAndStop(6);
			_root.vine7.gotoAndStop(6);
			_root.vine8.gotoAndStop(6);
			_root.vine9.gotoAndStop(6);
			_root.vine10.gotoAndStop(6);
			_root.vine11.gotoAndStop(6);
			_root.gotoAndStop(7);
		}
	}
	movieClip 2118	{
		frame 1 {
			_root.heromagic -= 2;
			_root.heroinvincible = true;
		}
		instance of movieClip 804	{
			onClipEvent (enterFrame) {
				if (_root.herofacingright == true and _root.pause == false) {
					_root.hero._y -= 2;
					_root.heromomentum += 2;
				} else {
					if (_root.herofacingright == false and _root.pause == false) {
						_root.hero._y -= 2;
						_root.heromomentum -= 2;
					}
				}
			}
		}
		instance of movieClip 804	{
			onClipEvent (enterFrame) {
				if (_root.herofacingright == true and _root.pause == false) {
					_root.heromomentum = 30;
				} else {
					if (_root.herofacingright == false and _root.pause == false) {
						_root.heromomentum = -30;
					}
				}
			}
		}
		frame 23 {
			stop();
			if (_root.herofacingright == true) {
				_root.hero.effect.gotoAndStop(1);
				_root.hero.effect.gotoAndStop(6);
				_root.heromomentum = 0;
				_root.heroinvincible = false;
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.heromomentum = 0;
					_root.heroinvincible = false;
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2120	{
	}
	movieClip 2121	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 12 and _parent.spellmighthappen != 1 and _root.poisonbottle == false) {
				_root.heromagic -= 20;
			} else {
				if (_root.heroweapon != 12 and _root.poisonbottle == false) {
					_root.heromagic -= 20;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 1;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 0.5;
				}
			}
		}
		frame 13 {
			_root.randomdamage = 16;
		}
		instance randomhurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 29 {
			_root.hero.effect.gotoAndStop(1);
			_root.hero.effect.gotoAndStop(6);
		}
		frame 34 {
			stop();
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			if (_root.herofacingright == true) {
				_root.poisonbottle = false;
				_root.heromomentum = 0;
				_root.herovelocity = 0;
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.poisonbottle = false;
					_root.heromomentum = 0;
					_root.herovelocity = 0;
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2131	{
	}
	movieClip 2132	{
		frame 1 {
			_root.heromagic -= 10;
			_root.heroinvincible = true;
		}
		frame 15 {
			stop();
			_root.heroinvincible = false;
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2136	{
		frame 5 {
			stop();
		}
	}
	movieClip 2137	{
		frame 1 {
			_root.heromagic -= 2;
		}
		frame 7 {
			stop();
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2139	{
		frame 1 {
			_root.heromagic -= 10;
			_root.heroinvincible = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 1;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 0.5;
				}
			}
		}
		frame 34 {
			stop();
			_root.heroinvincible = false;
			if (_root.herofacingright == true) {
				_root.heromomentum = 0;
				_root.herovelocity = 0;
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.heromomentum = 0;
					_root.herovelocity = 0;
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2145	{
	}
	movieClip 2147	{
		frame 1 {
			_root.heromedusaheadspeed = 12;
			_root.heromagic -= 10;
			_root.heroinvincible = true;
		}
		instance spellhurtlocker of movieClip 2145	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this._x += _root.heromedusaheadspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		frame 19 {
			stop();
			_root.heroinvincible = false;
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2148	{
		frame 1 {
			_root.heroinvincible = true;
			if (_root.heroweapon == 11 and _parent.spellmighthappen != 1) {
				_root.heromagic -= 15;
			} else {
				if (_root.heroweapon != 11) {
					_root.heromagic -= 15;
				}
			}
		}
		instance explosion2 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		instance explosion1 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		instance explosion3 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		instance explosion4 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		instance explosion5 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		instance explosion6 of movieClip 686	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.herovelocity > 0) {
					this._y -= _root.herovelocity + _root.herogravity;
				} else {
					if (_root.pause == false and _root.herovelocity < 0) {
						this._y -= _root.herovelocity + _root.herogravity;
					}
				}
			}
		}
		frame 27 {
			stop();
			_root.heroinvincible = false;
			_parent.spellmighthappen = 0;
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(2);
				}
			}
		}
	}
	movieClip 2149	{
	}
	movieClip 2150	{
		frame 1 {
			_root.randomdamage = 16;
		}
		instance randomhurtlocker of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 20 {
			stop();
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(63);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(64);
				}
			}
		}
	}
	movieClip 2152	{
		frame 7 {
			stop();
		}
	}
	movieClip 2155	{
		frame 1 {
			stop();
			_root.heroinvincible = true;
			_root.statincreaseinfo.gotoAndStop(22);
			if (_root.rebirtheffect == false) {
				stopAllSounds();
				_root.music.gotoAndStop(1);
				_root.axe._x = -250;
				_root.vomit._x = -150;
				_root.shrooms._x = -150;
				_root.portal._x = -300;
				_root.etherealwingsactive = false;
				_root.blairwitch._x = -70;
				_root.blairwitch._y = 400;
				_root.saltcircleactivated = false;
				_root.saltcircle._x = -80;
				_root.saltcircle._y = 425;
				_root.boss._x = -666;
				_root.bosstitle._x = -666;
				_root.enemy1._x = -666;
				_root.enemy2._x = -666;
				_root.enemy3._x = -666;
				_root.enemy4._x = -666;
				_root.enemy5._x = -666;
				_root.enemy6._x = -666;
				_root.boss.removeMovieClip();
				_root.bosstitle.removeMovieClip();
				_root.enemy1.removeMovieClip();
				_root.enemy2.removeMovieClip();
				_root.enemy3.removeMovieClip();
				_root.enemy4.removeMovieClip();
				_root.enemy5.removeMovieClip();
				_root.enemy6.removeMovieClip();
				_root.crystalgrass._x = -666;
			}
			play();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 4;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 2;
				}
			}
		}
		frame 46 {
			if (_root.rebirtheffect == true) {
				_root.rebirtheffect = false;
				_root.herohealth = _root.heromaxhealth;
				_root.heromagic = _root.heromaxmagic;
				this.gotoAndPlay(51);
			}
		}
		frame 50 {
			stop();
			_root.heroinvincible = false;
			_root.bg.gotoAndStop(8);
			_root.vine1.gotoAndStop(6);
			_root.vine2.gotoAndStop(6);
			_root.vine3.gotoAndStop(6);
			_root.vine4.gotoAndStop(6);
			_root.vine5.gotoAndStop(6);
			_root.vine6.gotoAndStop(6);
			_root.vine7.gotoAndStop(6);
			_root.vine8.gotoAndStop(6);
			_root.vine9.gotoAndStop(6);
			_root.vine10.gotoAndStop(6);
			_root.vine11.gotoAndStop(6);
			_root.pause = false;
			_root.currentlevel = 1;
			_root.prizeroom = false;
			_root.shoproom = false;
			_root.bossroom = false;
			_root.heromaxhealth = 30;
			_root.herohealth = 30;
			_root.heromaxmagic = 30;
			_root.heromagic = 30;
			_root.herospeed = 0.5;
			_root.herojumppower = 1;
			_root.heromomentum = 0;
			_root.herogravity = 3;
			_root.herovelocity = 0;
			_root.herofalling = true;
			_root.herosinking = false;
			_root.herocrouching = false;
			_root.heroweapon = 2;
			_root.heroarmor = 1;
			_root.herogold = 0;
			_root.heroinvincible = false;
			_root.herounstoppable = false;
			_root.heroinvisible = false;
			_root.poisonbottle = false;
			_root.herosalt = false;
			_root.randomdamage = 0;
			_root.heromeleebonus = 0;
			_root.herospelldamage = 0;
			_root.heromagicbonus = 0;
			_root.heroarmorbonus = 0;
			_root.herospeedbonus = 0;
			_root.herojumppowerbonus = 0;
			_root.pixiedusteffect = false;
			_root.amethysteffect = false;
			_root.smudgestickeffect = false;
			_root.triquetraeffect = false;
			_root.clovereffect = false;
			_root.rabbitsfooteffect = false;
			_root.rebirtheffect = false;
			_root.stoneauraeffect = false;
			_root.batwingsactive = false;
			_root.demonwingsactive = false;
			_root.etherealwingsactive = false;
			_root.herospell = false;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.hudspell.gotoAndStop(1);
			_root.huditem.gotoAndStop(1);
			_root.gotbunny = false;
			_root.bunnyspeed = 8;
			_root.bunnygravity = 3;
			_root.bunnyvelocity = 0;
			_root.bunnyfalling = true;
			_root.gotmeatdog = false;
			_root.meatdogspeed = 7.5;
			_root.meatdoggravity = 3;
			_root.meatdogvelocity = 0;
			_root.meatdogfalling = true;
			_root.gotswampball = false;
			_root.swampballspeed = 7.5;
			_root.swampballgravity = 3;
			_root.swampballvelocity = 0;
			_root.swampballfalling = true;
			_root.gotmanny = false;
			_root.mannyspeed = 5;
			_root.gotdragon = false;
			_root.dragonspeed = 6;
			_root.gotpuffdragon = false;
			_root.puffdragonspeed = 6;
			_root.gotgreenfairy = false;
			_root.greenfairyspeed = 8;
			_root.gotbluefairy = false;
			_root.bluefairyspeed = 7.5;
			_root.saltcircleactivated = false;
			_root.saltgravity = 3;
			_root.saltvelocity = 0;
			_root.saltfalling = true;
			_root.teardropgravity = 2;
			_root.teardropvelocity = 0;
			_root.teardrop2gravity = 2;
			_root.teardrop2velocity = 0;
			_root.teardrop3gravity = 3;
			_root.teardrop3velocity = 0;
			_root.teardrop4gravity = 3;
			_root.teardrop4velocity = 0;
			_root.enemy1.removeMovieClip();
			_root.enemy2.removeMovieClip();
			_root.enemy3.removeMovieClip();
			_root.enemy4.removeMovieClip();
			_root.enemy5.removeMovieClip();
			_root.enemy6.removeMovieClip();
			_root.boss.removeMovieClip();
			_root.bosstitle.removeMovieClip();
			_root.block21.removeMovieClip();
			_root.block22.removeMovieClip();
			_root.block23.removeMovieClip();
			_root.block24.removeMovieClip();
			_root.block25.removeMovieClip();
			_root.block26.removeMovieClip();
			_root.block27.removeMovieClip();
			_root.block28.removeMovieClip();
			_root.block29.removeMovieClip();
			_root.block30.removeMovieClip();
			_root.block31.removeMovieClip();
			_root.block32.removeMovieClip();
			_root.block33.removeMovieClip();
			_root.block34.removeMovieClip();
			_root.block35.removeMovieClip();
			_root.block36.removeMovieClip();
			_root.block37.removeMovieClip();
			_root.block38.removeMovieClip();
			_root.block39.removeMovieClip();
			_root.block40.removeMovieClip();
			_root.block41.removeMovieClip();
			_root.block42.removeMovieClip();
			_root.block43.removeMovieClip();
			_root.block44.removeMovieClip();
			_root.block45.removeMovieClip();
			_root.block46.removeMovieClip();
			_root.block47.removeMovieClip();
			_root.block48.removeMovieClip();
			_root.block49.removeMovieClip();
			_root.block50.removeMovieClip();
			_root.block51.removeMovieClip();
			_root.block52.removeMovieClip();
			_root.block53.removeMovieClip();
			_root.block54.removeMovieClip();
			_root.block55.removeMovieClip();
			_root.block56.removeMovieClip();
			_root.block57.removeMovieClip();
			_root.block58.removeMovieClip();
			_root.block59.removeMovieClip();
			_root.block60.removeMovieClip();
			_root.block61.removeMovieClip();
			_root.block62.removeMovieClip();
			_root.block63.removeMovieClip();
			_root.block64.removeMovieClip();
			_root.block65.removeMovieClip();
			_root.block66.removeMovieClip();
			_root.block67.removeMovieClip();
			_root.block68.removeMovieClip();
			_root.block69.removeMovieClip();
			_root.block70.removeMovieClip();
			_root.block71.removeMovieClip();
			_root.block72.removeMovieClip();
			_root.block73.removeMovieClip();
			_root.block74.removeMovieClip();
			_root.block75.removeMovieClip();
			_root.block76.removeMovieClip();
			_root.block77.removeMovieClip();
			_root.block78.removeMovieClip();
			_root.block79.removeMovieClip();
			_root.block80.removeMovieClip();
			_root.block81.removeMovieClip();
			_root.block82.removeMovieClip();
			_root.block83.removeMovieClip();
			_root.block84.removeMovieClip();
			_root.block85.removeMovieClip();
			_root.block86.removeMovieClip();
			_root.block87.removeMovieClip();
			_root.block88.removeMovieClip();
			_root.block89.removeMovieClip();
			_root.block90.removeMovieClip();
			_root.block91.removeMovieClip();
			_root.block92.removeMovieClip();
			_root.block93.removeMovieClip();
			_root.block94.removeMovieClip();
			_root.block95.removeMovieClip();
			_root.block96.removeMovieClip();
			_root.block97.removeMovieClip();
			_root.block98.removeMovieClip();
			_root.block99.removeMovieClip();
			_root.block100.removeMovieClip();
			_root.gotoAndStop(10);
		}
		frame 55 {
			_root.statincreaseinfo.gotoAndStop(25);
		}
		frame 75 {
			stop();
			_root.heroinvincible = false;
			if (_root.herofacingright == true and _root.pause == false) {
				_root.heromomentum = 0;
				_root.herovelocity = 0;
				_root.hero.gotoAndStop(17);
			} else {
				if (_root.herofacingright == false and _root.pause == false) {
					_root.heromomentum = 0;
					_root.herovelocity = 0;
					_root.hero.gotoAndStop(18);
				}
			}
		}
	}
	movieClip 2156	{
		frame 1 {
			_root.heroinvincible = true;
			_root.pixiedusteffect = false;
			_root.amethysteffect = false;
			_root.smudgestickeffect = false;
			_root.triquetraeffect = false;
			_root.clovereffect = false;
			_root.rabbitsfooteffect = false;
			_root.rebirtheffect = false;
			_root.stoneauraeffect = false;
			_root.gotbunny = false;
			_root.bunnyspeed = 8;
			_root.bunnygravity = 3;
			_root.bunnyvelocity = 0;
			_root.bunnyfalling = true;
			_root.gotmeatdog = false;
			_root.meatdogspeed = 7.5;
			_root.meatdoggravity = 3;
			_root.meatdogvelocity = 0;
			_root.meatdogfalling = true;
			_root.gotswampball = false;
			_root.swampballspeed = 7.5;
			_root.swampballgravity = 3;
			_root.swampballvelocity = 0;
			_root.swampballfalling = true;
			_root.gotmanny = false;
			_root.mannyspeed = 5;
			_root.gotdragon = false;
			_root.dragonspeed = 6;
			_root.gotpuffdragon = false;
			_root.puffdragonspeed = 6;
			_root.gotgreenfairy = false;
			_root.greenfairyspeed = 8;
			_root.gotbluefairy = false;
			_root.bluefairyspeed = 7.5;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 4;
				}
			}
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._parent._y -= 2;
				}
			}
		}
		frame 125 {
			stop();
			_root.rebirtheffect = false;
			_root.axe._x = -250;
			_root.vomit._x = -150;
			_root.shrooms._x = -150;
			_root.portal._x = -300;
			_root.etherealwingsactive = false;
			_root.blairwitch._x = -70;
			_root.blairwitch._y = 400;
			_root.saltcircleactivated = false;
			_root.saltcircle._x = -80;
			_root.saltcircle._y = 425;
			_root.boss._x = -666;
			_root.bosstitle._x = -666;
			_root.enemy1._x = -666;
			_root.enemy2._x = -666;
			_root.enemy3._x = -666;
			_root.enemy4._x = -666;
			_root.enemy5._x = -666;
			_root.enemy6._x = -666;
			_root.boss.removeMovieClip();
			_root.bosstitle.removeMovieClip();
			_root.enemy1.removeMovieClip();
			_root.enemy2.removeMovieClip();
			_root.enemy3.removeMovieClip();
			_root.enemy4.removeMovieClip();
			_root.enemy5.removeMovieClip();
			_root.enemy6.removeMovieClip();
			_root.crystalgrass._x = -666;
			_root.heroinvincible = false;
			_root.bg.gotoAndStop(8);
			_root.vine1.gotoAndStop(6);
			_root.vine2.gotoAndStop(6);
			_root.vine3.gotoAndStop(6);
			_root.vine4.gotoAndStop(6);
			_root.vine5.gotoAndStop(6);
			_root.vine6.gotoAndStop(6);
			_root.vine7.gotoAndStop(6);
			_root.vine8.gotoAndStop(6);
			_root.vine9.gotoAndStop(6);
			_root.vine10.gotoAndStop(6);
			_root.vine11.gotoAndStop(6);
			_root.pause = false;
			_root.currentlevel = 1;
			_root.prizeroom = false;
			_root.shoproom = false;
			_root.bossroom = false;
			_root.heromaxhealth = 30;
			_root.herohealth = 30;
			_root.heromaxmagic = 30;
			_root.heromagic = 30;
			_root.herospeed = 0.5;
			_root.herojumppower = 1;
			_root.heromomentum = 0;
			_root.herogravity = 3;
			_root.herovelocity = 0;
			_root.herofalling = true;
			_root.herosinking = false;
			_root.herocrouching = false;
			_root.heroweapon = 2;
			_root.heroarmor = 1;
			_root.herogold = 0;
			_root.heroinvincible = false;
			_root.herounstoppable = false;
			_root.heroinvisible = false;
			_root.poisonbottle = false;
			_root.herosalt = false;
			_root.randomdamage = 0;
			_root.heromeleebonus = 0;
			_root.herospelldamage = 0;
			_root.heromagicbonus = 0;
			_root.heroarmorbonus = 0;
			_root.herospeedbonus = 0;
			_root.herojumppowerbonus = 0;
			_root.pixiedusteffect = false;
			_root.amethysteffect = false;
			_root.smudgestickeffect = false;
			_root.triquetraeffect = false;
			_root.clovereffect = false;
			_root.rabbitsfooteffect = false;
			_root.rebirtheffect = false;
			_root.stoneauraeffect = false;
			_root.batwingsactive = false;
			_root.demonwingsactive = false;
			_root.etherealwingsactive = false;
			_root.herospell = false;
			_root.fireballspell = false;
			_root.shockspell = false;
			_root.poisonspell = false;
			_root.smokeandmirrorspell = false;
			_root.pestilencespell = false;
			_root.thunderstruckspell = false;
			_root.forcepushspell = false;
			_root.globalwarmingspell = false;
			_root.medusagazespell = false;
			_root.pardonmespell = false;
			_root.hudspell.gotoAndStop(1);
			_root.huditem.gotoAndStop(1);
			_root.gotbunny = false;
			_root.bunnyspeed = 8;
			_root.bunnygravity = 3;
			_root.bunnyvelocity = 0;
			_root.bunnyfalling = true;
			_root.gotmeatdog = false;
			_root.meatdogspeed = 7.5;
			_root.meatdoggravity = 3;
			_root.meatdogvelocity = 0;
			_root.meatdogfalling = true;
			_root.gotswampball = false;
			_root.swampballspeed = 7.5;
			_root.swampballgravity = 3;
			_root.swampballvelocity = 0;
			_root.swampballfalling = true;
			_root.gotmanny = false;
			_root.mannyspeed = 5;
			_root.gotdragon = false;
			_root.dragonspeed = 6;
			_root.gotpuffdragon = false;
			_root.puffdragonspeed = 6;
			_root.gotgreenfairy = false;
			_root.greenfairyspeed = 8;
			_root.gotbluefairy = false;
			_root.bluefairyspeed = 7.5;
			_root.saltcircleactivated = false;
			_root.saltgravity = 3;
			_root.saltvelocity = 0;
			_root.saltfalling = true;
			_root.teardropgravity = 2;
			_root.teardropvelocity = 0;
			_root.teardrop2gravity = 2;
			_root.teardrop2velocity = 0;
			_root.teardrop3gravity = 3;
			_root.teardrop3velocity = 0;
			_root.teardrop4gravity = 3;
			_root.teardrop4velocity = 0;
			_root.enemy1.removeMovieClip();
			_root.enemy2.removeMovieClip();
			_root.enemy3.removeMovieClip();
			_root.enemy4.removeMovieClip();
			_root.enemy5.removeMovieClip();
			_root.enemy6.removeMovieClip();
			_root.boss.removeMovieClip();
			_root.bosstitle.removeMovieClip();
			_root.block21.removeMovieClip();
			_root.block22.removeMovieClip();
			_root.block23.removeMovieClip();
			_root.block24.removeMovieClip();
			_root.block25.removeMovieClip();
			_root.block26.removeMovieClip();
			_root.block27.removeMovieClip();
			_root.block28.removeMovieClip();
			_root.block29.removeMovieClip();
			_root.block30.removeMovieClip();
			_root.block31.removeMovieClip();
			_root.block32.removeMovieClip();
			_root.block33.removeMovieClip();
			_root.block34.removeMovieClip();
			_root.block35.removeMovieClip();
			_root.block36.removeMovieClip();
			_root.block37.removeMovieClip();
			_root.block38.removeMovieClip();
			_root.block39.removeMovieClip();
			_root.block40.removeMovieClip();
			_root.block41.removeMovieClip();
			_root.block42.removeMovieClip();
			_root.block43.removeMovieClip();
			_root.block44.removeMovieClip();
			_root.block45.removeMovieClip();
			_root.block46.removeMovieClip();
			_root.block47.removeMovieClip();
			_root.block48.removeMovieClip();
			_root.block49.removeMovieClip();
			_root.block50.removeMovieClip();
			_root.block51.removeMovieClip();
			_root.block52.removeMovieClip();
			_root.block53.removeMovieClip();
			_root.block54.removeMovieClip();
			_root.block55.removeMovieClip();
			_root.block56.removeMovieClip();
			_root.block57.removeMovieClip();
			_root.block58.removeMovieClip();
			_root.block59.removeMovieClip();
			_root.block60.removeMovieClip();
			_root.block61.removeMovieClip();
			_root.block62.removeMovieClip();
			_root.block63.removeMovieClip();
			_root.block64.removeMovieClip();
			_root.block65.removeMovieClip();
			_root.block66.removeMovieClip();
			_root.block67.removeMovieClip();
			_root.block68.removeMovieClip();
			_root.block69.removeMovieClip();
			_root.block70.removeMovieClip();
			_root.block71.removeMovieClip();
			_root.block72.removeMovieClip();
			_root.block73.removeMovieClip();
			_root.block74.removeMovieClip();
			_root.block75.removeMovieClip();
			_root.block76.removeMovieClip();
			_root.block77.removeMovieClip();
			_root.block78.removeMovieClip();
			_root.block79.removeMovieClip();
			_root.block80.removeMovieClip();
			_root.block81.removeMovieClip();
			_root.block82.removeMovieClip();
			_root.block83.removeMovieClip();
			_root.block84.removeMovieClip();
			_root.block85.removeMovieClip();
			_root.block86.removeMovieClip();
			_root.block87.removeMovieClip();
			_root.block88.removeMovieClip();
			_root.block89.removeMovieClip();
			_root.block90.removeMovieClip();
			_root.block91.removeMovieClip();
			_root.block92.removeMovieClip();
			_root.block93.removeMovieClip();
			_root.block94.removeMovieClip();
			_root.block95.removeMovieClip();
			_root.block96.removeMovieClip();
			_root.block97.removeMovieClip();
			_root.block98.removeMovieClip();
			_root.block99.removeMovieClip();
			_root.block100.removeMovieClip();
			_root.portal.removeMovieClip();
			_root.mainhudbg.removeMovieClip();
			_root.healthbar.removeMovieClip();
			_root.magicbar.removeMovieClip();
			_root.currentlevelstat.removeTextField();
			_root.herohealthstat.removeTextField();
			_root.heromaxhealthstat.removeTextField();
			_root.heromagicstat.removeTextField();
			_root.heromaxmagicstat.removeTextField();
			_root.hudmeleedam.removeTextField();
			_root.hudmagicdam.removeTextField();
			_root.hudgoldstat.removeTextField();
			_root.hudarmorstat.removeTextField();
			_root.hudspeedstat.removeTextField();
			_root.hudacrobaticsstat.removeTextField();
			_root.hudweapon.removeMovieClip();
			_root.hudspell.removeMovieClip();
			_root.huditem.removeMovieClip();
			_root.hudarmor.removeMovieClip();
			_root.ambientsound.removeMovieClip();
			_root.shoplogo.removeMovieClip();
			_root.gotoAndStop(6);
			_parent.removeMovieClip();
		}
	}
	movieClip 2157	{
		frame 1 {
			stop();
			_root.herofacingright = true;
		}
		instance body of movieClip 1924	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(3);
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent.gotoAndStop(4);
					} else {
						if (Key.isDown(_root.herokeyup) and _root.pause == false) {
							_parent.gotoAndStop(7);
						} else {
							if (Key.isDown(_root.herokeydown) and _root.pause == false) {
								_parent.gotoAndStop(11);
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(25);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum > 0) {
					_root.heromomentum -= 0.5;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		instance numbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.herodamagetaken + 1);
			}
		}
		frame 2 {
			stop();
			_root.herofacingright = false;
		}
		instance body of movieClip 1924	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(3);
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent.gotoAndStop(4);
					} else {
						if (Key.isDown(_root.herokeyup) and _root.pause == false) {
							_parent.gotoAndStop(8);
						} else {
							if (Key.isDown(_root.herokeydown) and _root.pause == false) {
								_parent.gotoAndStop(12);
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(26);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum < 0) {
					_root.heromomentum += 0.5;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 3 {
			stop();
			_root.herofacingright = true;
		}
		instance body of movieClip 2017	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(7);
				} else {
					if (Key.isDown(_root.herokeydown) and _root.pause == false) {
						_parent.gotoAndStop(11);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(25);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum > 7) {
					_parent.gotoAndStop(5);
				}
				if (_root.pause == false and _root.herospeed > 3) {
					_parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 4 {
			stop();
			_root.herofacingright = false;
		}
		instance body of movieClip 2017	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(8);
				} else {
					if (Key.isDown(_root.herokeydown) and _root.pause == false) {
						_parent.gotoAndStop(12);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(26);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum < -7) {
					_parent.gotoAndStop(6);
				}
				if (_root.pause == false and _root.herospeed > 3) {
					_parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 2042	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(7);
				} else {
					if (Key.isDown(_root.herokeydown) and _root.pause == false) {
						_parent.gotoAndStop(11);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(25);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 1;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 6 {
			stop();
		}
		instance body of movieClip 2042	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(8);
				} else {
					if (Key.isDown(_root.herokeydown) and _root.pause == false) {
						_parent.gotoAndStop(12);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(26);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 7 {
			stop();
		}
		instance body of movieClip 2054	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(35);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyup) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(37);
					} else {
						if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
							_root.attackallowed = false;
							_root.hero.gotoAndStop(25);
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent._x += _root.herospeed;
					this.watersplash._x -= _root.herospeed;
					this.watersplash._x -= _root.heromomentum;
					this.swampsplash._x -= _root.herospeed;
					this.swampsplash._x -= _root.heromomentum;
					this.lavasplash._x -= _root.herospeed;
					this.lavasplash._x -= _root.heromomentum;
					this.goosplash._x -= _root.herospeed;
					this.goosplash._x -= _root.heromomentum;
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent._x -= _root.herospeed;
						this.watersplash._x += _root.herospeed;
						this.watersplash._x += _root.heromomentum;
						this.swampsplash._x += _root.herospeed;
						this.swampsplash._x += _root.heromomentum;
						this.lavasplash._x += _root.herospeed;
						this.lavasplash._x += _root.heromomentum;
						this.goosplash._x += _root.herospeed;
						this.goosplash._x += _root.heromomentum;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum < -6) {
					_parent.gotoAndStop(8);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 8 {
			stop();
		}
		instance body of movieClip 2055	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(36);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyup) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(38);
					} else {
						if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) == false and _root.attackallowed == true and _root.pause == false) {
							_root.attackallowed = false;
							_root.hero.gotoAndStop(26);
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent._x -= _root.herospeed;
					this.watersplash._x -= _root.herospeed;
					this.watersplash._x += _root.heromomentum;
					this.swampsplash._x -= _root.herospeed;
					this.swampsplash._x += _root.heromomentum;
					this.lavasplash._x -= _root.herospeed;
					this.lavasplash._x += _root.heromomentum;
					this.goosplash._x -= _root.herospeed;
					this.goosplash._x += _root.heromomentum;
				} else {
					if (Key.isDown(_root.herokeyright) and _root.pause == false) {
						_parent._x += _root.herospeed;
						this.watersplash._x += _root.herospeed;
						this.watersplash._x += _root.heromomentum;
						this.swampsplash._x += _root.herospeed;
						this.swampsplash._x += _root.heromomentum;
						this.lavasplash._x += _root.herospeed;
						this.lavasplash._x += _root.heromomentum;
						this.goosplash._x += _root.herospeed;
						this.goosplash._x += _root.heromomentum;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum > 6) {
					_parent.gotoAndStop(7);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 9 {
			stop();
		}
		instance body of movieClip 2056	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(35);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) == false and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(25);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent._x += _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent._x -= _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.batwingsactive == false and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 0.5;
				}
				if (Key.isDown(_root.herokeyright) and (_root.batwingsactive == true or _root.demonwingsactive == true or _root.etherealwingsactive == true) and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum < -6) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 10 {
			stop();
		}
		instance body of movieClip 2057	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(36);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) == false and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(26);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent._x -= _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyright) and _root.pause == false) {
						_parent._x += _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.batwingsactive == false and _root.demonwingsactive == false and _root.etherealwingsactive == false and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 0.5;
				}
				if (Key.isDown(_root.herokeyleft) and (_root.batwingsactive == true or _root.demonwingsactive == true or _root.etherealwingsactive == true) and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum > 6) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 11 {
			stop();
		}
		instance body of movieClip 2058	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(7);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.herocrouching = false;
					_root.hero.gotoAndStop(25);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.herocrouching = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum > 0) {
					_root.heromomentum -= 0.5;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(9);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 12 {
			stop();
		}
		instance body of movieClip 2058	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(8);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.herocrouching = false;
					_root.hero.gotoAndStop(26);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.herocrouching = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum < 0) {
					_root.heromomentum += 0.5;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(10);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false and _root.pause == false) {
					_root.herocrouching = false;
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 13 {
			stop();
		}
		instance body of movieClip 2059	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(35);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyup) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(37);
					} else {
						if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
							_root.attackallowed = false;
							_root.hero.gotoAndStop(25);
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(41);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent._x += _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent._x -= _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 14 {
			stop();
		}
		instance body of movieClip 2059	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(36);
				} else {
					if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeyup) and _root.attackallowed == true and _root.pause == false) {
						_root.attackallowed = false;
						_root.hero.gotoAndStop(38);
					} else {
						if (Key.isDown(_root.herokeymeleeattack) and Key.isDown(_root.herokeydown) == false and _root.attackallowed == true and _root.pause == false) {
							_root.attackallowed = false;
							_root.hero.gotoAndStop(26);
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.herospell == true and _root.heromagicenough == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(42);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent._x -= _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyright) and _root.pause == false) {
						_parent._x += _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 15 {
			stop();
		}
		instance body of movieClip 2061	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
					_parent._y -= 1;
				}
			}
		}
		frame 16 {
			stop();
		}
		instance body of movieClip 2062	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
					_parent._y -= 1;
				}
			}
		}
		frame 17 {
			stop();
		}
		instance body of movieClip 2063	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
		frame 18 {
			stop();
		}
		instance body of movieClip 2064	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
		frame 19 {
			stop();
		}
		instance body of movieClip 2065	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += 2;
				}
			}
		}
		frame 20 {
			stop();
		}
		instance body of movieClip 2065	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= 2;
				}
			}
		}
		frame 21 {
			stop();
		}
		instance body of movieClip 2066	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum == 0) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 22 {
			stop();
		}
		instance body of movieClip 2066	{
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum == 0) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 23 {
			stop();
		}
		instance body of movieClip 2067	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(13);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum == 0) {
					_root.hero.gotoAndStop(1);
				}
			}
		}
		frame 24 {
			stop();
		}
		instance body of movieClip 2067	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.pause == false) {
					_parent.gotoAndStop(14);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.herospeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false and _root.heromomentum == 0) {
					_root.hero.gotoAndStop(2);
				}
			}
		}
		frame 25 {
			stop();
		}
		instance body of movieClip 2073	{
			onClipEvent (enterFrame) {
				if (_root.heroweapon == 9 and _parent.spellmighthappen == 1 and _root.pause == false) {
					_parent.gotoAndStop(45);
				} else {
					if (_root.heroweapon == 10 and _parent.spellmighthappen == 1 and _root.pause == false) {
						_parent.gotoAndStop(43);
					} else {
						if (_root.heroweapon == 11 and _parent.spellmighthappen == 1 and _root.pause == false) {
							_parent.gotoAndStop(61);
						} else {
							if (_root.heroweapon == 12 and _parent.spellmighthappen == 1 and _root.pause == false) {
								_parent.gotoAndStop(51);
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 26 {
			stop();
		}
		instance body of movieClip 2074	{
			onClipEvent (enterFrame) {
				if (_root.heroweapon == 9 and _parent.spellmighthappen == 1 and _root.pause == false) {
					_parent.gotoAndStop(46);
				} else {
					if (_root.heroweapon == 10 and _parent.spellmighthappen == 1 and _root.pause == false) {
						_parent.gotoAndStop(44);
					} else {
						if (_root.heroweapon == 11 and _parent.spellmighthappen == 1 and _root.pause == false) {
							_parent.gotoAndStop(62);
						} else {
							if (_root.heroweapon == 12 and _parent.spellmighthappen == 1 and _root.pause == false) {
								_parent.gotoAndStop(52);
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 27 {
			stop();
		}
		instance body of movieClip 2078	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 28 {
			stop();
		}
		instance body of movieClip 2079	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 29 {
			stop();
		}
		instance body of movieClip 2085	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 30 {
			stop();
		}
		instance body of movieClip 2086	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 31 {
			stop();
		}
		instance body of movieClip 2090	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 32 {
			stop();
		}
		instance body of movieClip 2091	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 33 {
			stop();
		}
		instance body of movieClip 2095	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false and Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent.gotoAndStop(2);
				}
			}
		}
		frame 34 {
			stop();
		}
		instance body of movieClip 2096	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false and Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent.gotoAndStop(1);
				}
			}
		}
		frame 35 {
			stop();
		}
		instance body of movieClip 2097	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false and _root.pause == false) {
					_root.hero.gotoAndStop(9);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent._x += _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent._x -= _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 0.5;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
			}
		}
		frame 36 {
			stop();
		}
		instance body of movieClip 2098	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false and _root.pause == false) {
					_root.hero.gotoAndStop(10);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent._x -= _root.herospeed;
				} else {
					if (Key.isDown(_root.herokeyright) and _root.pause == false) {
						_parent._x += _root.herospeed;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 0.5;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 0.5;
				}
			}
		}
		frame 37 {
			stop();
		}
		instance body of movieClip 2100	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false) {
					_parent._x += _root.herospeed;
					this.watersplash._x -= _root.herospeed;
					this.watersplash._x -= _root.heromomentum;
					this.swampsplash._x -= _root.herospeed;
					this.swampsplash._x -= _root.heromomentum;
					this.lavasplash._x -= _root.herospeed;
					this.lavasplash._x -= _root.heromomentum;
					this.goosplash._x -= _root.herospeed;
					this.goosplash._x -= _root.heromomentum;
				} else {
					if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
						_parent._x -= _root.herospeed;
						this.watersplash._x += _root.herospeed;
						this.watersplash._x += _root.heromomentum;
						this.swampsplash._x += _root.herospeed;
						this.swampsplash._x += _root.heromomentum;
						this.lavasplash._x += _root.herospeed;
						this.lavasplash._x += _root.heromomentum;
						this.goosplash._x += _root.herospeed;
						this.goosplash._x += _root.heromomentum;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(9);
				}
			}
		}
		frame 38 {
			stop();
		}
		instance body of movieClip 2101	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.pause == false) {
					_parent._x -= _root.herospeed;
					this.watersplash._x -= _root.herospeed;
					this.watersplash._x += _root.heromomentum;
					this.swampsplash._x -= _root.herospeed;
					this.swampsplash._x += _root.heromomentum;
					this.lavasplash._x -= _root.herospeed;
					this.lavasplash._x += _root.heromomentum;
					this.goosplash._x -= _root.herospeed;
					this.goosplash._x += _root.heromomentum;
				} else {
					if (Key.isDown(_root.herokeyright) and _root.pause == false) {
						_parent._x += _root.herospeed;
						this.watersplash._x += _root.herospeed;
						this.watersplash._x += _root.heromomentum;
						this.swampsplash._x += _root.herospeed;
						this.swampsplash._x += _root.heromomentum;
						this.lavasplash._x += _root.herospeed;
						this.lavasplash._x += _root.heromomentum;
						this.goosplash._x += _root.herospeed;
						this.goosplash._x += _root.heromomentum;
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.pause == false and _root.heromomentum < 10) {
					_root.heromomentum += 1;
				}
				if (Key.isDown(_root.herokeyleft) and _root.pause == false and _root.heromomentum > -10) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.herofalling == true and _root.herovelocity > 1 and _root.pause == false) {
					_parent.gotoAndStop(10);
				}
			}
		}
		frame 39 {
			stop();
		}
		instance body of movieClip 2103	{
			onClipEvent (enterFrame) {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(40);
				}
			}
		}
		frame 40 {
			stop();
		}
		instance body of movieClip 2104	{
			onClipEvent (enterFrame) {
				if (_root.herofacingright == true) {
					_root.hero.gotoAndStop(39);
				}
			}
		}
		frame 41 {
			stop();
		}
		instance body of movieClip 2106	{
			onClipEvent (enterFrame) {
				if (_root.shockspell == true and _root.pause == false) {
					_root.hero.gotoAndStop(43);
				} else {
					if (_root.poisonspell == true and _root.pause == false) {
						_root.hero.gotoAndStop(45);
					} else {
						if (_root.smokeandmirrorspell == true and _root.pause == false) {
							_root.hero.gotoAndStop(49);
						} else {
							if (_root.pestilencespell == true and _root.pause == false) {
								_root.hero.gotoAndStop(51);
							} else {
								if (_root.thunderstruckspell == true and _root.pause == false) {
									_root.hero.gotoAndStop(53);
								} else {
									if (_root.forcepushspell == true and _root.pause == false) {
										_root.hero.gotoAndStop(55);
									} else {
										if (_root.globalwarmingspell == true and _root.pause == false) {
											_root.hero.gotoAndStop(57);
										} else {
											if (_root.medusagazespell == true and _root.pause == false) {
												_root.hero.gotoAndStop(59);
											} else {
												if (_root.pardonmespell == true and _root.pause == false) {
													_root.hero.gotoAndStop(61);
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		frame 42 {
			stop();
		}
		instance body of movieClip 2107	{
			onClipEvent (enterFrame) {
				if (_root.shockspell == true and _root.pause == false) {
					_root.hero.gotoAndStop(44);
				} else {
					if (_root.poisonspell == true and _root.pause == false) {
						_root.hero.gotoAndStop(46);
					} else {
						if (_root.smokeandmirrorspell == true and _root.pause == false) {
							_root.hero.gotoAndStop(50);
						} else {
							if (_root.pestilencespell == true and _root.pause == false) {
								_root.hero.gotoAndStop(52);
							} else {
								if (_root.thunderstruckspell == true and _root.pause == false) {
									_root.hero.gotoAndStop(54);
								} else {
									if (_root.forcepushspell == true and _root.pause == false) {
										_root.hero.gotoAndStop(56);
									} else {
										if (_root.globalwarmingspell == true and _root.pause == false) {
											_root.hero.gotoAndStop(58);
										} else {
											if (_root.medusagazespell == true and _root.pause == false) {
												_root.hero.gotoAndStop(60);
											} else {
												if (_root.pardonmespell == true and _root.pause == false) {
													_root.hero.gotoAndStop(62);
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		frame 43 {
			stop();
		}
		frame 44 {
			stop();
		}
		frame 45 {
			stop();
		}
		frame 46 {
			stop();
		}
		frame 47 {
			stop();
		}
		instance body of movieClip 2117	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
					_parent._y -= 1;
				}
			}
		}
		frame 48 {
			stop();
		}
		frame 49 {
			stop();
		}
		instance body of movieClip 2118	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
		frame 50 {
			stop();
		}
		frame 51 {
			stop();
		}
		instance corpse of movieClip 2121	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
			onClipEvent (enterFrame) {
				this.head.gotoAndStop(2);
				this.torso.gotoAndStop(2);
				this.frontarm.gotoAndStop(2);
				this.backarm.gotoAndStop(2);
				this.frontleg.gotoAndStop(2);
				this.backleg.gotoAndStop(2);
				this.frontleg.boots.gotoAndStop(2);
				this.backleg.boots.gotoAndStop(2);
			}
		}
		frame 52 {
			stop();
		}
		frame 53 {
			stop();
		}
		frame 54 {
			stop();
		}
		frame 55 {
			stop();
		}
		frame 56 {
			stop();
		}
		frame 57 {
			stop();
		}
		instance body of movieClip 2139	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
		frame 58 {
			stop();
		}
		frame 59 {
			stop();
		}
		instance body of movieClip 2147	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.heromedusaheadspeed -= 0.5;
				}
			}
		}
		frame 60 {
			stop();
		}
		frame 61 {
			stop();
		}
		frame 62 {
			stop();
		}
		frame 63 {
			stop();
			_root.herofacingright = true;
		}
		instance body of movieClip 2149	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.hero._x < 840 and _root.pause == false) {
					_parent._x += _root.herospeed;
				}
				if (Key.isDown(_root.herokeyup) and _root.hero._y > 140 and _root.pause == false) {
					_parent._y -= 6;
				}
				if (Key.isDown(_root.herokeydown) and _root.hero._y < 515 and _root.pause == false) {
					_parent._y += 6;
				}
				if (Key.isDown(_root.herokeyleft) and Key.isDown(39) == false and _root.pause == false) {
					_parent.gotoAndStop(64);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.hero._x < 860 and _root.pause == false and _root.heromomentum < 8) {
					_root.heromomentum += 1;
				}
				if (_root.hero._x >= 860 and _root.pause == false) {
					_root.heromomentum = 0;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
		}
		frame 64 {
			stop();
			_root.herofacingright = false;
		}
		instance of movieClip 2149	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.hero._x > 100 and _root.pause == false) {
					_parent._x -= _root.herospeed;
				}
				if (Key.isDown(_root.herokeyup) and _root.hero._y > 140 and _root.pause == false) {
					_parent._y -= 6;
				}
				if (Key.isDown(_root.herokeydown) and _root.hero._y < 515 and _root.pause == false) {
					_parent._y += 6;
				}
				if (Key.isDown(_root.herokeyright) and Key.isDown(37) == false and _root.pause == false) {
					_parent.gotoAndStop(63);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.hero._x > 110 and _root.pause == false and _root.heromomentum > -8) {
					_root.heromomentum -= 1;
				}
				if (_root.hero._x <= 110 and _root.pause == false) {
					_root.heromomentum = 0;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.attackallowed == true and _root.pause == false) {
					_root.attackallowed = false;
					_root.hero.gotoAndStop(66);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.attackallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.magicattackallowed == true and _root.pause == false) {
					_root.magicattackallowed = false;
					_root.hero.gotoAndStop(66);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.magicattackallowed = true;
				}
			}
		}
		frame 65 {
			stop();
			_root.herofacingright = true;
		}
		instance body of movieClip 2150	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
		frame 66 {
			stop();
			_root.herofacingright = false;
		}
		frame 67 {
			stop();
		}
		instance corpse of movieClip 2155	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
			onClipEvent (enterFrame) {
				this.head.gotoAndStop(2);
				this.torso.gotoAndStop(2);
				this.frontarm.gotoAndStop(2);
				this.backarm.gotoAndStop(2);
				this.frontleg.gotoAndStop(2);
				this.backleg.gotoAndStop(2);
				this.frontleg.boots.gotoAndStop(2);
				this.backleg.boots.gotoAndStop(2);
			}
		}
		frame 68 {
			stop();
		}
		instance body of movieClip 2156	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_root.herofalling = false;
				}
			}
		}
	}
	instance hero of movieClip 2157	{
		onClipEvent (enterFrame) {
			if (_root.herohealth <= 0) {
				_root.hero.gotoAndStop(67);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.demonwingsactive == true) {
				_root.hero.body.head.frontwing.gotoAndStop('demonwings');
				_root.hero.body.head.backwing.gotoAndStop('demonwings');
			} else {
				if (_root.etherealwingsactive == true) {
					_root.hero.body.head.frontwing.gotoAndStop('etherealwings');
					_root.hero.body.head.backwing.gotoAndStop('etherealwings');
				} else {
					if (_root.batwingsactive == true) {
						_root.hero.body.head.frontwing.gotoAndStop('batwings');
						_root.hero.body.head.backwing.gotoAndStop('batwings');
					} else {
						_root.hero.body.head.frontwing.gotoAndStop(1);
						_root.hero.body.head.backwing.gotoAndStop(1);
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if ((_root.demonwingsactive == true or _root.etherealwingsactive == true) and _root.herovelocity > -3 and Key.isDown(38) and _root.pause == false) {
				_root.herogravity = 0;
				_root.herovelocity = 0;
				_root.hero._y -= 3 + _root.herojumppower;
			} else {
				if (_root.batwingsactive == true and Key.isDown(38) and _root.herovelocity > 0 and _root.pause == false) {
					_root.herogravity = 0;
				} else {
					_root.herogravity = 3;
				}
			}
		}
		onClipEvent (enterFrame) {
			_root.heromeleedamage = _root.heroweapondamage + _root.heroarmormeleeincrease + _root.heromeleebonus;
			_root.heromagicdamage = _root.herospelldamage + _root.heroarmormagicincrease + _root.heroweaponmagicincrease + _root.heromagicbonus;
			_root.heroarmorstat = _root.heroarmorincrease + _root.heroweaponarmorincrease + _root.heroarmorbonus;
			_root.herospeed = 0.5 + _root.heroarmorspeedincrease + _root.heroweaponspeedincrease + _root.herospeedbonus;
			_root.herospeedstat = (0.5 + _root.heroarmorspeedincrease + _root.heroweaponspeedincrease + _root.herospeedbonus) * 2;
			_root.herojumppower = 1 + _root.heroarmorjumppowerincrease + _root.heroweaponjumppowerincrease + _root.herojumppowerbonus;
		}
		onClipEvent (enterFrame) {
			this.body.frontarm.item.gotoAndStop(_root.heroweapon);
			this.body.item.gotoAndStop(_root.heroweapon);
		}
		onClipEvent (enterFrame) {
			this.body.head.gotoAndStop(_root.heroarmor);
			this.body.torso.gotoAndStop(_root.heroarmor);
			this.body.frontarm.gotoAndStop(_root.heroarmor);
			this.body.backarm.gotoAndStop(_root.heroarmor);
			this.body.frontleg.gotoAndStop(_root.heroarmor);
			this.body.backleg.gotoAndStop(_root.heroarmor);
			this.body.frontleg.boots.gotoAndStop(_root.heroarmor);
			this.body.backleg.boots.gotoAndStop(_root.heroarmor);
		}
		onClipEvent (enterFrame) {
			if (_root.herofalling == true and _root.pause == false) {
				_root.herovelocity += _root.herogravity;
				_root.hero._y += _root.herovelocity;
			}
			i = 0;
			while (i < 99) {
				if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.hero.body.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (_root.herofalling == true) {
					_root.hero._y = block._y;
					_root.herovelocity = 0;
				}
			} else {
				_root.herofalling = true;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.heromomentum > 0 and _root.pause == false) {
				_root.hero._x += _root.heromomentum;
				_root.heromomentum -= 0.5;
			} else {
				if (_root.heromomentum < 0 and _root.pause == false) {
					_root.hero._x += _root.heromomentum;
					_root.heromomentum += 0.5;
				}
			}
		}
	}
	movieClip 2158	{
	}
	movieClip 2159	{
	}
	movieClip 2160	{
		frame 1 {
			_root.bunnyvelocity = -20;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.bunnyvelocity >= 0 and _root.pause == false) {
					_root.bunny._y = block._y;
					_parent._parent.gotoAndStop('idleright');
				}
			}
		}
		frame 12 {
			stop();
		}
	}
	movieClip 2161	{
		frame 1 {
			_root.bunnyvelocity = -20;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.bunnyvelocity >= 0 and _root.pause == false) {
					_root.bunny._y = block._y;
					_parent._parent.gotoAndStop('idleleft');
				}
			}
		}
		frame 12 {
			stop();
		}
	}
	movieClip 2163	{
		frame 10 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 2164	{
		frame 1 {
			stop();
		}
		instance body of movieClip 2158	{
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance > 20 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2158	{
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance < -20 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 2159	{
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance > -30 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.bunnyspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 2159	{
			onClipEvent (enterFrame) {
				if (_root.bunnyxdistance < 30 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.bunnyspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 2160	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.bunnyspeed;
				}
			}
		}
		frame 6 {
			stop();
		}
		instance body of movieClip 2161	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.bunnyspeed;
				}
			}
		}
		frame 7 {
			stop();
		}
		instance body of movieClip 1838	{
			onClipEvent (enterFrame) {
				_root.bunnyfalling = false;
			}
		}
		frame 8 {
			stop();
		}
		frame 9 {
			stop();
		}
		instance body of movieClip 2158	{
			onClipEvent (enterFrame) {
				_root.bunnyfalling = false;
			}
		}
	}
	instance bunny of movieClip 2164	{
		onClipEvent (enterFrame) {
			if (_root.gotbunny == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.bunnyxdistance = _root.bunny._x - _root.hero._x;
			_root.bunnyydistance = _root.bunny._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (_root.bunnyfalling == true and _root.pause == false) {
				_root.bunnyvelocity += _root.bunnygravity;
				_root.bunny._y += _root.bunnyvelocity;
			}
			i = 0;
			while (i < 99) {
				if (_root.bunny.body.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.bunny.body.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (_root.bunnyfalling == true) {
					_root.bunny._y = block._y;
					_root.bunnyvelocity = 0;
				}
			} else {
				_root.bunnyfalling = true;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.gotbunny == true and _root.bunnyxdistance < -200 and _root.pause == false) {
				_root.bunny.gotoAndStop('disappear');
			} else {
				if (_root.gotbunny == true and _root.bunnyxdistance > 200 and _root.pause == false) {
					_root.bunny.gotoAndStop('disappear');
				} else {
					if (_root.gotbunny == true and _root.bunnyydistance > 200 and _root.pause == false) {
						_root.bunny.gotoAndStop('disappear');
					} else {
						if (_root.gotbunny == true and _root.bunnyydistance < -200 and _root.pause == false) {
							_root.bunny.gotoAndStop('disappear');
						}
					}
				}
			}
		}
	}
	movieClip 2167	{
	}
	movieClip 2170	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 7));
		}
		frame 10 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2171	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2167	{
			onClipEvent (enterFrame) {
				if (_root.teardropfalling == true and _root.pause == false) {
					_root.teardropvelocity += _root.teardropgravity;
					_parent._y += _root.teardropvelocity;
				}
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					if (_root.teardropfalling == true) {
						_parent._y = block._y;
						_root.teardropvelocity = 0;
						_parent.gotoAndStop(3);
					}
				} else {
					_root.teardropfalling = true;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2170	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2172	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2167	{
			onClipEvent (enterFrame) {
				if (_root.teardrop2falling == true and _root.pause == false) {
					_root.teardrop2velocity += _root.teardrop2gravity;
					_parent._y += _root.teardrop2velocity;
				}
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					if (_root.teardrop2falling == true) {
						_parent._y = block._y;
						_root.teardrop2velocity = 0;
						_parent.gotoAndStop(3);
					}
				} else {
					_root.teardrop2falling = true;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2170	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2175	{
	}
	movieClip 2178	{
	}
	movieClip 2188	{
	}
	movieClip 2189	{
	}
	movieClip 2190	{
	}
	movieClip 2191	{
	}
	movieClip 2192	{
	}
	movieClip 2193	{
	}
	movieClip 2194	{
		frame 42 {
			if (_root.herohealth < _root.heromaxhealth and _root.gotgreenfairy == true and _root.pause == false) {
				_root.herohealth += 1;
			}
		}
	}
	movieClip 2195	{
		frame 1 {
			stop();
		}
		instance body of movieClip 2194	{
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance > 30 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance < -50 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.greenfairyspeed;
				}
				if (_root.greenfairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.greenfairyspeed;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2194	{
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance < -30 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance > 50 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.greenfairyspeed;
				}
				if (_root.greenfairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.greenfairyspeed;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 2194	{
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance > -40 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.greenfairyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.greenfairyspeed;
				}
				if (_root.greenfairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.greenfairyspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 2194	{
			onClipEvent (enterFrame) {
				if (_root.greenfairyxdistance < 40 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.greenfairyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.greenfairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.greenfairyspeed;
				}
				if (_root.greenfairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.greenfairyspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
	}
	instance greenfairy of movieClip 2195	{
		onClipEvent (enterFrame) {
			if (_root.gotgreenfairy == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.greenfairyxdistance = _root.greenfairy._x - _root.hero._x;
			_root.greenfairyydistance = _root.greenfairy._y - _root.hero._y;
		}
	}
	movieClip 2196	{
		frame 42 {
			if (_root.heromagic < _root.heromaxmagic and _root.gotbluefairy == true and _root.pause == false) {
				_root.heromagic += 1;
			}
		}
	}
	movieClip 2197	{
		frame 1 {
			stop();
		}
		instance body of movieClip 2196	{
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance > 20 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance < -40 and _root.pause == false) {
					_parent.gotoAndStop('walkright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.bluefairyspeed;
				}
				if (_root.bluefairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.bluefairyspeed;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2196	{
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance < -20 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance > 40 and _root.pause == false) {
					_parent.gotoAndStop('walkleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.bluefairyspeed;
				}
				if (_root.bluefairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.bluefairyspeed;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 2196	{
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance > -30 and _root.pause == false) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x += _root.bluefairyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.bluefairyspeed;
				}
				if (_root.bluefairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.bluefairyspeed;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 2196	{
			onClipEvent (enterFrame) {
				if (_root.bluefairyxdistance < 30 and _root.pause == false) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					_parent._x -= _root.bluefairyspeed;
				}
			}
			onClipEvent (enterFrame) {
				if (_root.bluefairyydistance < -70 and _root.pause == false) {
					_parent._y += _root.bluefairyspeed;
				}
				if (_root.bluefairyydistance > -60 and _root.pause == false) {
					_parent._y -= _root.bluefairyspeed;
				}
			}
		}
		frame 5 {
			stop();
		}
	}
	instance bluefairy of movieClip 2197	{
		onClipEvent (enterFrame) {
			if (_root.gotbluefairy == false) {
				this.gotoAndStop('inactive');
			}
		}
		onClipEvent (enterFrame) {
			_root.bluefairyxdistance = _root.bluefairy._x - _root.hero._x;
			_root.bluefairyydistance = _root.bluefairy._y - _root.hero._y;
		}
	}
	movieClip 2199	{
	}
	movieClip 2200	{
	}
	movieClip 2201	{
		frame 1 {
			_root.randomdamage = 40;
		}
		instance trigger of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 18 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.enemy10.randomhit = true;
				}
			}
		}
		frame 18 {
			stop();
		}
	}
	movieClip 2202	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	instance blairwitch of movieClip 2202	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.enemy1)) {
				this.gotoAndStop(2);
			}
			if (this.hitTest(_root.enemy2)) {
				this.gotoAndStop(2);
			}
			if (this.hitTest(_root.enemy3)) {
				this.gotoAndStop(2);
			}
			if (this.hitTest(_root.enemy4)) {
				this.gotoAndStop(2);
			}
			if (this.hitTest(_root.enemy5)) {
				this.gotoAndStop(2);
			}
			if (this.hitTest(_root.enemy6)) {
				this.gotoAndStop(2);
			}
		}
	}
	movieClip 2204	{
	}
	movieClip 2208	{
		frame 7 {
			stop();
		}
	}
	movieClip 2212	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 2313	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 2318	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 2389	{
		frame 1 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true and _root.pause == false) {
					_root.infoallowed = false;
					_root.pause = true;
					_root.pausemenu.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 2 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(19);
					_root.herogold += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2212	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 3 {
			stop();
			_root.item1unlocked = true;
		}
		frame 4 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(20);
					_root.herogold += 2;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 5 {
			stop();
			_root.item2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(17);
					_root.herohealth += 10;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(89);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 6 {
			stop();
			_root.item3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(6);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(6);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(90);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 7 {
			stop();
			_root.item3unlocked = true;
		}
		frame 8 {
			stop();
			_root.item4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(8);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(8);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(91);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 9 {
			stop();
			_root.item4unlocked = true;
		}
		frame 10 {
			stop();
			_root.item5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(2);
					_root.heromeleebonus += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(92);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 11 {
			stop();
			_root.item6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(3);
					_root.heromagicbonus += 2;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(93);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 12 {
			stop();
			_root.item7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(12);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(12);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(94);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 13 {
			stop();
			_root.item8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(4);
					_root.heroarmorbonus += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(95);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 14 {
			stop();
			_root.item9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(5);
					_root.herospeedbonus += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(96);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 15 {
			stop();
			_root.item10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(6);
					_root.herojumppowerbonus += 2;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(97);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 16 {
			stop();
			_root.item11unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(7);
					_root.heromeleebonus += 1;
					_root.heromagicbonus += 1;
					_root.heroarmorbonus += 1;
					_root.herospeedbonus += 1;
					_root.herojumppowerbonus += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(98);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 17 {
			stop();
			_root.item12unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(8);
					_root.heromaxhealth += 10;
					_root.herohealth = _root.heromaxhealth;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(99);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 18 {
			stop();
			_root.item13unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(9);
					_root.heromaxmagic += 10;
					_root.heromagic = _root.heromaxmagic;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(100);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 19 {
			stop();
			_root.item14unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(18);
					_root.heromagic += 10;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(101);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 20 {
			stop();
			_root.item15unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(20);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(20);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(102);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 21 {
			stop();
			_root.item16unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(21);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(21);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(103);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 22 {
			stop();
			_root.item17unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(22);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(22);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(104);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 23 {
			stop();
			_root.item18unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(23);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(23);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(105);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 24 {
			stop();
			_root.item19unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(24);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(24);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(106);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 25 {
			stop();
			_root.item20unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(25);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(25);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(107);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 26 {
			stop();
			_root.item21unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(26);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(26);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(108);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 27 {
			stop();
			_root.item22unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(27);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(27);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(109);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 28 {
			stop();
			_root.item23unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(28);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(28);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(110);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 29 {
			stop();
			_root.item24unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(29);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(29);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(111);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 30 {
			stop();
			_root.item25unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(30);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(30);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(112);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 31 {
			stop();
			_root.item26unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.pixiedusteffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(113);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 32 {
			stop();
			_root.item27unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.amethysteffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(114);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 33 {
			stop();
			_root.item28unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(33);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(33);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(115);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 34 {
			stop();
			_root.item29unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(34);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.huditemtobeswapped == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroitem;
						_root.huditem.gotoAndStop(34);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(116);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 35 {
			stop();
			_root.item30unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.batwingsactive = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(117);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 36 {
			stop();
			_root.item31unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.batwingsactive = false;
					_root.demonwingsactive = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(118);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 37 {
			stop();
			_root.item32unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.smudgestickeffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(119);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 38 {
			stop();
			_root.item33unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.triquetraeffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(120);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 39 {
			stop();
			_root.item34unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.clovereffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(121);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 40 {
			stop();
			_root.item35unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.rabbitsfooteffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(122);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 41 {
			stop();
			_root.item36unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.stoneauraeffect = true;
					_root.hero.stoneaura.gotoAndStop(1);
					_root.hero.stoneaura.gotoAndStop(2);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(123);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 42 {
			stop();
			_root.item37unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.rebirtheffect = true;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(124);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 43 {
			stop();
			_root.armor1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 6;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 6;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 44 {
			stop();
			_root.armor2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 7;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 7;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(205);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 45 {
			stop();
			_root.armor3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 8;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 8;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(206);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 46 {
			stop();
			_root.armor4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 9;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 9;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(207);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 47 {
			stop();
			_root.armor5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 10;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 10;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(208);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 48 {
			stop();
			_root.armor6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 11;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 11;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(209);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 49 {
			stop();
			_root.armor7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 12;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 12;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(210);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 50 {
			stop();
			_root.armor8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 13;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 13;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(211);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 51 {
			stop();
			_root.armor9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 14;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 14;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(212);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 52 {
			stop();
			_root.armor10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor == 1 and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 15;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.heroarmor > 1 and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.heroarmor + 36;
						_root.heroarmor = 15;
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(213);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 53 {
			stop();
			_root.pet1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotbunny = true;
					_root.bunny._y = _root.hero._y;
					_root.bunny._x = _root.hero._x - 10;
					_root.bunny.gotoAndStop(1);
					_root.statincreaseinfo.gotoAndStop(28);
					_root.herospeedbonus += 1;
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 54 {
			stop();
			_root.pet2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotswampball = true;
					_root.swampball._y = _root.hero._y;
					_root.swampball._x = _root.hero._x - 10;
					_root.swampball.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(225);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 55 {
			stop();
			_root.pet3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotmeatdog = true;
					_root.meatdog._y = _root.hero._y;
					_root.meatdog._x = _root.hero._x - 10;
					_root.meatdog.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(226);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 56 {
			stop();
			_root.pet4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotmanny = true;
					_root.manny._x = _root.hero._x - 50;
					_root.manny._y = _root.hero._y - 70;
					_root.manny.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(227);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 57 {
			stop();
			_root.pet5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotdragon = true;
					_root.dragon._x = _root.hero._x - 50;
					_root.dragon._y = _root.hero._y - 70;
					_root.dragon.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(228);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 58 {
			stop();
			_root.pet6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotpuffdragon = true;
					_root.puffdragon._x = _root.hero._x - 50;
					_root.puffdragon._y = _root.hero._y - 70;
					_root.puffdragon.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(229);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 59 {
			stop();
			_root.pet7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotbluefairy = true;
					_root.bluefairy._x = _root.hero._x - 50;
					_root.bluefairy._y = _root.hero._y - 70;
					_root.bluefairy.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(230);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 60 {
			stop();
			_root.pet8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.gotgreenfairy = true;
					_root.greenfairy._x = _root.hero._x - 50;
					_root.greenfairy._y = _root.hero._y - 70;
					_root.greenfairy.gotoAndStop(1);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(231);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 61 {
			stop();
			_root.spell1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(61);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(61);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 62 {
			stop();
			_root.spell2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(62);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(62);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(185);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 63 {
			stop();
			_root.spell3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(63);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(63);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(186);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 64 {
			stop();
			_root.spell4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(64);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(64);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(187);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 65 {
			stop();
			_root.spell5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(65);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(65);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(188);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 66 {
			stop();
			_root.spell6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(66);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(66);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(189);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 67 {
			stop();
			_root.spell7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(67);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(67);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(190);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 68 {
			stop();
			_root.spell8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(68);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(68);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(191);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 69 {
			stop();
			_root.spell9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(69);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(69);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(192);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 70 {
			stop();
			_root.spell10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == false and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(70);
					block.chest.body.item.splat.gotoAndStop(2);
					block.chest.body.item.gotoAndStop(70);
				} else {
					if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herospell == true and _root.pause == false) {
						_root.interactallowed = false;
						_root.swappeditem = _root.herospelll;
						_root.hudspell.gotoAndStop(70);
						_parent.frame.gotoAndPlay(1);
						block.chest.body.item.splat.gotoAndStop(2);
						block.chest.body.item.gotoAndStop(_root.swappeditem);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(193);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 71 {
			stop();
			_root.gamesaved = true;
			_root.pos = SharedObject.getLocal('efsave');
			_root.pos.data.gamesaved = _root.gamesaved;
			_root.pos.data.enemy1unlocked = _root.enemy1unlocked;
			_root.pos.data.enemy2unlocked = _root.enemy2unlocked;
			_root.pos.data.enemy3unlocked = _root.enemy3unlocked;
			_root.pos.data.enemy4unlocked = _root.enemy4unlocked;
			_root.pos.data.enemy5unlocked = _root.enemy5unlocked;
			_root.pos.data.enemy6unlocked = _root.enemy6unlocked;
			_root.pos.data.enemy7unlocked = _root.enemy7unlocked;
			_root.pos.data.enemy8unlocked = _root.enemy8unlocked;
			_root.pos.data.enemy9unlocked = _root.enemy9unlocked;
			_root.pos.data.enemy10unlocked = _root.enemy10unlocked;
			_root.pos.data.enemy11unlocked = _root.enemy11unlocked;
			_root.pos.data.enemy12unlocked = _root.enemy12unlocked;
			_root.pos.data.enemy13unlocked = _root.enemy13unlocked;
			_root.pos.data.enemy14unlocked = _root.enemy14unlocked;
			_root.pos.data.enemy15unlocked = _root.enemy15unlocked;
			_root.pos.data.enemy16unlocked = _root.enemy16unlocked;
			_root.pos.data.platform1unlocked = _root.platform1unlocked;
			_root.pos.data.platform2unlocked = _root.platform2unlocked;
			_root.pos.data.platform3unlocked = _root.platform3unlocked;
			_root.pos.data.platform4unlocked = _root.platform4unlocked;
			_root.pos.data.platform5unlocked = _root.platform5unlocked;
			_root.pos.data.platform6unlocked = _root.platform6unlocked;
			_root.pos.data.platform7unlocked = _root.platform7unlocked;
			_root.pos.data.platform8unlocked = _root.platform8unlocked;
			_root.pos.data.platform9unlocked = _root.platform9unlocked;
			_root.pos.data.platform10unlocked = _root.platform10unlocked;
			_root.pos.data.platform11unlocked = _root.platform11unlocked;
			_root.pos.data.platform12unlocked = _root.platform12unlocked;
			_root.pos.data.platform13unlocked = _root.platform13unlocked;
			_root.pos.data.platform14unlocked = _root.platform14unlocked;
			_root.pos.data.platform15unlocked = _root.platform15unlocked;
			_root.pos.data.platform16unlocked = _root.platform16unlocked;
			_root.pos.data.platform17unlocked = _root.platform17unlocked;
			_root.pos.data.platform18unlocked = _root.platform18unlocked;
			_root.pos.data.platform19unlocked = _root.platform19unlocked;
			_root.pos.data.platform20unlocked = _root.platform20unlocked;
			_root.pos.data.platform21unlocked = _root.platform21unlocked;
			_root.pos.data.platform22unlocked = _root.platform22unlocked;
			_root.pos.data.platform23unlocked = _root.platform23unlocked;
			_root.pos.data.platform24unlocked = _root.platform24unlocked;
			_root.pos.data.platform25unlocked = _root.platform25unlocked;
			_root.pos.data.item1unlocked = _root.item1unlocked;
			_root.pos.data.item2unlocked = _root.item2unlocked;
			_root.pos.data.item3unlocked = _root.item3unlocked;
			_root.pos.data.item4unlocked = _root.item4unlocked;
			_root.pos.data.item5unlocked = _root.item5unlocked;
			_root.pos.data.item6unlocked = _root.item6unlocked;
			_root.pos.data.item7unlocked = _root.item7unlocked;
			_root.pos.data.item8unlocked = _root.item8unlocked;
			_root.pos.data.item9unlocked = _root.item9unlocked;
			_root.pos.data.item10unlocked = _root.item10unlocked;
			_root.pos.data.item11unlocked = _root.item11unlocked;
			_root.pos.data.item12unlocked = _root.item12unlocked;
			_root.pos.data.item13unlocked = _root.item13unlocked;
			_root.pos.data.item14unlocked = _root.item14unlocked;
			_root.pos.data.item15unlocked = _root.item15unlocked;
			_root.pos.data.item16unlocked = _root.item16unlocked;
			_root.pos.data.item17unlocked = _root.item17unlocked;
			_root.pos.data.item18unlocked = _root.item18unlocked;
			_root.pos.data.item19unlocked = _root.item19unlocked;
			_root.pos.data.item20unlocked = _root.item20unlocked;
			_root.pos.data.item21unlocked = _root.item21unlocked;
			_root.pos.data.item22unlocked = _root.item22unlocked;
			_root.pos.data.item23unlocked = _root.item23unlocked;
			_root.pos.data.item24unlocked = _root.item24unlocked;
			_root.pos.data.item25unlocked = _root.item25unlocked;
			_root.pos.data.item26unlocked = _root.item26unlocked;
			_root.pos.data.item27unlocked = _root.item27unlocked;
			_root.pos.data.item28unlocked = _root.item28unlocked;
			_root.pos.data.item29unlocked = _root.item29unlocked;
			_root.pos.data.item30unlocked = _root.item30unlocked;
			_root.pos.data.item31unlocked = _root.item31unlocked;
			_root.pos.data.item32unlocked = _root.item32unlocked;
			_root.pos.data.item33unlocked = _root.item33unlocked;
			_root.pos.data.item34unlocked = _root.item34unlocked;
			_root.pos.data.item35unlocked = _root.item35unlocked;
			_root.pos.data.item36unlocked = _root.item36unlocked;
			_root.pos.data.item37unlocked = _root.item37unlocked;
			_root.pos.data.sword1unlocked = _root.sword1unlocked;
			_root.pos.data.sword2unlocked = _root.sword2unlocked;
			_root.pos.data.sword3unlocked = _root.sword3unlocked;
			_root.pos.data.sword4unlocked = _root.sword4unlocked;
			_root.pos.data.sword5unlocked = _root.sword5unlocked;
			_root.pos.data.sword6unlocked = _root.sword6unlocked;
			_root.pos.data.sword7unlocked = _root.sword7unlocked;
			_root.pos.data.sword8unlocked = _root.sword8unlocked;
			_root.pos.data.sword9unlocked = _root.sword9unlocked;
			_root.pos.data.sword10unlocked = _root.sword10unlocked;
			_root.pos.data.sword11unlocked = _root.sword11unlocked;
			_root.pos.data.spell1unlocked = _root.spell1unlocked;
			_root.pos.data.spell2unlocked = _root.spell2unlocked;
			_root.pos.data.spell3unlocked = _root.spell3unlocked;
			_root.pos.data.spell4unlocked = _root.spell4unlocked;
			_root.pos.data.spell5unlocked = _root.spell5unlocked;
			_root.pos.data.spell6unlocked = _root.spell6unlocked;
			_root.pos.data.spell7unlocked = _root.spell7unlocked;
			_root.pos.data.spell8unlocked = _root.spell8unlocked;
			_root.pos.data.spell9unlocked = _root.spell9unlocked;
			_root.pos.data.spell10unlocked = _root.spell10unlocked;
			_root.pos.data.armor1unlocked = _root.armor1unlocked;
			_root.pos.data.armor2unlocked = _root.armor2unlocked;
			_root.pos.data.armor3unlocked = _root.armor3unlocked;
			_root.pos.data.armor4unlocked = _root.armor4unlocked;
			_root.pos.data.armor5unlocked = _root.armor5unlocked;
			_root.pos.data.armor6unlocked = _root.armor6unlocked;
			_root.pos.data.armor7unlocked = _root.armor7unlocked;
			_root.pos.data.armor8unlocked = _root.armor8unlocked;
			_root.pos.data.armor9unlocked = _root.armor9unlocked;
			_root.pos.data.armor10unlocked = _root.armor10unlocked;
			_root.pos.data.pet1unlocked = _root.pet1unlocked;
			_root.pos.data.pet2unlocked = _root.pet2unlocked;
			_root.pos.data.pet3unlocked = _root.pet3unlocked;
			_root.pos.data.pet4unlocked = _root.pet4unlocked;
			_root.pos.data.pet5unlocked = _root.pet5unlocked;
			_root.pos.data.pet6unlocked = _root.pet6unlocked;
			_root.pos.data.pet7unlocked = _root.pet7unlocked;
			_root.pos.data.pet8unlocked = _root.pet8unlocked;
		}
		frame 72 {
			stop();
			_root.sword1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2212	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 73 {
			stop();
			_root.sword2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(163);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 74 {
			stop();
			_root.sword3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(164);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 75 {
			stop();
			_root.sword4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(165);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 76 {
			stop();
			_root.sword5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(166);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 77 {
			stop();
			_root.sword6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(167);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 78 {
			stop();
			_root.sword7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(168);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 79 {
			stop();
			_root.sword8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(169);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 80 {
			stop();
			_root.sword9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(170);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 81 {
			stop();
			_root.sword10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(171);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 82 {
			stop();
			_root.sword11unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(172);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 83 {
			stop();
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.pause = true;
					_root.pausemenu.gotoAndStop(2);
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(49);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2313	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 84 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(19);
					_root.herogold += 1;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2212	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 85 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(20);
					_root.herogold += 2;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 86 {
			stop();
			_root.item5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(2);
					_root.heromeleebonus += 1;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(92);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 87 {
			stop();
			_root.item6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(3);
					_root.heromagicbonus += 2;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(93);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 88 {
			stop();
			_root.item8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(4);
					_root.heroarmorbonus += 1;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(95);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 89 {
			stop();
			_root.item9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(5);
					_root.herospeedbonus += 1;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(96);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 90 {
			stop();
			_root.item10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(6);
					_root.herojumppowerbonus += 2;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(97);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 91 {
			stop();
			_root.item11unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(7);
					_root.heromeleebonus += 1;
					_root.heromagicbonus += 1;
					_root.heroarmorbonus += 1;
					_root.herospeedbonus += 1;
					_root.herojumppowerbonus += 1;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(98);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 92 {
			stop();
			_root.item12unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(8);
					_root.heromaxhealth += 10;
					_root.herohealth = _root.heromaxhealth;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(99);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 93 {
			stop();
			_root.item13unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(9);
					_root.heromaxmagic += 10;
					_root.heromagic = _root.heromaxmagic;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(100);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 94 {
			stop();
			_root.item26unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.pixiedusteffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(113);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 95 {
			stop();
			_root.item27unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.amethysteffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(114);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 96 {
			stop();
			_root.item30unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.batwingsactive = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(117);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 97 {
			stop();
			_root.item31unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.demonwingsactive = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(118);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 98 {
			stop();
			_root.item32unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.smudgestickeffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(119);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 99 {
			stop();
			_root.item33unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.triquetraeffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(120);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 100 {
			stop();
			_root.item34unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.clovereffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(121);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 101 {
			stop();
			_root.item35unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.rabbitsfooteffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(122);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 102 {
			stop();
			_root.item36unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.stoneauraeffect = true;
					_root.hero.stoneaura.gotoAndStop(1);
					_root.hero.stoneaura.gotoAndStop(2);
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(123);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 103 {
			stop();
			_root.item37unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.rebirtheffect = true;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(124);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 104 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(20);
					_root.herogold += 2;
					block.goldblock.goldbag.item.splat.gotoAndStop(2);
					block.goldblock.goldbag.item.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 105 {
			stop();
			_root.item1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(21);
					_root.herogold += 3;
					block.goldblock.goldbag.item.splat.gotoAndStop(2);
					block.goldblock.goldbag.item.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 106 {
			stop();
			_root.item2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(17);
					_root.herohealth += 10;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(89);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 107 {
			stop();
			_root.item14unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.pause == false) {
					_root.interactallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(18);
					_root.heromagic += 10;
					block.deadbody.body.item.splat.gotoAndStop(2);
					block.deadbody.body.item.gotoAndStop(69);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(101);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 108 {
			stop();
			_root.item3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(6);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(90);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2318	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 109 {
			stop();
			_root.item4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(8);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(91);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 110 {
			stop();
			_root.item5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(2);
					_root.heromeleebonus += 1;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(92);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 111 {
			stop();
			_root.item6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(3);
					_root.heromagicbonus += 2;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(93);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 112 {
			stop();
			_root.item7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(12);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(94);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 113 {
			stop();
			_root.item8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(4);
					_root.heroarmorbonus += 1;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(95);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 114 {
			stop();
			_root.item9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(5);
					_root.herospeedbonus += 1;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(96);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 115 {
			stop();
			_root.item10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(6);
					_root.herojumppowerbonus += 2;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(97);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 116 {
			stop();
			_root.item11unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.statincreaseinfo.gotoAndStop(7);
					_root.heromeleebonus += 1;
					_root.heromagicbonus += 1;
					_root.heroarmorbonus += 1;
					_root.herospeedbonus += 1;
					_root.herojumppowerbonus += 1;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(98);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 117 {
			stop();
			_root.item12unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.healthbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(8);
					_root.heromaxhealth += 10;
					_root.herohealth = _root.heromaxhealth;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(99);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 118 {
			stop();
			_root.item13unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.magicbar.frame.gotoAndPlay(2);
					_root.statincreaseinfo.gotoAndStop(9);
					_root.heromaxmagic += 10;
					_root.heromagic = _root.heromaxmagic;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(100);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 119 {
			stop();
			_root.item15unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(20);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(102);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 120 {
			stop();
			_root.item16unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(21);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(103);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 121 {
			stop();
			_root.item17unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(22);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(104);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 122 {
			stop();
			_root.item18unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(23);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(105);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 123 {
			stop();
			_root.item19unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(24);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(106);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 124 {
			stop();
			_root.item20unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(25);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(107);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 125 {
			stop();
			_root.item21unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(26);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(108);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 126 {
			stop();
			_root.item22unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(27);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(109);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 127 {
			stop();
			_root.item23unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(28);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(110);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 128 {
			stop();
			_root.item24unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(29);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(111);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 129 {
			stop();
			_root.item25unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(30);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(112);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 130 {
			stop();
			_root.item26unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.pixiedusteffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(113);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 131 {
			stop();
			_root.item27unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.amethysteffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(114);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 132 {
			stop();
			_root.item28unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(33);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(115);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 133 {
			stop();
			_root.item29unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.huditem.gotoAndStop(34);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(116);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 134 {
			stop();
			_root.item30unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.batwingsactive = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(117);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 135 {
			stop();
			_root.item31unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.batwingsactive = false;
					_root.demonwingsactive = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(118);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 136 {
			stop();
			_root.item32unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.smudgestickeffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(119);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 137 {
			stop();
			_root.item33unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.triquetraeffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(120);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 138 {
			stop();
			_root.item34unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.clovereffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(121);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 139 {
			stop();
			_root.item35unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.rabbitsfooteffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(122);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 140 {
			stop();
			_root.item36unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.stoneauraeffect = true;
					_root.hero.stoneaura.gotoAndStop(1);
					_root.hero.stoneaura.gotoAndStop(2);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(123);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 141 {
			stop();
			_root.item37unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.rebirtheffect = true;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(124);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 142 {
			stop();
			_root.armor1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 6;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 143 {
			stop();
			_root.armor2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 7;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(205);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 144 {
			stop();
			_root.armor3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 8;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(206);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 145 {
			stop();
			_root.armor4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 9;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(207);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 146 {
			stop();
			_root.armor5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 10;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(208);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 147 {
			stop();
			_root.armor6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 11;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(209);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 148 {
			stop();
			_root.armor7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 12;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(210);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 149 {
			stop();
			_root.armor8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 13;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(211);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 150 {
			stop();
			_root.armor9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 14;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(212);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 151 {
			stop();
			_root.armor10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroarmor = 15;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(213);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 152 {
			stop();
			_root.spell1unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(61);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 153 {
			stop();
			_root.spell2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(62);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(185);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 154 {
			stop();
			_root.spell3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(63);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(186);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 155 {
			stop();
			_root.spell4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(64);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(187);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 156 {
			stop();
			_root.spell5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(65);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(188);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 157 {
			stop();
			_root.spell6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(66);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(189);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 158 {
			stop();
			_root.spell7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(67);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(190);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 159 {
			stop();
			_root.spell8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(68);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(191);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 160 {
			stop();
			_root.spell9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(69);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(192);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 161 {
			stop();
			_root.spell10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.herospell = true;
					_root.hudspell.gotoAndStop(70);
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(193);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 162 {
			stop();
			_root.sword2unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 3;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(163);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 163 {
			stop();
			_root.sword3unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 4;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(164);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 164 {
			stop();
			_root.sword4unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 5;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(165);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 165 {
			stop();
			_root.sword5unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 6;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(166);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 166 {
			stop();
			_root.sword6unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 7;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(167);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 167 {
			stop();
			_root.sword7unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 8;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(168);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 168 {
			stop();
			_root.sword8unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 9;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(169);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 169 {
			stop();
			_root.sword9unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 10;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(170);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 170 {
			stop();
			_root.sword10unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 11;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(171);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		frame 171 {
			stop();
			_root.sword11unlocked = true;
		}
		instance hitbox of movieClip 33	{
			onClipEvent (enterFrame) {
				i = 0;
				while (i < 99) {
					if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (Key.isDown(_root.herokeyinteract) and _root.interactallowed == true and _root.herogold >= block.shopitem.shopitemprice and _root.pause == false) {
					_root.interactallowed = false;
					_root.heroweapon = 12;
					_root.herogold -= block.shopitem.shopitemprice;
					block.shopitem.item.splat.gotoAndStop(2);
					block.shopitem.item.gotoAndStop(65);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.interactallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pausemenu.gotoAndStop(172);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
	}
	instance ingameinfo of movieClip 2389	{
		onClipEvent (enterFrame) {
			i = 0;
			while (i < 99) {
				if (_root.hero.body.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (_root.hero.body.hitbox.hitTest(block.chest.hitbox2) and _root.pause == false) {
				_root.ingameinfo.gotoAndStop(block.chest.body.currentitem + 1);
			} else {
				if (_root.hero.body.hitbox.hitTest(block.arcade.hitbox) and _root.pause == false) {
					_root.ingameinfo.gotoAndStop(83);
				} else {
					if (_root.hero.body.hitbox.hitTest(block.deadbody.hitbox2) and _root.pause == false) {
						_root.ingameinfo.gotoAndStop(block.deadbody.body.currentitem);
					} else {
						if (_root.hero.body.hitbox.hitTest(block.shopitem.hitbox2) and _root.pause == false) {
							_root.ingameinfo.gotoAndStop(block.shopitem.currentitem);
						} else {
							if (_root.heroinfrontofweapon == true and _root.pause == false) {
							} else {
								_root.ingameinfo.gotoAndStop(1);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2395	{
		frame 50 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2408	{
		frame 250 {
			stop();
			if (_root.herofacingright == true) {
				_root.hero.effect.gotoAndStop(1);
				_root.hero.effect.gotoAndStop(6);
				_root.hero.gotoAndStop(17);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.effect.gotoAndStop(1);
					_root.hero.effect.gotoAndStop(6);
					_root.hero.gotoAndStop(18);
				}
			}
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2412	{
		frame 1 {
			(new Color(_root.hero)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 2 {
			(new Color(_root.hero)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_root.hero)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_root.hero)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
	}
	movieClip 2414	{
		frame 1 {
			_root.heroinvincible = true;
			_root.herounstoppable = true;
		}
		frame 250 {
			(new Color(_root.hero)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
			stop();
			_root.heroinvincible = false;
			_root.herounstoppable = false;
			_root.hero.effect.gotoAndStop(1);
			_root.hero.effect.gotoAndStop(6);
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2419	{
		frame 1 {
			_root.hero._alpha = 20;
			_root.heroinvisible = true;
		}
		frame 250 {
			stop();
			_root.hero._alpha = 100;
			_root.heroinvisible = false;
			_root.hero.effect.gotoAndStop(1);
			_root.hero.effect.gotoAndStop(6);
			if (_root.herofacingright == true) {
				_root.hero.gotoAndStop(1);
			} else {
				if (_root.herofacingright == false) {
					_root.hero.gotoAndStop(2);
				}
			}
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2431	{
	}
	movieClip 2437	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 3 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 4 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 5 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 6 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 7 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 8 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 9 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 10 {
			stop();
		}
		frame 11 {
			stop();
		}
		frame 12 {
			stop();
		}
		frame 13 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 14 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 15 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 16 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 17 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 18 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(14);
		}
		frame 19 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(13);
		}
		frame 20 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(13);
		}
		frame 21 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(13);
		}
		frame 22 {
			stop();
		}
		frame 23 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 24 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 25 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 26 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 27 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 28 {
			stop();
		}
	}
	movieClip 2441	{
		frame 1 {
			_root.thecandleactivated = true;
			_root.hero.candle.gotoAndStop(2);
			_root.heroinvincible = true;
		}
		frame 250 {
			stop();
			_root.thecandleactivated = false;
			_root.hero.candle.gotoAndStop(1);
			_root.heroinvincible = false;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2446	{
		frame 1 {
			_root.binding = true;
		}
		frame 250 {
			stop();
			_root.binding = false;
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2451	{
		frame 50 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 2453	{
		frame 1 {
			stop();
			_root.heroinvincible = false;
			_root.hero._alpha = 100;
			_root.thecandleactivated = false;
			_root.hero.candle.gotoAndStop(1);
			_root.heroinvincible = false;
			_root.binding = false;
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
	}
	movieClip 2454	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2167	{
			onClipEvent (enterFrame) {
				if (_root.teardrop3falling == true and _root.pause == false) {
					_root.teardrop3velocity += _root.teardrop3gravity;
					_parent._y += _root.teardrop3velocity;
				}
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					if (_root.teardrop3falling == true) {
						_parent._y = block._y;
						_root.teardrop3velocity = 0;
						_parent.gotoAndStop(3);
					}
				} else {
					_root.teardrop3falling = true;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2170	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2455	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 2167	{
			onClipEvent (enterFrame) {
				if (_root.teardrop4falling == true and _root.pause == false) {
					_root.teardrop4velocity += _root.teardrop4gravity;
					_parent._y += _root.teardrop4velocity;
				}
				i = 0;
				while (i < 99) {
					if (this.hitTest('_root.block' + i)) {
						block = eval('_root.block' + i);
					}
					++i;
				}
				if (this.hitTest(block.platform) and _root.pause == false) {
					if (_root.teardrop4falling == true) {
						_parent._y = block._y;
						_root.teardrop4velocity = 0;
						_parent.gotoAndStop(3);
					}
				} else {
					_root.teardrop4falling = true;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2170	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
					_root.herodamagetaken = 8 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
						_root.herodamagetaken = 8 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
							_root.herodamagetaken = 8 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.heroarmor != 10 and _root.pause == false) {
								_root.herodamagetaken = 8 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
	}
	frame 8 {
		stop();
		_root.prizeroom = true;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 0;
		_root.portal.gotoAndStop(1);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.hero._x = 210;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
	}
	movieClip 2460	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 5);
			if (this.randomnumber == 2) {
				this.gotoAndStop(2);
			} else {
				if (this.randomnumber == 3) {
					this.gotoAndStop(3);
				} else {
					if (this.randomnumber == 4) {
						this.gotoAndStop(4);
					} else {
						if (this.randomnumber == 5) {
							this.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
			this.gotoAndStop(1);
		}
	}
	movieClip 2465	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 5);
			if (this.randomnumber == 2) {
				this.gotoAndStop(2);
			} else {
				if (this.randomnumber == 3) {
					this.gotoAndStop(3);
				} else {
					if (this.randomnumber == 4) {
						this.gotoAndStop(4);
					} else {
						if (this.randomnumber == 5) {
							this.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
			this.gotoAndStop(1);
		}
	}
	movieClip 2470	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 5);
			if (this.randomnumber == 2) {
				this.gotoAndStop(2);
			} else {
				if (this.randomnumber == 3) {
					this.gotoAndStop(3);
				} else {
					if (this.randomnumber == 4) {
						this.gotoAndStop(4);
					} else {
						if (this.randomnumber == 5) {
							this.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
			this.gotoAndStop(1);
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('gold');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('gold');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('chest');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('gold');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('chest');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('gold');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	movieClip 2476	{
		frame 1 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_root.pause = false;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_root.pause = false;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_root.pause = false;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_root.pause = false;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_root.pause = false;
					_parent._parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.keyupallowed == true) {
					_root.keyupallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.keyupallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) and _root.keydownallowed == true) {
					_root.keydownallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false) {
					_root.keydownallowed = true;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(4);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					getURL('http://armor.ag/MoreGames', '_blank');
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 5 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(5);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
	}
	movieClip 2480	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 2490	{
		frame 1 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.keyupallowed == true) {
					_root.keyupallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.keyupallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) and _root.keydownallowed == true) {
					_root.keydownallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false) {
					_root.keydownallowed = true;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 3 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 4 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 5 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 6 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 7 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		frame 8 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
	}
	movieClip 2496	{
		frame 1 {
			stop();
			_root.herokeyright = 39;
			_root.herokeyleft = 37;
			_root.herokeyup = 38;
			_root.herokeydown = 40;
			_root.herokeymeleeattack = 65;
			_root.herokeymagicattack = 83;
			_root.herokeyinteract = 68;
		}
		frame 2 {
			stop();
			_root.herokeyright = 68;
			_root.herokeyleft = 65;
			_root.herokeyup = 87;
			_root.herokeydown = 83;
			_root.herokeymeleeattack = 74;
			_root.herokeymagicattack = 75;
			_root.herokeyinteract = 76;
		}
	}
	movieClip 2499	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 2503	{
		frame 1 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent._parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) and _root.keyupallowed == true) {
					_root.keyupallowed = false;
					_parent.prevFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyup) == false) {
					_root.keyupallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) and _root.keydownallowed == true) {
					_root.keydownallowed = false;
					_parent.nextFrame();
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeydown) == false) {
					_root.keydownallowed = true;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_root.gotoAndStop(1);
					_parent._parent.swapDepths(20);
					_parent._parent.removeMovieClip();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_root.gotoAndStop(1);
					_parent._parent.swapDepths(20);
					_parent._parent.removeMovieClip();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_root.gotoAndStop(1);
					_parent._parent.swapDepths(20);
					_parent._parent.removeMovieClip();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_root.gotoAndStop(1);
					_parent._parent.swapDepths(20);
					_parent._parent.removeMovieClip();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_root.gotoAndStop(1);
					_parent._parent.swapDepths(20);
					_parent._parent.removeMovieClip();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
	}
	movieClip 2509	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
	}
	movieClip 2510	{
	}
	movieClip 2512	{
	}
	movieClip 2515	{
	}
	movieClip 2517	{
	}
	movieClip 2521	{
	}
	movieClip 2523	{
	}
	movieClip 2525	{
	}
	movieClip 2527	{
	}
	movieClip 2529	{
	}
	movieClip 2531	{
	}
	movieClip 2533	{
	}
	movieClip 2535	{
	}
	movieClip 2568	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heromomentum < 0 and _root.pause == false) {
					_root.heromomentum = 2;
				}
				if (this.hitTest(_root.hero.body.head) and _root.pause == false) {
					_root.heromomentum += 1;
				}
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_root.heromomentum += 1;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
						_root.herodamagetaken = 10 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.pause == false) {
							_root.herodamagetaken = 10 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.pause == false) {
								_root.herodamagetaken = 10 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy1) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy1.randomhit = true;
				}
				if (this.hitTest(_root.enemy2) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy2.randomhit = true;
				}
				if (this.hitTest(_root.enemy3) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy3.randomhit = true;
				}
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy6.randomhit = true;
				}
				if (this.hitTest(_root.enemy7) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy7.randomhit = true;
				}
				if (this.hitTest(_root.enemy8) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy8.randomhit = true;
				}
				if (this.hitTest(_root.enemy9) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy9.randomhit = true;
				}
				if (this.hitTest(_root.enemy10) and _root.pause == false) {
					_root.randomdamage = 9;
					_root.enemy10.randomhit = true;
				}
			}
		}
	}
	movieClip 2570	{
		instance splashbox of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heromomentum > 0 and _root.pause == false) {
					_root.heromomentum = -2;
				}
				if (this.hitTest(_root.hero.body.head) and _root.pause == false) {
					_root.heromomentum -= 1;
				}
				if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
					_root.heromomentum -= 1;
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.heroinvincible == false and _root.pause == false) {
					_root.herodamagetaken = 6 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.pause == false) {
						_root.herodamagetaken = 6 - _root.heroarmorstat;
						_root.healthbar.losehealth.gotoAndStop(2);
					} else {
						if (this.hitTest(_root.hero.body.frontleg) and _root.heroinvincible == false and _root.pause == false) {
							_root.herodamagetaken = 6 - _root.heroarmorstat;
							_root.healthbar.losehealth.gotoAndStop(2);
						} else {
							if (this.hitTest(_root.hero.body.backleg) and _root.heroinvincible == false and _root.pause == false) {
								_root.herodamagetaken = 6 - _root.heroarmorstat;
								_root.healthbar.losehealth.gotoAndStop(2);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2571	{
	}
	movieClip 2755	{
		frame 1 {
			stop();
			_root.pause = false;
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(80) and _root.pauseallowed == true) {
					_root.pauseallowed = false;
					_root.pause = true;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(80) == false) {
					_root.pauseallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) and _root.escapekeyallowed == true) {
					_root.escapekeyallowed = false;
					_root.pause = true;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) == false) {
					_root.escapekeyallowed = true;
				}
			}
		}
		frame 2 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				_root.pause = true;
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(80) and _root.pauseallowed == true) {
					_root.pauseallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(80) == false) {
					_root.pauseallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) and _root.escapekeyallowed == true) {
					_root.escapekeyallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) == false) {
					_root.escapekeyallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2480	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 3 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 4 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
		}
		instance of movieClip 2496	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(67) and _root.changecontrolsallowed == true and _root.controlsetup == 1) {
					_root.changecontrolsallowed = false;
					_root.controlsetup = 2;
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				} else {
					if (Key.isDown(67) and _root.changecontrolsallowed == true and _root.controlsetup == 2) {
						_root.changecontrolsallowed = false;
						_root.controlsetup = 1;
						_root.ambientsound.soundfx.gotoAndStop(1);
						_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
					}
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(67) == false) {
					_root.changecontrolsallowed = true;
				}
			}
		}
		instance of movieClip 2499	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 5 {
			stop();
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2480	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 6 {
			stop();
			if (_root.enemy1unlocked == false) {
				this.gotoAndStop(22);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				_root.pause = true;
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(80) and _root.pauseallowed == true) {
					_root.pauseallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(80) == false) {
					_root.pauseallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) and _root.escapekeyallowed == true) {
					_root.escapekeyallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(27) == false) {
					_root.escapekeyallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) and _root.infoallowed == true) {
					_root.infoallowed = false;
					_root.pause = false;
					_parent.gotoAndStop(1);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(73) == false) {
					_root.infoallowed = true;
				}
			}
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(21);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		instance arrows of movieClip 2509	{
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft)) {
					this.gotoAndStop(3);
				} else {
					if (Key.isDown(_root.herokeyright)) {
						this.gotoAndStop(2);
					} else {
						this.gotoAndStop(1);
					}
				}
			}
		}
		instance of movieClip 2499	{
			onClipEvent (enterFrame) {
				if (_root.controlsetup == 1) {
					this.gotoAndStop(1);
				} else {
					if (_root.controlsetup == 2) {
						this.gotoAndStop(2);
					}
				}
			}
		}
		frame 7 {
			stop();
			if (_root.enemy2unlocked == false) {
				this.gotoAndStop(23);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 8 {
			stop();
			if (_root.enemy3unlocked == false) {
				this.gotoAndStop(24);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 9 {
			stop();
			if (_root.enemy4unlocked == false) {
				this.gotoAndStop(25);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 10 {
			stop();
			if (_root.enemy5unlocked == false) {
				this.gotoAndStop(26);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 11 {
			stop();
			if (_root.enemy6unlocked == false) {
				this.gotoAndStop(27);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 12 {
			stop();
			if (_root.enemy7unlocked == false) {
				this.gotoAndStop(28);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 13 {
			stop();
			if (_root.enemy8unlocked == false) {
				this.gotoAndStop(29);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
		}
		frame 14 {
			stop();
			if (_root.enemy9unlocked == false) {
				this.gotoAndStop(30);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 15 {
			stop();
			if (_root.enemy10unlocked == false) {
				this.gotoAndStop(31);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 16 {
			stop();
			if (_root.enemy11unlocked == false) {
				this.gotoAndStop(32);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 17 {
			stop();
			if (_root.enemy12unlocked == false) {
				this.gotoAndStop(33);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 18 {
			stop();
			if (_root.enemy13unlocked == false) {
				this.gotoAndStop(34);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 19 {
			stop();
			if (_root.enemy14unlocked == false) {
				this.gotoAndStop(35);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 20 {
			stop();
			if (_root.enemy15unlocked == false) {
				this.gotoAndStop(36);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 21 {
			stop();
			if (_root.enemy16unlocked == false) {
				this.gotoAndStop(37);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(6);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 22 {
			stop();
			if (_root.enemy1unlocked == true) {
				this.gotoAndStop(6);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(37);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 23 {
			stop();
			if (_root.enemy2unlocked == true) {
				this.gotoAndStop(7);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 24 {
			stop();
			if (_root.enemy3unlocked == true) {
				this.gotoAndStop(8);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 25 {
			stop();
			if (_root.enemy4unlocked == true) {
				this.gotoAndStop(9);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 26 {
			stop();
			if (_root.enemy5unlocked == true) {
				this.gotoAndStop(10);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 27 {
			stop();
			if (_root.enemy6unlocked == true) {
				this.gotoAndStop(11);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 28 {
			stop();
			if (_root.enemy7unlocked == true) {
				this.gotoAndStop(12);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 29 {
			stop();
			if (_root.enemy8unlocked == true) {
				this.gotoAndStop(13);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance swarm of movieClip 1237	{
			onClipEvent (construct) {
				jitter = 0.15;
				numFlies = 16;
				speed = 3;
			}
		}
		frame 30 {
			stop();
			if (_root.enemy9unlocked == true) {
				this.gotoAndStop(14);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 31 {
			stop();
			if (_root.enemy10unlocked == true) {
				this.gotoAndStop(15);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 32 {
			stop();
			if (_root.enemy11unlocked == true) {
				this.gotoAndStop(16);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 33 {
			stop();
			if (_root.enemy12unlocked == true) {
				this.gotoAndStop(17);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 34 {
			stop();
			if (_root.enemy13unlocked == true) {
				this.gotoAndStop(18);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 35 {
			stop();
			if (_root.enemy14unlocked == true) {
				this.gotoAndStop(19);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 36 {
			stop();
			if (_root.enemy15unlocked == true) {
				this.gotoAndStop(20);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 37 {
			stop();
			if (_root.enemy16unlocked == true) {
				this.gotoAndStop(21);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(22);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 38 {
			stop();
			if (_root.platform1unlocked == false) {
				this.gotoAndStop(63);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(62);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 39 {
			stop();
			if (_root.platform2unlocked == false) {
				this.gotoAndStop(64);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 40 {
			stop();
			if (_root.platform3unlocked == false) {
				this.gotoAndStop(65);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 41 {
			stop();
			if (_root.platform4unlocked == false) {
				this.gotoAndStop(66);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance wind of movieClip 75	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heromomentum += 3;
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
						_root.heromomentum += 3;
					}
				}
			}
		}
		frame 42 {
			stop();
			if (_root.platform5unlocked == false) {
				this.gotoAndStop(67);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 43 {
			stop();
			if (_root.platform6unlocked == false) {
				this.gotoAndStop(68);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 44 {
			stop();
			if (_root.platform7unlocked == false) {
				this.gotoAndStop(69);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 45 {
			stop();
			if (_root.platform8unlocked == false) {
				this.gotoAndStop(70);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 46 {
			stop();
			if (_root.platform9unlocked == false) {
				this.gotoAndStop(71);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 47 {
			stop();
			if (_root.platform10unlocked == false) {
				this.gotoAndStop(72);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 335	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this.bubble.play();
				}
			}
		}
		frame 48 {
			stop();
			if (_root.platform11unlocked == false) {
				this.gotoAndStop(73);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance deadbody of movieClip 493	{
			onClipEvent (enterFrame) {
				if (this.headrandomnumber == 1) {
					this.body.head.gotoAndStop(3);
				} else {
					if (this.headrandomnumber == 2) {
						this.body.head.gotoAndStop(4);
					} else {
						if (this.headrandomnumber == 3) {
							this.body.head.gotoAndStop(5);
						}
					}
				}
				if (this.clothesrandomnumber == 1) {
					this.body.torso.gotoAndStop(3);
					this.body.frontarm.gotoAndStop(3);
					this.body.backarm.gotoAndStop(3);
					this.body.frontleg.gotoAndStop(3);
					this.body.backleg.gotoAndStop(3);
				} else {
					if (this.clothesrandomnumber == 2) {
						this.body.torso.gotoAndStop(4);
						this.body.frontarm.gotoAndStop(4);
						this.body.backarm.gotoAndStop(4);
						this.body.frontleg.gotoAndStop(4);
						this.body.backleg.gotoAndStop(4);
					} else {
						if (this.clothesrandomnumber == 3) {
							this.body.torso.gotoAndStop(5);
							this.body.frontarm.gotoAndStop(5);
							this.body.backarm.gotoAndStop(5);
							this.body.frontleg.gotoAndStop(5);
							this.body.backleg.gotoAndStop(5);
						}
					}
				}
				if (this.bootsrandomnumber == 1) {
					this.body.frontleg.boots.gotoAndStop(3);
					this.body.backleg.boots.gotoAndStop(3);
				} else {
					if (this.bootsrandomnumber == 2) {
						this.body.frontleg.boots.gotoAndStop(4);
						this.body.backleg.boots.gotoAndStop(4);
					} else {
						if (this.bootsrandomnumber == 3) {
							this.body.frontleg.boots.gotoAndStop(5);
							this.body.backleg.boots.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 49 {
			stop();
			if (_root.platform12unlocked == false) {
				this.gotoAndStop(74);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 50 {
			stop();
			if (_root.platform13unlocked == false) {
				this.gotoAndStop(75);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 51 {
			stop();
			if (_root.platform14unlocked == false) {
				this.gotoAndStop(76);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 52 {
			stop();
			if (_root.platform15unlocked == false) {
				this.gotoAndStop(77);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 53 {
			stop();
			if (_root.platform16unlocked == false) {
				this.gotoAndStop(78);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 54 {
			stop();
			if (_root.platform17unlocked == false) {
				this.gotoAndStop(79);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 55 {
			stop();
			if (_root.platform18unlocked == false) {
				this.gotoAndStop(80);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 56 {
			stop();
			if (_root.platform19unlocked == false) {
				this.gotoAndStop(81);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 57 {
			stop();
			if (_root.platform20unlocked == false) {
				this.gotoAndStop(82);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 58 {
			stop();
			if (_root.platform21unlocked == false) {
				this.gotoAndStop(83);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 654	{
		}
		frame 59 {
			stop();
			if (_root.platform22unlocked == false) {
				this.gotoAndStop(84);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 60 {
			stop();
			if (_root.platform23unlocked == false) {
				this.gotoAndStop(85);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 61 {
			stop();
			if (_root.platform24unlocked == false) {
				this.gotoAndStop(86);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 62 {
			stop();
			if (_root.platform25unlocked == false) {
				this.gotoAndStop(87);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(38);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 63 {
			stop();
			if (_root.platform1unlocked == true) {
				this.gotoAndStop(38);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(87);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 64 {
			stop();
			if (_root.platform2unlocked == true) {
				this.gotoAndStop(39);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 65 {
			stop();
			if (_root.platform3unlocked == true) {
				this.gotoAndStop(40);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 66 {
			stop();
			if (_root.platform4unlocked == true) {
				this.gotoAndStop(41);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance wind of movieClip 75	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hitbox) and _root.pause == false) {
					_root.heromomentum += 3;
				} else {
					if (this.hitTest(_root.hero.body.torso) and _root.pause == false) {
						_root.heromomentum += 3;
					}
				}
			}
		}
		frame 67 {
			stop();
			if (_root.platform5unlocked == true) {
				this.gotoAndStop(42);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 68 {
			stop();
			if (_root.platform6unlocked == true) {
				this.gotoAndStop(43);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 69 {
			stop();
			if (_root.platform7unlocked == true) {
				this.gotoAndStop(44);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 70 {
			stop();
			if (_root.platform8unlocked == true) {
				this.gotoAndStop(45);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 71 {
			stop();
			if (_root.platform9unlocked == true) {
				this.gotoAndStop(46);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 72 {
			stop();
			if (_root.platform10unlocked == true) {
				this.gotoAndStop(47);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 335	{
			onClipEvent (enterFrame) {
				if (_root.pause == false) {
					this.bubble.play();
				}
			}
		}
		frame 73 {
			stop();
			if (_root.platform11unlocked == true) {
				this.gotoAndStop(48);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance deadbody of movieClip 493	{
			onClipEvent (enterFrame) {
				if (this.headrandomnumber == 1) {
					this.body.head.gotoAndStop(3);
				} else {
					if (this.headrandomnumber == 2) {
						this.body.head.gotoAndStop(4);
					} else {
						if (this.headrandomnumber == 3) {
							this.body.head.gotoAndStop(5);
						}
					}
				}
				if (this.clothesrandomnumber == 1) {
					this.body.torso.gotoAndStop(3);
					this.body.frontarm.gotoAndStop(3);
					this.body.backarm.gotoAndStop(3);
					this.body.frontleg.gotoAndStop(3);
					this.body.backleg.gotoAndStop(3);
				} else {
					if (this.clothesrandomnumber == 2) {
						this.body.torso.gotoAndStop(4);
						this.body.frontarm.gotoAndStop(4);
						this.body.backarm.gotoAndStop(4);
						this.body.frontleg.gotoAndStop(4);
						this.body.backleg.gotoAndStop(4);
					} else {
						if (this.clothesrandomnumber == 3) {
							this.body.torso.gotoAndStop(5);
							this.body.frontarm.gotoAndStop(5);
							this.body.backarm.gotoAndStop(5);
							this.body.frontleg.gotoAndStop(5);
							this.body.backleg.gotoAndStop(5);
						}
					}
				}
				if (this.bootsrandomnumber == 1) {
					this.body.frontleg.boots.gotoAndStop(3);
					this.body.backleg.boots.gotoAndStop(3);
				} else {
					if (this.bootsrandomnumber == 2) {
						this.body.frontleg.boots.gotoAndStop(4);
						this.body.backleg.boots.gotoAndStop(4);
					} else {
						if (this.bootsrandomnumber == 3) {
							this.body.frontleg.boots.gotoAndStop(5);
							this.body.backleg.boots.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 74 {
			stop();
			if (_root.platform12unlocked == true) {
				this.gotoAndStop(49);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 75 {
			stop();
			if (_root.platform13unlocked == true) {
				this.gotoAndStop(50);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 76 {
			stop();
			if (_root.platform14unlocked == true) {
				this.gotoAndStop(51);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 77 {
			stop();
			if (_root.platform15unlocked == true) {
				this.gotoAndStop(52);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 78 {
			stop();
			if (_root.platform16unlocked == true) {
				this.gotoAndStop(53);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 79 {
			stop();
			if (_root.platform17unlocked == true) {
				this.gotoAndStop(54);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 80 {
			stop();
			if (_root.platform18unlocked == true) {
				this.gotoAndStop(55);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 81 {
			stop();
			if (_root.platform19unlocked == true) {
				this.gotoAndStop(56);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 82 {
			stop();
			if (_root.platform20unlocked == true) {
				this.gotoAndStop(57);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 83 {
			stop();
			if (_root.platform21unlocked == true) {
				this.gotoAndStop(58);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 654	{
		}
		frame 84 {
			stop();
			if (_root.platform22unlocked == true) {
				this.gotoAndStop(59);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 85 {
			stop();
			if (_root.platform23unlocked == true) {
				this.gotoAndStop(60);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 86 {
			stop();
			if (_root.platform24unlocked == true) {
				this.gotoAndStop(61);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 87 {
			stop();
			if (_root.platform25unlocked == true) {
				this.gotoAndStop(62);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(63);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 88 {
			stop();
			if (_root.item1unlocked == false) {
				this.gotoAndStop(125);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(124);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 89 {
			stop();
			if (_root.item2unlocked == false) {
				this.gotoAndStop(126);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 90 {
			stop();
			if (_root.item3unlocked == false) {
				this.gotoAndStop(127);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 91 {
			stop();
			if (_root.item4unlocked == false) {
				this.gotoAndStop(128);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 92 {
			stop();
			if (_root.item5unlocked == false) {
				this.gotoAndStop(129);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 93 {
			stop();
			if (_root.item6unlocked == false) {
				this.gotoAndStop(130);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 94 {
			stop();
			if (_root.item7unlocked == false) {
				this.gotoAndStop(131);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 95 {
			stop();
			if (_root.item8unlocked == false) {
				this.gotoAndStop(132);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 96 {
			stop();
			if (_root.item9unlocked == false) {
				this.gotoAndStop(133);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 97 {
			stop();
			if (_root.item10unlocked == false) {
				this.gotoAndStop(134);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 98 {
			stop();
			if (_root.item11unlocked == false) {
				this.gotoAndStop(135);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 99 {
			stop();
			if (_root.item12unlocked == false) {
				this.gotoAndStop(136);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 100 {
			stop();
			if (_root.item13unlocked == false) {
				this.gotoAndStop(137);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 101 {
			stop();
			if (_root.item14unlocked == false) {
				this.gotoAndStop(138);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 102 {
			stop();
			if (_root.item15unlocked == false) {
				this.gotoAndStop(139);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 103 {
			stop();
			if (_root.item16unlocked == false) {
				this.gotoAndStop(140);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 104 {
			stop();
			if (_root.item17unlocked == false) {
				this.gotoAndStop(141);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 105 {
			stop();
			if (_root.item18unlocked == false) {
				this.gotoAndStop(142);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 106 {
			stop();
			if (_root.item19unlocked == false) {
				this.gotoAndStop(143);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 107 {
			stop();
			if (_root.item20unlocked == false) {
				this.gotoAndStop(144);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 108 {
			stop();
			if (_root.item21unlocked == false) {
				this.gotoAndStop(145);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 109 {
			stop();
			if (_root.item22unlocked == false) {
				this.gotoAndStop(146);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 110 {
			stop();
			if (_root.item23unlocked == false) {
				this.gotoAndStop(147);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 111 {
			stop();
			if (_root.item24unlocked == false) {
				this.gotoAndStop(148);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 112 {
			stop();
			if (_root.item25unlocked == false) {
				this.gotoAndStop(149);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 113 {
			stop();
			if (_root.item26unlocked == false) {
				this.gotoAndStop(150);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 114 {
			stop();
			if (_root.item27unlocked == false) {
				this.gotoAndStop(151);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 115 {
			stop();
			if (_root.item28unlocked == false) {
				this.gotoAndStop(152);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 116 {
			stop();
			if (_root.item29unlocked == false) {
				this.gotoAndStop(153);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 117 {
			stop();
			if (_root.item30unlocked == false) {
				this.gotoAndStop(154);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 118 {
			stop();
			if (_root.item31unlocked == false) {
				this.gotoAndStop(155);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 119 {
			stop();
			if (_root.item32unlocked == false) {
				this.gotoAndStop(156);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 120 {
			stop();
			if (_root.item33unlocked == false) {
				this.gotoAndStop(157);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 121 {
			stop();
			if (_root.item34unlocked == false) {
				this.gotoAndStop(158);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 122 {
			stop();
			if (_root.item35unlocked == false) {
				this.gotoAndStop(159);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 123 {
			stop();
			if (_root.item36unlocked == false) {
				this.gotoAndStop(160);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 124 {
			stop();
			if (_root.item37unlocked == false) {
				this.gotoAndStop(161);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(88);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 125 {
			stop();
			if (_root.item1unlocked == true) {
				this.gotoAndStop(88);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(161);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 126 {
			stop();
			if (_root.item2unlocked == true) {
				this.gotoAndStop(89);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 127 {
			stop();
			if (_root.item3unlocked == true) {
				this.gotoAndStop(90);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 128 {
			stop();
			if (_root.item4unlocked == true) {
				this.gotoAndStop(91);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 129 {
			stop();
			if (_root.item5unlocked == true) {
				this.gotoAndStop(92);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 130 {
			stop();
			if (_root.item6unlocked == true) {
				this.gotoAndStop(93);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 131 {
			stop();
			if (_root.item7unlocked == true) {
				this.gotoAndStop(94);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 132 {
			stop();
			if (_root.item8unlocked == true) {
				this.gotoAndStop(95);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 133 {
			stop();
			if (_root.item9unlocked == true) {
				this.gotoAndStop(96);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 134 {
			stop();
			if (_root.item10unlocked == true) {
				this.gotoAndStop(97);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 135 {
			stop();
			if (_root.item11unlocked == true) {
				this.gotoAndStop(98);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 136 {
			stop();
			if (_root.item12unlocked == true) {
				this.gotoAndStop(99);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 137 {
			stop();
			if (_root.item13unlocked == true) {
				this.gotoAndStop(100);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 138 {
			stop();
			if (_root.item14unlocked == true) {
				this.gotoAndStop(101);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 139 {
			stop();
			if (_root.item15unlocked == true) {
				this.gotoAndStop(102);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 140 {
			stop();
			if (_root.item16unlocked == true) {
				this.gotoAndStop(103);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 141 {
			stop();
			if (_root.item17unlocked == true) {
				this.gotoAndStop(104);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 142 {
			stop();
			if (_root.item18unlocked == true) {
				this.gotoAndStop(105);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 143 {
			stop();
			if (_root.item19unlocked == true) {
				this.gotoAndStop(106);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 144 {
			stop();
			if (_root.item20unlocked == true) {
				this.gotoAndStop(107);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 145 {
			stop();
			if (_root.item21unlocked == true) {
				this.gotoAndStop(108);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 146 {
			stop();
			if (_root.item22unlocked == true) {
				this.gotoAndStop(109);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 147 {
			stop();
			if (_root.item23unlocked == true) {
				this.gotoAndStop(110);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 148 {
			stop();
			if (_root.item24unlocked == true) {
				this.gotoAndStop(111);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 149 {
			stop();
			if (_root.item25unlocked == true) {
				this.gotoAndStop(112);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 150 {
			stop();
			if (_root.item26unlocked == true) {
				this.gotoAndStop(113);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 151 {
			stop();
			if (_root.item27unlocked == true) {
				this.gotoAndStop(114);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 152 {
			stop();
			if (_root.item28unlocked == true) {
				this.gotoAndStop(115);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 153 {
			stop();
			if (_root.item29unlocked == true) {
				this.gotoAndStop(116);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 154 {
			stop();
			if (_root.item30unlocked == true) {
				this.gotoAndStop(117);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 155 {
			stop();
			if (_root.item31unlocked == true) {
				this.gotoAndStop(118);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 156 {
			stop();
			if (_root.item32unlocked == true) {
				this.gotoAndStop(119);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 157 {
			stop();
			if (_root.item33unlocked == true) {
				this.gotoAndStop(120);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 158 {
			stop();
			if (_root.item34unlocked == true) {
				this.gotoAndStop(121);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 159 {
			stop();
			if (_root.item35unlocked == true) {
				this.gotoAndStop(122);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 160 {
			stop();
			if (_root.item36unlocked == true) {
				this.gotoAndStop(123);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 161 {
			stop();
			if (_root.item37unlocked == true) {
				this.gotoAndStop(124);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(125);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 162 {
			stop();
			if (_root.sword1unlocked == false) {
				this.gotoAndStop(173);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(172);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 163 {
			stop();
			if (_root.sword2unlocked == false) {
				this.gotoAndStop(174);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 164 {
			stop();
			if (_root.sword3unlocked == false) {
				this.gotoAndStop(175);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 165 {
			stop();
			if (_root.sword4unlocked == false) {
				this.gotoAndStop(176);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 166 {
			stop();
			if (_root.sword5unlocked == false) {
				this.gotoAndStop(177);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 167 {
			stop();
			if (_root.sword6unlocked == false) {
				this.gotoAndStop(178);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 168 {
			stop();
			if (_root.sword7unlocked == false) {
				this.gotoAndStop(179);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 169 {
			stop();
			if (_root.sword8unlocked == false) {
				this.gotoAndStop(180);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 170 {
			stop();
			if (_root.sword9unlocked == false) {
				this.gotoAndStop(181);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 171 {
			stop();
			if (_root.sword10unlocked == false) {
				this.gotoAndStop(182);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 172 {
			stop();
			if (_root.sword11unlocked == false) {
				this.gotoAndStop(183);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(162);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 173 {
			stop();
			if (_root.sword1unlocked == true) {
				this.gotoAndStop(162);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(183);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 174 {
			stop();
			if (_root.sword2unlocked == true) {
				this.gotoAndStop(163);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 175 {
			stop();
			if (_root.sword3unlocked == true) {
				this.gotoAndStop(164);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 176 {
			stop();
			if (_root.sword4unlocked == true) {
				this.gotoAndStop(165);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 177 {
			stop();
			if (_root.sword5unlocked == true) {
				this.gotoAndStop(166);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 178 {
			stop();
			if (_root.sword6unlocked == true) {
				this.gotoAndStop(167);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 179 {
			stop();
			if (_root.sword7unlocked == true) {
				this.gotoAndStop(168);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 180 {
			stop();
			if (_root.sword8unlocked == true) {
				this.gotoAndStop(169);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 181 {
			stop();
			if (_root.sword9unlocked == true) {
				this.gotoAndStop(170);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 182 {
			stop();
			if (_root.sword10unlocked == true) {
				this.gotoAndStop(171);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 183 {
			stop();
			if (_root.sword11unlocked == true) {
				this.gotoAndStop(172);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(173);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 184 {
			stop();
			if (_root.spell1unlocked == false) {
				this.gotoAndStop(194);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(193);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 185 {
			stop();
			if (_root.spell2unlocked == false) {
				this.gotoAndStop(195);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 186 {
			stop();
			if (_root.spell3unlocked == false) {
				this.gotoAndStop(196);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 187 {
			stop();
			if (_root.spell4unlocked == false) {
				this.gotoAndStop(197);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 188 {
			stop();
			if (_root.spell5unlocked == false) {
				this.gotoAndStop(198);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 189 {
			stop();
			if (_root.spell6unlocked == false) {
				this.gotoAndStop(199);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 190 {
			stop();
			if (_root.spell7unlocked == false) {
				this.gotoAndStop(200);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 191 {
			stop();
			if (_root.spell8unlocked == false) {
				this.gotoAndStop(201);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 192 {
			stop();
			if (_root.spell9unlocked == false) {
				this.gotoAndStop(202);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 193 {
			stop();
			if (_root.spell10unlocked == false) {
				this.gotoAndStop(203);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(184);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 194 {
			stop();
			if (_root.spell1unlocked == true) {
				this.gotoAndStop(184);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(203);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 195 {
			stop();
			if (_root.spell2unlocked == true) {
				this.gotoAndStop(185);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 196 {
			stop();
			if (_root.spell3unlocked == true) {
				this.gotoAndStop(186);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 197 {
			stop();
			if (_root.spell4unlocked == true) {
				this.gotoAndStop(187);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 198 {
			stop();
			if (_root.spell5unlocked == true) {
				this.gotoAndStop(188);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 199 {
			stop();
			if (_root.spell6unlocked == true) {
				this.gotoAndStop(189);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 200 {
			stop();
			if (_root.spell7unlocked == true) {
				this.gotoAndStop(190);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 201 {
			stop();
			if (_root.spell8unlocked == true) {
				this.gotoAndStop(191);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 202 {
			stop();
			if (_root.spell9unlocked == true) {
				this.gotoAndStop(192);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 203 {
			stop();
			if (_root.spell10unlocked == true) {
				this.gotoAndStop(193);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(194);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 204 {
			stop();
			if (_root.armor1unlocked == false) {
				this.gotoAndStop(214);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(213);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 205 {
			stop();
			if (_root.armor2unlocked == false) {
				this.gotoAndStop(215);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 206 {
			stop();
			if (_root.armor3unlocked == false) {
				this.gotoAndStop(216);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 207 {
			stop();
			if (_root.armor4unlocked == false) {
				this.gotoAndStop(217);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 208 {
			stop();
			if (_root.armor5unlocked == false) {
				this.gotoAndStop(218);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 209 {
			stop();
			if (_root.armor6unlocked == false) {
				this.gotoAndStop(219);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 210 {
			stop();
			if (_root.armor7unlocked == false) {
				this.gotoAndStop(220);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 211 {
			stop();
			if (_root.armor8unlocked == false) {
				this.gotoAndStop(221);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 212 {
			stop();
			if (_root.armor9unlocked == false) {
				this.gotoAndStop(222);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 213 {
			stop();
			if (_root.armor10unlocked == false) {
				this.gotoAndStop(223);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(204);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 214 {
			stop();
			if (_root.armor1unlocked == true) {
				this.gotoAndStop(204);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(223);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 215 {
			stop();
			if (_root.armor2unlocked == true) {
				this.gotoAndStop(205);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 216 {
			stop();
			if (_root.armor3unlocked == true) {
				this.gotoAndStop(206);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 217 {
			stop();
			if (_root.armor4unlocked == true) {
				this.gotoAndStop(207);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 218 {
			stop();
			if (_root.armor5unlocked == true) {
				this.gotoAndStop(208);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 219 {
			stop();
			if (_root.armor6unlocked == true) {
				this.gotoAndStop(209);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 220 {
			stop();
			if (_root.armor7unlocked == true) {
				this.gotoAndStop(210);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 221 {
			stop();
			if (_root.armor8unlocked == true) {
				this.gotoAndStop(211);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 222 {
			stop();
			if (_root.armor9unlocked == true) {
				this.gotoAndStop(212);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 223 {
			stop();
			if (_root.armor10unlocked == true) {
				this.gotoAndStop(213);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(214);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 224 {
			stop();
			if (_root.pet1unlocked == false) {
				this.gotoAndStop(232);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(231);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 225 {
			stop();
			if (_root.pet2unlocked == false) {
				this.gotoAndStop(233);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 226 {
			stop();
			if (_root.pet3unlocked == false) {
				this.gotoAndStop(234);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 227 {
			stop();
			if (_root.pet4unlocked == false) {
				this.gotoAndStop(235);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 228 {
			stop();
			if (_root.pet5unlocked == false) {
				this.gotoAndStop(236);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 229 {
			stop();
			if (_root.pet6unlocked == false) {
				this.gotoAndStop(237);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 230 {
			stop();
			if (_root.pet7unlocked == false) {
				this.gotoAndStop(238);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 231 {
			stop();
			if (_root.pet8unlocked == false) {
				this.gotoAndStop(239);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(224);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 232 {
			stop();
			if (_root.pet1unlocked == true) {
				this.gotoAndStop(224);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.gotoAndStop(239);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 233 {
			stop();
			if (_root.pet2unlocked == true) {
				this.gotoAndStop(225);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.nextFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
		frame 234 {
			stop();
			if (_root.pet3unlocked == true) {
				this.gotoAndStop(226);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 235 {
			stop();
			if (_root.pet4unlocked == true) {
				this.gotoAndStop(227);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 236 {
			stop();
			if (_root.pet5unlocked == true) {
				this.gotoAndStop(228);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 237 {
			stop();
			if (_root.pet6unlocked == true) {
				this.gotoAndStop(229);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 238 {
			stop();
			if (_root.pet7unlocked == true) {
				this.gotoAndStop(230);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		frame 239 {
			stop();
			if (_root.pet8unlocked == true) {
				this.gotoAndStop(231);
			}
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
		}
		instance of movieClip 2204	{
			onClipEvent (enterFrame) {
				if (Key.isDown(13) and _root.keyenterallowed == true) {
					_root.keyenterallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(13) == false) {
					_root.keyenterallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) and _root.keyspaceallowed == true) {
					_root.keyspaceallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(32) == false) {
					_root.keyspaceallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) and _root.keyaallowed == true) {
					_root.keyaallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymeleeattack) == false) {
					_root.keyaallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) and _root.keysallowed == true) {
					_root.keysallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeymagicattack) == false) {
					_root.keysallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) and _root.keydallowed == true) {
					_root.keydallowed = false;
					_parent.gotoAndStop(3);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyinteract) == false) {
					_root.keydallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) and _root.keyleftallowed == true) {
					_root.keyleftallowed = false;
					_parent.prevFrame();
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyleft) == false) {
					_root.keyleftallowed = true;
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) and _root.keyrightallowed == true) {
					_root.keyrightallowed = false;
					_parent.gotoAndStop(232);
				}
			}
			onClipEvent (enterFrame) {
				if (Key.isDown(_root.herokeyright) == false) {
					_root.keyrightallowed = true;
				}
			}
		}
	}
	frame 9 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = true;
		_root.bossroom = false;
		_root.enemyamount = 0;
		_root.portal.gotoAndStop(1);
		_root.portal._x = 800;
		_root.portal._y = 510;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
	}
	movieClip 2764	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 8));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		frame 7 {
			stop();
		}
		frame 8 {
			stop();
		}
	}
	movieClip 2767	{
	}
	movieClip 2768	{
	}
	movieClip 2774	{
		frame 1 {
			stop();
			this.gotoAndStop(Math.ceil(Math.random() * 6));
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
	}
	movieClip 2775	{
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('shop');
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('shop');
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('shop');
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	movieClip 2777	{
	}
	frame 10 {
		stop();
		_root.enemy1unlocked = false;
		_root.enemy2unlocked = false;
		_root.enemy3unlocked = false;
		_root.enemy4unlocked = false;
		_root.enemy5unlocked = false;
		_root.enemy6unlocked = false;
		_root.enemy7unlocked = false;
		_root.enemy8unlocked = false;
		_root.enemy9unlocked = false;
		_root.enemy10unlocked = false;
		_root.enemy11unlocked = false;
		_root.enemy12unlocked = false;
		_root.enemy13unlocked = false;
		_root.enemy14unlocked = false;
		_root.enemy15unlocked = false;
		_root.enemy16unlocked = false;
		if (_root.gamesaved == true) {
			_root.pos = SharedObject.getLocal('efsave');
			_root.enemy1unlocked = _root.pos.data.enemy1unlocked;
			_root.enemy2unlocked = _root.pos.data.enemy2unlocked;
			_root.enemy3unlocked = _root.pos.data.enemy3unlocked;
			_root.enemy4unlocked = _root.pos.data.enemy4unlocked;
			_root.enemy5unlocked = _root.pos.data.enemy5unlocked;
			_root.enemy6unlocked = _root.pos.data.enemy6unlocked;
			_root.enemy7unlocked = _root.pos.data.enemy7unlocked;
			_root.enemy8unlocked = _root.pos.data.enemy8unlocked;
			_root.enemy9unlocked = _root.pos.data.enemy9unlocked;
			_root.enemy10unlocked = _root.pos.data.enemy10unlocked;
			_root.enemy11unlocked = _root.pos.data.enemy11unlocked;
			_root.enemy12unlocked = _root.pos.data.enemy12unlocked;
			_root.enemy13unlocked = _root.pos.data.enemy13unlocked;
			_root.enemy14unlocked = _root.pos.data.enemy14unlocked;
			_root.enemy15unlocked = _root.pos.data.enemy15unlocked;
			_root.enemy16unlocked = _root.pos.data.enemy16unlocked;
		}
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(4);
		_root.bossroom = true;
		_root.prizeroom = true;
		_root.shoproom = true;
		_root.enemyamount = 0;
		_root.portal.gotoAndStop(1);
		_root.portal._x = 750;
		_root.portal._y = 510;
		_root.currentlevel = 0;
		_root.hero._x = 250;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
	}
	movieClip 2779	{
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('chest');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	movieClip 2788	{
		frame 1 {
			stop();
			_root.herokeyright = 39;
			_root.herokeyleft = 37;
			_root.herokeyup = 38;
			_root.herokeydown = 40;
			_root.herokeymeleeattack = 65;
			_root.herokeymagicattack = 83;
			_root.herokeyinteract = 68;
		}
		frame 2 {
			stop();
			_root.herokeyright = 68;
			_root.herokeyleft = 65;
			_root.herokeyup = 87;
			_root.herokeydown = 83;
			_root.herokeymeleeattack = 74;
			_root.herokeymagicattack = 75;
			_root.herokeyinteract = 76;
		}
	}
	instance tutorialtextblock of movieClip 2788	{
		onClipEvent (enterFrame) {
			if (_root.controlsetup == 1) {
				this.gotoAndStop(1);
			} else {
				if (_root.controlsetup == 2) {
					this.gotoAndStop(2);
				}
			}
		}
		onClipEvent (enterFrame) {
			if (Key.isDown(67) and _root.changecontrolsallowed == true and _root.controlsetup == 1 and _root.pause == false) {
				_root.changecontrolsallowed = false;
				_root.controlsetup = 2;
				_root.ambientsound.soundfx.gotoAndStop(1);
				_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
			} else {
				if (Key.isDown(67) and _root.changecontrolsallowed == true and _root.controlsetup == 2 and _root.pause == false) {
					_root.changecontrolsallowed = false;
					_root.controlsetup = 1;
					_root.ambientsound.soundfx.gotoAndStop(1);
					_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 9));
				}
			}
		}
		onClipEvent (enterFrame) {
			if (Key.isDown(67) == false) {
				_root.changecontrolsallowed = true;
			}
		}
		onClipEvent (enterFrame) {
			if (_root.pause == false) {
				this._alpha = 100;
			} else {
				if (_root.pause == true) {
					this._alpha = 0;
				}
			}
		}
	}
	frame 11 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 28);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.roomzone5 = Math.ceil(Math.random() * 25);
		_root.roomzone6 = Math.ceil(Math.random() * 26);
		_root.roomzone7 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 4);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 4);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 6);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 6);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 8);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 8);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 10);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 10);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 12);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 12);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 12);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 12);
							}
						}
					}
				}
			}
		}
	}
	movieClip 2793	{
		frame 1 {
			stop();
			this.randomnumber = Math.ceil(Math.random() * 5);
			if (this.randomnumber == 2) {
				this.gotoAndStop(2);
			} else {
				if (this.randomnumber == 3) {
					this.gotoAndStop(3);
				} else {
					if (this.randomnumber == 4) {
						this.gotoAndStop(4);
					} else {
						if (this.randomnumber == 5) {
							this.gotoAndStop(5);
						}
					}
				}
			}
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
			this.gotoAndStop(1);
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone5 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone5 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone5 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone5 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone5 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone5 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone5 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone5 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone5 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone5 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone5 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone5 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone5 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone5 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone5 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone5 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone5 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone5 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone5 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone5 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone5 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone5 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone5 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone5 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone5 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone5 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone5 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone5 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone5 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone5 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone5 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone5 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone5 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone5 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone5 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone5 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone5 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone5 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone5 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone5 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone5 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone5 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone5 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone5 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone5 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone5 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone5 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone5 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone5 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone5 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone6 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone6 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone6 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone6 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone6 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone6 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone6 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone6 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone6 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone6 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone6 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone6 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone6 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone6 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone6 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone6 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone6 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone6 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone6 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone6 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone6 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone6 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone6 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone6 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone6 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone6 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone6 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone6 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone6 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone6 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone6 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone6 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone6 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone6 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone6 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone6 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone6 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone6 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone6 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone6 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone6 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone6 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone6 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone6 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone6 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone6 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone6 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone6 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone6 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone6 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone6 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone6 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone6 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone6 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone6 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone6 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone6 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone6 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone6 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone6 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone6 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone6 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone6 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone6 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone6 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone6 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone6 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone6 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone6 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone6 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone6 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone6 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone6 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone6 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone6 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone6 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone6 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone6 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone6 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone6 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone6 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone6 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone6 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone6 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone6 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone6 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone6 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone6 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone6 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone6 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone6 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone6 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone6 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone6 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone6 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone6 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone6 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone6 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone6 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone6 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone6 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone6 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone6 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone6 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone7 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone7 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone7 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone7 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone7 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone7 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone7 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone7 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone7 == 9) {
												this.gotoAndStop('spiketrap');
											} else {
												if (_root.roomzone7 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone7 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone7 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone7 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone7 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone7 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone7 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone7 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone7 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone7 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone7 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone7 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone7 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone7 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone7 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone7 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone7 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone7 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone7 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone7 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone7 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone7 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone7 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone7 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone7 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone7 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone7 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone7 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone7 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone7 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone7 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone7 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone7 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone7 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone7 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone7 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone7 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone7 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone7 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone7 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone7 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone7 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone7 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone7 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone7 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone7 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone7 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone7 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone7 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone7 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone7 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone7 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone7 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone7 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone7 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone7 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone7 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone7 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone7 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone7 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone7 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone7 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone7 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone7 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone7 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone7 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('spiketrapgrass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block116 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3 == 3) {
				this.gotoAndStop('windrightearth');
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block50 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block72 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('axe');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('axe');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block74 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone6 == 5) {
				this.gotoAndStop('vomit');
			} else {
				if (_root.roomzone1 == 1) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 2) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 3) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 4) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 5) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 6) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 7) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 8) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 9) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 10) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 11) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 12) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 13) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 14) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 15) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 16) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone1 == 17) {
																					this.gotoAndStop('web');
																				} else {
																					if (_root.roomzone1 == 18) {
																						this.gotoAndStop('ghost');
																					} else {
																						if (_root.roomzone1 == 19) {
																							this.gotoAndStop('combusto');
																						} else {
																							if (_root.roomzone1 == 20) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 21) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 22) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 23) {
																											this.gotoAndStop('goo');
																										} else {
																											if (_root.roomzone1 == 24) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 25) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 26) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 27) {
																															this.gotoAndStop('deviltears');
																														} else {
																															if (_root.roomzone1 == 28) {
																																this.gotoAndStop('deviltears');
																															}
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('spiketrapgrass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy6 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy5 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block73._x;
					this._y = _root.block73._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block75._x;
						this._y = _root.block75._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block74._x;
							this._y = _root.block74._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block77._x;
								this._y = _root.block77._y - 25;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block76._x;
									this._y = _root.block76._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block77._x;
										this._y = _root.block77._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block74._x;
											this._y = _root.block74._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block74._x;
												this._y = _root.block74._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block75._x;
													this._y = _root.block75._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block75._x;
														this._y = _root.block75._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block74._x;
															this._y = _root.block74._y - 10;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('floaterflyright');
																this.health = 30;
																this._x = _root.block76._x;
																this._y = _root.block76._y - 40;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block74._x;
																	this._y = _root.block74._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('crybabyflyleft');
																		this.health = 32;
																		this._x = _root.block74._x;
																		this._y = _root.block74._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block74._x + 50;
																			this._y = _root.block74._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block43._x;
					this._y = _root.block43._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block41._x;
						this._y = _root.block41._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block42._x;
							this._y = _root.block42._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block50._x;
								this._y = _root.block50._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block43._x;
									this._y = _root.block43._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block42._x;
										this._y = _root.block42._y - 30;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hauntingflyright');
											this.health = 34;
											this._x = _root.block43._x;
											this._y = _root.block43._y;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('tornadoflyright');
												this.health = 33;
												this._x = _root.block41._x;
												this._y = _root.block41._y - 30;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('floaterflyright');
													this.health = 30;
													this._x = _root.block43._x;
													this._y = _root.block43._y - 40;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('darksoulflyright');
														this.health = 36;
														this._x = _root.block42._x;
														this._y = _root.block42._y - 10;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('crybabyflyright');
															this.health = 32;
															this._x = _root.block42._x;
															this._y = _root.block42._y - 30;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('hellriderflyright');
																this.health = 29;
																this._x = _root.block42._x;
																this._y = _root.block42._y - 30;
															} else {
																if (_root.roomzone2enemytype > 0 and _root.roomzone3 == 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('spideridleright');
																	this.health = 12;
																	this._x = _root.block41._x;
																	this._y = _root.block41._y;
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block50._x;
					this._y = _root.block50._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block49._x;
						this._y = _root.block49._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block50._x;
							this._y = _root.block50._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block50._x;
								this._y = _root.block50._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('hellfireflyleft');
									this.health = 34;
									this._x = _root.block50._x;
									this._y = _root.block50._y - 30;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hauntingflyleft');
										this.health = 34;
										this._x = _root.block50._x;
										this._y = _root.block50._y;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('tornadoflyleft');
											this.health = 33;
											this._x = _root.block50._x;
											this._y = _root.block50._y - 30;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('floaterflyright');
												this.health = 30;
												this._x = _root.block48._x;
												this._y = _root.block48._y - 40;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('darksoulflyleft');
													this.health = 36;
													this._x = _root.block50._x;
													this._y = _root.block50._y - 10;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('crybabyflyleft');
														this.health = 32;
														this._x = _root.block50._x;
														this._y = _root.block50._y - 30;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('hellriderflyleft');
															this.health = 29;
															this._x = _root.block50._x;
															this._y = _root.block50._y - 30;
														} else {
															if (_root.roomzone3enemytype > 0 and _root.roomzone4 == 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('spideridleleft');
																this.health = 12;
																this._x = _root.block50._x;
																this._y = _root.block50._y;
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block17._x;
					this._y = _root.block17._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block20._x;
						this._y = _root.block20._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block17._x;
							this._y = _root.block17._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block17._x;
								this._y = _root.block17._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('hellfireflyleft');
									this.health = 34;
									this._x = _root.block17._x;
									this._y = _root.block17._y - 30;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('stomperwalkright');
										this.health = 40;
										this._x = _root.block17._x;
										this._y = _root.block17._y;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('hauntingflyright');
											this.health = 34;
											this._x = _root.block17._x;
											this._y = _root.block17._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('tornadoflyright');
												this.health = 33;
												this._x = _root.block15._x;
												this._y = _root.block15._y - 30;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('floaterflyright');
													this.health = 30;
													this._x = _root.block17._x;
													this._y = _root.block17._y - 40;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('darksoulflyleft');
														this.health = 36;
														this._x = _root.block17._x;
														this._y = _root.block17._y - 10;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('crybabyflyleft');
															this.health = 32;
															this._x = _root.block17._x;
															this._y = _root.block17._y - 30;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone7 != 17 and _root.roomzone6 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('hellriderflyleft');
																this.health = 29;
																this._x = _root.block17._x;
																this._y = _root.block17._y - 30;
															} else {
																if (_root.roomzone4enemytype > 0 and _root.roomzone7 == 17 and _root.roomzone6 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('spideridleleft');
																	this.health = 12;
																	this._x = _root.block19._x;
																	this._y = _root.block19._y;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone6 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block17._x;
																		this._y = _root.block17._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 12 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 200;
		_root.currentlevel += 1;
		_root.hero._x = 850;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 26);
		_root.roomzone3 = Math.ceil(Math.random() * 26);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.roomzone5 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 4);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 6);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 8);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 10);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 12);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 12);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('chest');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('swordstone');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('gold');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('chest');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone2 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone2 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block74 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 5) {
				this.gotoAndStop('vomit');
			} else {
				if (_root.roomzone1 == 1) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 2) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 3) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 4) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 5) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 6) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 7) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 8) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 9) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 10) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 11) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 12) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 13) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 14) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 15) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 16) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone1 == 17) {
																					this.gotoAndStop('web');
																				} else {
																					if (_root.roomzone1 == 18) {
																						this.gotoAndStop('ghost');
																					} else {
																						if (_root.roomzone1 == 19) {
																							this.gotoAndStop('combusto');
																						} else {
																							if (_root.roomzone1 == 20) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 21) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 22) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 23) {
																											this.gotoAndStop('goo');
																										} else {
																											if (_root.roomzone1 == 24) {
																												this.gotoAndStop('crusherhigh');
																											} else {
																												if (_root.roomzone1 == 25) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block25 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block27 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone5 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone5 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone5 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone5 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone5 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone5 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone5 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone5 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone5 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone5 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone5 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone5 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone5 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone5 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone5 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone5 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone5 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone5 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone5 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone5 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone5 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone5 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone5 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone5 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone5 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block56 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('spiketrapright');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('spiketrapright');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('spiketrapright');
					} else {
						if (_root.roomzone3 == 22) {
							this.gotoAndStop('spiketrapright');
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block60 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block77._x;
					this._y = _root.block77._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block74._x;
							this._y = _root.block74._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block74._x;
								this._y = _root.block74._y - 25;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block74._x;
									this._y = _root.block74._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block74._x;
										this._y = _root.block74._y - 30;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block74._x;
											this._y = _root.block74._y;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block77._x;
												this._y = _root.block77._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block77._x;
														this._y = _root.block77._y - 40;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block74._x;
															this._y = _root.block74._y - 10;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block74._x;
																this._y = _root.block74._y - 30;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block74._x;
																	this._y = _root.block74._y - 30;
																} else {
																	if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block41._x;
					this._y = _root.block41._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block41._x;
						this._y = _root.block41._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block43._x;
							this._y = _root.block43._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block41._x;
								this._y = _root.block41._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block43._x;
									this._y = _root.block43._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block43._x;
										this._y = _root.block43._y - 30;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hauntingflyright');
											this.health = 34;
											this._x = _root.block43._x;
											this._y = _root.block43._y - 40;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('tornadoflyright');
												this.health = 33;
												this._x = _root.block41._x;
												this._y = _root.block41._y - 30;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('floaterflyleft');
													this.health = 30;
													this._x = _root.block43._x;
													this._y = _root.block43._y - 40;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('darksoulflyleft');
														this.health = 36;
														this._x = _root.block43._x;
														this._y = _root.block43._y - 10;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('crybabyflyleft');
															this.health = 32;
															this._x = _root.block43._x;
															this._y = _root.block43._y - 30;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('hellriderflyleft');
																this.health = 29;
																this._x = _root.block43._x;
																this._y = _root.block43._y - 30;
															} else {
																if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('spideridleright');
																	this.health = 12;
																	this._x = _root.block41._x;
																	this._y = _root.block41._y;
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block12._x;
					this._y = _root.block12._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block25._x;
						this._y = _root.block25._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block25._x;
							this._y = _root.block25._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block25._x;
								this._y = _root.block25._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block13._x;
									this._y = _root.block13._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block25._x;
										this._y = _root.block25._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block14._x;
											this._y = _root.block14._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block12._x;
												this._y = _root.block12._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block25._x;
													this._y = _root.block25._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block25._x;
														this._y = _root.block25._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block25._x;
															this._y = _root.block25._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block25._x;
																this._y = _root.block25._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block25._x;
																	this._y = _root.block25._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block11._x;
																		this._y = _root.block11._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block60._x;
					this._y = _root.block60._y;
				} else {
					if (_root.roomzone4enemytype == 2) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block49._x;
						this._y = _root.block49._y;
					} else {
						if (_root.roomzone4enemytype == 3) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block49._x;
							this._y = _root.block49._y;
						} else {
							if (_root.roomzone4enemytype == 4) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone4enemytype == 5) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('hellfireflyleft');
									this.health = 34;
									this._x = _root.block49._x;
									this._y = _root.block49._y - 30;
								} else {
									if (_root.roomzone4enemytype == 6) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hauntingflyleft');
										this.health = 34;
										this._x = _root.block49._x;
										this._y = _root.block49._y;
									} else {
										if (_root.roomzone4enemytype == 7) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('tornadoflyleft');
											this.health = 33;
											this._x = _root.block49._x;
											this._y = _root.block49._y - 30;
										} else {
											if (_root.roomzone4enemytype == 8) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('floaterflyleft');
												this.health = 30;
												this._x = _root.block60._x;
												this._y = _root.block60._y;
											} else {
												if (_root.roomzone4enemytype == 9) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('darksoulflyleft');
													this.health = 36;
													this._x = _root.block49._x;
													this._y = _root.block49._y - 10;
												} else {
													if (_root.roomzone4enemytype == 10) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('crybabyflyleft');
														this.health = 32;
														this._x = _root.block49._x;
														this._y = _root.block49._y - 30;
													} else {
														if (_root.roomzone4enemytype == 11) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('hellriderflyleft');
															this.health = 29;
															this._x = _root.block49._x;
															this._y = _root.block49._y - 30;
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 13 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 200;
		_root.currentlevel += 1;
		_root.hero._x = 536;
		_root.hero._y = 146;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 28);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('gold');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('chest');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('deadbody');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('spiketrap');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiketrap');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('headpile');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('deadbody');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headspikes');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('fairyring');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('fairyring');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('fairyring');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('fairyring');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('deviltears');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('axe');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4 == 5) {
				this.gotoAndStop('vomit');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				} else {
					this.gotoAndStop('grass');
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('gold');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('deadbody');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('chest');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('headpile');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('deadbody');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headspikes');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block50 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block41._x;
					this._y = _root.block41._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block41._x;
						this._y = _root.block41._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block41._x;
							this._y = _root.block41._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block103._x;
								this._y = _root.block103._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block43._x;
									this._y = _root.block43._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block41._x;
										this._y = _root.block41._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block41._x;
											this._y = _root.block41._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkright');
												this.health = 40;
												this._x = _root.block41._x;
												this._y = _root.block41._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block41._x;
													this._y = _root.block41._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyright');
														this.health = 33;
														this._x = _root.block41._x;
														this._y = _root.block41._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block77._x;
															this._y = _root.block77._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block41._x;
																this._y = _root.block41._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyright');
																	this.health = 32;
																	this._x = _root.block41._x;
																	this._y = _root.block41._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyright');
																		this.health = 29;
																		this._x = _root.block41._x;
																		this._y = _root.block41._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block42._x;
																			this._y = _root.block42._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block49._x;
					this._y = _root.block49._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block49._x;
						this._y = _root.block49._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block49._x;
							this._y = _root.block49._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block49._x;
								this._y = _root.block49._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block49._x;
									this._y = _root.block49._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block49._x;
										this._y = _root.block49._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block49._x;
											this._y = _root.block49._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block49._x;
												this._y = _root.block49._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block49._x;
													this._y = _root.block49._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block49._x;
														this._y = _root.block49._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block49._x;
															this._y = _root.block49._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block49._x;
																this._y = _root.block49._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block49._x;
																	this._y = _root.block49._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block50._x;
																		this._y = _root.block50._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block14._x;
					this._y = _root.block14._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block14._x;
						this._y = _root.block14._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block14._x;
							this._y = _root.block14._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block14._x;
								this._y = _root.block14._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block14._x;
									this._y = _root.block14._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block14._x;
										this._y = _root.block14._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block14._x;
											this._y = _root.block14._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block14._x;
												this._y = _root.block14._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block14._x;
													this._y = _root.block14._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block14._x;
														this._y = _root.block14._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block14._x;
															this._y = _root.block14._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block14._x;
																this._y = _root.block14._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block14._x;
																	this._y = _root.block14._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block13._x;
																		this._y = _root.block13._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block16._x;
					this._y = _root.block16._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block16._x;
						this._y = _root.block16._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block16._x;
							this._y = _root.block16._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block16._x;
								this._y = _root.block16._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('shroomidleleft');
									this.health = 30;
									this._x = _root.block16._x;
									this._y = _root.block16._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block16._x;
										this._y = _root.block16._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block16._x;
											this._y = _root.block16._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block16._x;
												this._y = _root.block16._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block16._x;
													this._y = _root.block16._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block16._x;
														this._y = _root.block16._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block16._x;
															this._y = _root.block16._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block16._x;
																this._y = _root.block16._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block16._x;
																	this._y = _root.block16._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block19._x;
																		this._y = _root.block19._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 14 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 160;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 206;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 28);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.roomzone5 = Math.ceil(Math.random() * 6);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('gold');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('deadbody');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('gold');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('chest');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('chest');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('gold');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headpile');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headspikes');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block35 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block36 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('chest');
				}
			}
		}
	}
	instance block61 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block62 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block63 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block64 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block65 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone5 == 1) {
				this.gotoAndStop('combusto');
			} else {
				if (_root.roomzone5 == 2) {
					this._x = -666;
				} else {
					if (_root.roomzone5 == 3) {
						this.gotoAndStop('combusto');
					} else {
						if (_root.roomzone5 == 4) {
							this._x = -666;
						} else {
							if (_root.roomzone5 == 5) {
								this._x = -666;
							} else {
								if (_root.roomzone5 == 6) {
									this.gotoAndStop('combusto');
								}
							}
						}
					}
				}
			}
		}
	}
	instance block66 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone5 == 1) {
				this.gotoAndStop('combusto');
			} else {
				if (_root.roomzone5 == 2) {
					this._x = -666;
				} else {
					if (_root.roomzone5 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone5 == 4) {
							this.gotoAndStop('combusto');
						} else {
							if (_root.roomzone5 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone5 == 6) {
									this._x = -666;
								}
							}
						}
					}
				}
			}
		}
	}
	instance block67 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block68 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('headspikes');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headpile');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('deadbody');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('chest');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('deviltears');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('axe');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block69 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('gold');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('chest');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('chest');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block70 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('chest');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('chest');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block70._x;
					this._y = _root.block70._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block70._x;
						this._y = _root.block70._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block70._x;
							this._y = _root.block70._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block106._x;
								this._y = _root.block106._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block69._x;
									this._y = _root.block69._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block64._x;
										this._y = _root.block64._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block70._x;
											this._y = _root.block70._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block70._x;
												this._y = _root.block70._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block69._x;
													this._y = _root.block69._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block70._x;
														this._y = _root.block70._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block70._x;
															this._y = _root.block70._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block69._x;
																this._y = _root.block69._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block70._x;
																	this._y = _root.block70._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block70._x;
																		this._y = _root.block70._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block69._x;
																			this._y = _root.block69._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block11._x;
					this._y = _root.block11._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block14._x;
						this._y = _root.block14._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block14._x;
							this._y = _root.block14._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block62._x;
								this._y = _root.block62._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block11._x;
									this._y = _root.block11._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block14._x;
										this._y = _root.block14._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block11._x;
											this._y = _root.block11._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block14._x;
												this._y = _root.block14._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block14._x;
													this._y = _root.block14._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block14._x;
														this._y = _root.block14._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block14._x;
															this._y = _root.block14._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block14._x;
																this._y = _root.block14._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block11._x;
																	this._y = _root.block11._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block11._x;
																		this._y = _root.block11._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block17._x;
					this._y = _root.block17._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block17._x;
						this._y = _root.block17._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block17._x;
							this._y = _root.block17._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block17._x;
								this._y = _root.block17._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block17._x;
									this._y = _root.block17._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block17._x;
										this._y = _root.block17._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block17._x;
											this._y = _root.block17._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block17._x;
												this._y = _root.block17._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block17._x;
													this._y = _root.block17._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block17._x;
														this._y = _root.block17._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block17._x;
															this._y = _root.block17._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block17._x;
																this._y = _root.block17._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block17._x;
																	this._y = _root.block17._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block19._x;
																		this._y = _root.block19._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block35._x;
					this._y = _root.block35._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block35._x;
						this._y = _root.block35._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block35._x;
							this._y = _root.block35._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block35._x;
								this._y = _root.block35._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('shroomidleleft');
									this.health = 30;
									this._x = _root.block35._x;
									this._y = _root.block35._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block35._x;
										this._y = _root.block35._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block35._x;
											this._y = _root.block35._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block35._x;
												this._y = _root.block35._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block35._x;
													this._y = _root.block35._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block35._x;
														this._y = _root.block35._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block35._x;
															this._y = _root.block35._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block35._x;
																this._y = _root.block35._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block35._x;
																	this._y = _root.block35._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block35._x;
																		this._y = _root.block35._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 15 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 160;
		_root.currentlevel += 1;
		_root.hero._x = 690;
		_root.hero._y = 146;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 28);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('trampoline');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('gold');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('chest');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('deadbody');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone4 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone4 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone4 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block71 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('chest');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('gold');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('deadbody');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('swordstone');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('bloodfountain');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('spiritstones');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('chest');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('chest');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('gold');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('swordstone');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spiritstones');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('bloodfountain');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('deadbody');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('gold');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('chest');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('swordstone');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('spiritstones');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('bloodfountain');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('deadbody');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1 == 21) {
				this.gotoAndStop('stoneblock');
			}
			if (_root.roomzone1 == 24) {
				this.gotoAndStop('crusherlow');
			} else {
				if (_root.roomzone1 == 27) {
					this.gotoAndStop('deviltears');
				} else {
					if (_root.roomzone1 == 28) {
						this.gotoAndStop('crusherlow');
					} else {
						this.gotoAndStop('earthbock');
					}
				}
			}
		}
	}
	instance block53 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block42._x;
					this._y = _root.block42._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block42._x;
						this._y = _root.block42._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block42._x;
							this._y = _root.block42._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block42._x;
								this._y = _root.block42._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block47._x;
									this._y = _root.block47._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block42._x;
										this._y = _root.block42._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block47._x;
											this._y = _root.block47._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block47._x;
												this._y = _root.block47._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block47._x;
													this._y = _root.block47._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block47._x;
														this._y = _root.block47._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block47._x;
															this._y = _root.block47._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyleft');
																this.health = 36;
																this._x = _root.block42._x;
																this._y = _root.block42._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block47._x;
																	this._y = _root.block47._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block47._x;
																		this._y = _root.block47._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('demonbatflyleft');
																			this.health = 20;
																			this._x = _root.block47._x;
																			this._y = _root.block47._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block11._x;
					this._y = _root.block11._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block16._x;
						this._y = _root.block16._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block16._x;
							this._y = _root.block16._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block102._x;
								this._y = _root.block102._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block11._x;
									this._y = _root.block11._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block16._x;
										this._y = _root.block16._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block11._x;
											this._y = _root.block11._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block11._x;
												this._y = _root.block11._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block11._x;
													this._y = _root.block11._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block11._x;
														this._y = _root.block11._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block16._x;
															this._y = _root.block16._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block11._x;
																this._y = _root.block11._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block11._x;
																	this._y = _root.block11._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block12._x;
																		this._y = _root.block12._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block48._x;
					this._y = _root.block48._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block48._x;
						this._y = _root.block48._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block48._x;
							this._y = _root.block48._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block48._x;
								this._y = _root.block48._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block48._x;
									this._y = _root.block48._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block48._x;
										this._y = _root.block48._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block48._x;
											this._y = _root.block48._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block48._x;
												this._y = _root.block48._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block48._x;
													this._y = _root.block48._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block48._x;
														this._y = _root.block48._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block48._x;
															this._y = _root.block48._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block48._x;
																this._y = _root.block48._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block48._x;
																	this._y = _root.block48._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block48._x;
																		this._y = _root.block48._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block18._x;
					this._y = _root.block18._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block18._x;
						this._y = _root.block18._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block18._x;
							this._y = _root.block18._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block18._x;
								this._y = _root.block18._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('shroomidleright');
									this.health = 30;
									this._x = _root.block18._x;
									this._y = _root.block18._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block18._x;
										this._y = _root.block18._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block18._x;
											this._y = _root.block18._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block18._x;
												this._y = _root.block18._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block18._x;
													this._y = _root.block18._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block18._x;
														this._y = _root.block18._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block18._x;
															this._y = _root.block18._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block18._x;
																this._y = _root.block18._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block18._x;
																	this._y = _root.block18._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block18._x;
																		this._y = _root.block18._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 16 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 200;
		_root.currentlevel += 1;
		_root.hero._x = 846;
		_root.hero._y = 392;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 26);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 27);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block65 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block66 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 20) {
				this.gotoAndStop('deviltears');
			} else {
				if (_root.roomzone3 == 1) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 2) {
						this.gotoAndStop('trampoline');
					} else {
						if (_root.roomzone3 == 3) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 4) {
								this.gotoAndStop('thorny');
							} else {
								if (_root.roomzone3 == 5) {
									this.gotoAndStop('swamp');
								} else {
									if (_root.roomzone3 == 6) {
										this.gotoAndStop('riverright');
									} else {
										if (_root.roomzone3 == 7) {
											this.gotoAndStop('riverleft');
										} else {
											if (_root.roomzone3 == 8) {
												this.gotoAndStop('chest');
											} else {
												if (_root.roomzone3 == 9) {
													this.gotoAndStop('gold');
												} else {
													if (_root.roomzone3 == 10) {
														this.gotoAndStop('swordstone');
													} else {
														if (_root.roomzone3 == 11) {
															this.gotoAndStop('bloodfountain');
														} else {
															if (_root.roomzone3 == 12) {
																this.gotoAndStop('spiritstones');
															} else {
																if (_root.roomzone3 == 13) {
																	this.gotoAndStop('deadbody');
																} else {
																	if (_root.roomzone3 == 14) {
																		this.gotoAndStop('headspikes');
																	} else {
																		if (_root.roomzone3 == 15) {
																			this.gotoAndStop('headpile');
																		} else {
																			if (_root.roomzone3 == 16) {
																				this.gotoAndStop('arcade');
																			} else {
																				if (_root.roomzone3 == 17) {
																					this.gotoAndStop('web');
																				} else {
																					if (_root.roomzone3 == 18) {
																						this.gotoAndStop('ghost');
																					} else {
																						if (_root.roomzone3 == 19) {
																							this.gotoAndStop('combusto');
																						} else {
																							if (_root.roomzone3 == 20) {
																								this.gotoAndStop('lava');
																							} else {
																								if (_root.roomzone3 == 21) {
																									this.gotoAndStop('inferno');
																								} else {
																									if (_root.roomzone3 == 22) {
																										this.gotoAndStop('spiketrap');
																									} else {
																										if (_root.roomzone3 == 23) {
																											this.gotoAndStop('goo');
																										} else {
																											if (_root.roomzone3 == 24) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 25) {
																													this.gotoAndStop('teleport');
																												} else {
																													if (_root.roomzone3 == 26) {
																														this.gotoAndStop('axe');
																													} else {
																														if (_root.roomzone3 == 27) {
																															this.gotoAndStop('deviltears');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block21 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 17) {
				this.gotoAndStop('web');
			}
		}
	}
	instance block22 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 17) {
				this.gotoAndStop('web');
			} else {
				if (_root.roomzone1 == 1) {
					this.gotoAndStop('spiketrapright');
				} else {
					if (_root.roomzone2 == 2) {
						this.gotoAndStop('spiketrapright');
					}
				}
			}
		}
	}
	instance block31 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 17) {
				this.gotoAndStop('web');
			}
		}
	}
	instance block32 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 17) {
				this.gotoAndStop('web');
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('chest');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('gold');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('spiketrap');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('inferno');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('deadbody');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone1 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone1 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block39 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('chest');
				}
			}
		}
	}
	instance block40 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block67 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block79 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block80 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block18._x;
					this._y = _root.block18._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block18._x;
						this._y = _root.block18._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block18._x;
							this._y = _root.block18._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block65._x;
								this._y = _root.block65._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block13._x;
									this._y = _root.block13._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block18._x;
										this._y = _root.block18._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block18._x;
											this._y = _root.block18._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block18._x;
												this._y = _root.block18._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block13._x;
													this._y = _root.block13._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block18._x;
														this._y = _root.block18._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block18._x;
															this._y = _root.block18._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block13._x;
																this._y = _root.block13._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block18._x;
																	this._y = _root.block18._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block18._x;
																		this._y = _root.block18._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block13._x;
																			this._y = _root.block13._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block42._x;
					this._y = _root.block42._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block42._x;
						this._y = _root.block42._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block42._x;
							this._y = _root.block42._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block102._x;
								this._y = _root.block102._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block42._x;
									this._y = _root.block42._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block42._x;
										this._y = _root.block42._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block42._x;
											this._y = _root.block42._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block42._x;
												this._y = _root.block42._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block42._x;
													this._y = _root.block42._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block42._x;
														this._y = _root.block42._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block42._x;
															this._y = _root.block42._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block42._x;
																this._y = _root.block42._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block42._x;
																	this._y = _root.block42._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block42._x;
																		this._y = _root.block42._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block65._x;
					this._y = _root.block65._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block65._x;
						this._y = _root.block65._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block65._x;
							this._y = _root.block65._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block65._x;
								this._y = _root.block65._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block65._x;
									this._y = _root.block65._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block65._x;
										this._y = _root.block65._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block65._x;
											this._y = _root.block65._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block65._x;
												this._y = _root.block65._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block65._x;
													this._y = _root.block65._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block65._x;
														this._y = _root.block65._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block65._x;
															this._y = _root.block65._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block65._x;
																this._y = _root.block65._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block65._x;
																	this._y = _root.block65._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block65._x;
																		this._y = _root.block65._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block79._x;
					this._y = _root.block79._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block79._x;
						this._y = _root.block79._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block79._x;
							this._y = _root.block79._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block79._x;
								this._y = _root.block79._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block79._x;
									this._y = _root.block79._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block79._x;
										this._y = _root.block79._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block79._x;
											this._y = _root.block79._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block79._x;
												this._y = _root.block79._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block79._x;
													this._y = _root.block79._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block79._x;
														this._y = _root.block79._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block79._x;
															this._y = _root.block79._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block79._x;
																this._y = _root.block79._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block79._x;
																	this._y = _root.block79._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block79._x;
																		this._y = _root.block79._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 17 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 150;
		_root.currentlevel += 1;
		_root.hero._x = 150;
		_root.hero._y = 150;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 26);
		_root.roomzone2 = Math.ceil(Math.random() * 26);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block117 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 22) {
				this.gotoAndStop('spiketrapright');
			} else {
				this.gotoAndStop('earthblock');
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('gold');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('deadbody');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('chest');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('chest');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('crusherlow');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('crusherlow');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('crusherlow');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('crusherlow');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('crusherlow');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('crusherlow');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('crusherlow');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('chest');
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 21) {
				this.gotoAndStop('axe');
			} else {
				if (_root.roomzone1 == 22) {
					this.gotoAndStop('axe');
				} else {
					if (_root.roomzone1 == 24) {
						this.gotoAndStop('axe');
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('crusherlow');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('crusherlow');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('crusherlow');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('spiketrapgrass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('spiketrapgrass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('spiketrapgrass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('spiketrapgrass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block71 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block72 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block79 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('crusherhigh');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('crusherhigh');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('crusherhigh');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block80 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('chest');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('chest');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('chest');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('chest');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('chest');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block19._x;
					this._y = _root.block19._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block19._x;
						this._y = _root.block19._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block19._x;
							this._y = _root.block19._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block44._x;
								this._y = _root.block44._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block19._x;
									this._y = _root.block19._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block19._x;
										this._y = _root.block19._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block19._x;
											this._y = _root.block19._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block19._x;
												this._y = _root.block19._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block19._x;
													this._y = _root.block19._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block19._x;
														this._y = _root.block19._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block19._x;
															this._y = _root.block19._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyleft');
																this.health = 36;
																this._x = _root.block19._x;
																this._y = _root.block19._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block19._x;
																	this._y = _root.block19._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block19._x;
																		this._y = _root.block19._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleleft');
																			this.health = 12;
																			this._x = _root.block14._x;
																			this._y = _root.block14._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block44._x;
					this._y = _root.block44._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block44._x;
						this._y = _root.block44._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block44._x;
							this._y = _root.block44._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block107._x;
								this._y = _root.block107._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block42._x;
									this._y = _root.block42._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block42._x;
										this._y = _root.block42._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block42._x;
											this._y = _root.block42._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block42._x;
												this._y = _root.block42._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block42._x;
													this._y = _root.block42._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block42._x;
														this._y = _root.block42._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block42._x;
															this._y = _root.block42._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block42._x;
																this._y = _root.block42._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block42._x;
																	this._y = _root.block42._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block42._x;
																		this._y = _root.block42._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block48._x;
					this._y = _root.block48._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block48._x;
						this._y = _root.block48._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block48._x;
							this._y = _root.block48._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block48._x;
								this._y = _root.block48._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block48._x;
									this._y = _root.block48._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block48._x;
										this._y = _root.block48._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block48._x;
											this._y = _root.block48._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block48._x;
												this._y = _root.block48._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block48._x;
													this._y = _root.block48._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block48._x;
														this._y = _root.block48._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block48._x;
															this._y = _root.block48._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block48._x;
																this._y = _root.block48._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block48._x;
																	this._y = _root.block48._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block46._x;
																		this._y = _root.block46._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block78._x;
					this._y = _root.block78._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block78._x;
							this._y = _root.block78._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block78._x;
									this._y = _root.block78._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block78._x;
										this._y = _root.block78._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block78._x;
											this._y = _root.block78._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block78._x;
												this._y = _root.block78._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block78._x;
														this._y = _root.block78._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block78._x;
															this._y = _root.block78._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block78._x;
																this._y = _root.block78._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block78._x;
																	this._y = _root.block78._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block79._x;
																		this._y = _root.block79._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 18 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 810;
		_root.portal._y = 360;
		_root.currentlevel += 1;
		_root.hero._x = 845;
		_root.hero._y = 150;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 27);
		_root.roomzone4 = Math.ceil(Math.random() * 26);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('gold');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('deadbody');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('chest');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('chest');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block71 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('chest');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block72 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('deviltears');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('axe');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('axe');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('fairyring');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('spiketrapgrass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('windrightgrass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('spiketrapgrass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('spiketrapgrass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('spiketrapgrass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('spiketrapgrass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block79 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block80 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block11._x;
					this._y = _root.block11._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block11._x;
						this._y = _root.block11._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block11._x;
							this._y = _root.block11._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block102._x;
								this._y = _root.block102._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block11._x;
									this._y = _root.block11._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block11._x;
										this._y = _root.block11._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block11._x;
											this._y = _root.block11._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkright');
												this.health = 40;
												this._x = _root.block11._x;
												this._y = _root.block11._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block11._x;
													this._y = _root.block11._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyright');
														this.health = 33;
														this._x = _root.block11._x;
														this._y = _root.block11._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyright');
															this.health = 30;
															this._x = _root.block11._x;
															this._y = _root.block11._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block11._x;
																this._y = _root.block11._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyright');
																	this.health = 32;
																	this._x = _root.block11._x;
																	this._y = _root.block11._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyright');
																		this.health = 29;
																		this._x = _root.block11._x;
																		this._y = _root.block11._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block14._x;
																			this._y = _root.block14._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block17._x;
					this._y = _root.block17._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block17._x;
						this._y = _root.block17._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block17._x;
							this._y = _root.block17._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block78._x;
								this._y = _root.block78._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block17._x;
									this._y = _root.block17._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyright');
										this.health = 30;
										this._x = _root.block17._x;
										this._y = _root.block17._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block17._x;
											this._y = _root.block17._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block17._x;
												this._y = _root.block17._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block17._x;
													this._y = _root.block17._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block17._x;
														this._y = _root.block17._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block17._x;
															this._y = _root.block17._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block17._x;
																this._y = _root.block17._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block17._x;
																	this._y = _root.block17._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block20._x;
																		this._y = _root.block20._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block47._x;
					this._y = _root.block47._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block47._x;
						this._y = _root.block47._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block47._x;
							this._y = _root.block47._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block47._x;
								this._y = _root.block47._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block47._x;
									this._y = _root.block47._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block47._x;
										this._y = _root.block47._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block47._x;
											this._y = _root.block47._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block47._x;
												this._y = _root.block47._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block47._x;
													this._y = _root.block47._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block47._x;
														this._y = _root.block47._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block47._x;
															this._y = _root.block47._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block47._x;
																this._y = _root.block47._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block47._x;
																	this._y = _root.block47._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block45._x;
																		this._y = _root.block45._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block73._x;
					this._y = _root.block73._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block73._x;
						this._y = _root.block73._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block73._x;
							this._y = _root.block73._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block73._x;
								this._y = _root.block73._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block73._x;
									this._y = _root.block73._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block73._x;
										this._y = _root.block73._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block73._x;
											this._y = _root.block73._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block73._x;
												this._y = _root.block73._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block73._x;
													this._y = _root.block73._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block73._x;
														this._y = _root.block73._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block73._x;
															this._y = _root.block73._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block73._x;
																this._y = _root.block73._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block73._x;
																	this._y = _root.block73._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block71._x;
																		this._y = _root.block71._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 19 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 360;
		_root.currentlevel += 1;
		_root.hero._x = 845;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 26);
		_root.roomzone2 = Math.ceil(Math.random() * 26);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 26);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block71 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('gold');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('gold');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('chest');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block72 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('chest');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('gold');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('deviltears');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('axe');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('axe');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block74 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('spiketrapgrass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('spiketrapgrass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('spiketrapgrass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block50 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block44._x;
					this._y = _root.block44._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block44._x;
						this._y = _root.block44._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block44._x;
							this._y = _root.block44._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block74._x;
								this._y = _root.block74._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block44._x;
									this._y = _root.block44._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyright');
										this.health = 30;
										this._x = _root.block44._x;
										this._y = _root.block44._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block44._x;
											this._y = _root.block44._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block44._x;
												this._y = _root.block44._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block44._x;
													this._y = _root.block44._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block44._x;
														this._y = _root.block44._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block44._x;
															this._y = _root.block44._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block44._x;
																this._y = _root.block44._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block44._x;
																	this._y = _root.block44._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block49._x;
																		this._y = _root.block49._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block78._x;
					this._y = _root.block78._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block78._x;
							this._y = _root.block78._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block78._x;
									this._y = _root.block78._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block78._x;
										this._y = _root.block78._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block78._x;
											this._y = _root.block78._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block78._x;
												this._y = _root.block78._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block78._x;
														this._y = _root.block78._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block78._x;
															this._y = _root.block78._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block78._x;
																this._y = _root.block78._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block78._x;
																	this._y = _root.block78._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block74._x;
					this._y = _root.block74._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block74._x;
						this._y = _root.block74._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block74._x;
							this._y = _root.block74._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyright');
								this.health = 38;
								this._x = _root.block74._x;
								this._y = _root.block74._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyright');
									this.health = 30;
									this._x = _root.block74._x;
									this._y = _root.block74._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block74._x;
										this._y = _root.block74._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block74._x;
											this._y = _root.block74._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block74._x;
												this._y = _root.block74._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block74._x;
													this._y = _root.block74._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block74._x;
														this._y = _root.block74._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block74._x;
															this._y = _root.block74._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block74._x;
																this._y = _root.block74._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block74._x;
																	this._y = _root.block74._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block72._x;
																		this._y = _root.block72._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 20 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 26);
		_root.roomzone2 = Math.ceil(Math.random() * 26);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 26);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('trampoline');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('axe');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('windrightgrass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('windrightgrass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block20._x;
					this._y = _root.block20._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block20._x;
						this._y = _root.block20._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block20._x;
							this._y = _root.block20._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block107._x;
								this._y = _root.block107._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block20._x;
									this._y = _root.block20._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block20._x;
										this._y = _root.block20._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block20._x;
											this._y = _root.block20._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block20._x;
												this._y = _root.block20._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block20._x;
													this._y = _root.block20._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block20._x;
														this._y = _root.block20._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block20._x;
															this._y = _root.block20._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyleft');
																this.health = 36;
																this._x = _root.block20._x;
																this._y = _root.block20._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block20._x;
																	this._y = _root.block20._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block20._x;
																		this._y = _root.block20._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleleft');
																			this.health = 12;
																			this._x = _root.block16._x;
																			this._y = _root.block16._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block49._x;
					this._y = _root.block49._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block49._x;
						this._y = _root.block49._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block49._x;
							this._y = _root.block49._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block104._x;
								this._y = _root.block104._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block49._x;
									this._y = _root.block49._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyright');
										this.health = 30;
										this._x = _root.block49._x;
										this._y = _root.block49._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block49._x;
											this._y = _root.block49._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block49._x;
												this._y = _root.block49._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block49._x;
													this._y = _root.block49._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block49._x;
														this._y = _root.block49._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block49._x;
															this._y = _root.block49._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block49._x;
																this._y = _root.block49._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block49._x;
																	this._y = _root.block49._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block48._x;
																		this._y = _root.block48._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block43._x;
					this._y = _root.block43._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block43._x;
						this._y = _root.block43._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block43._x;
							this._y = _root.block43._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block43._x;
								this._y = _root.block43._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block43._x;
									this._y = _root.block43._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block43._x;
										this._y = _root.block43._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block43._x;
											this._y = _root.block43._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block43._x;
												this._y = _root.block43._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block43._x;
													this._y = _root.block43._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block43._x;
														this._y = _root.block43._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block43._x;
															this._y = _root.block43._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block43._x;
																this._y = _root.block43._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block43._x;
																	this._y = _root.block43._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block44._x;
																		this._y = _root.block44._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block76._x;
					this._y = _root.block76._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block76._x;
						this._y = _root.block76._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block76._x;
							this._y = _root.block76._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block76._x;
								this._y = _root.block76._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyright');
									this.health = 30;
									this._x = _root.block76._x;
									this._y = _root.block76._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block76._x;
										this._y = _root.block76._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block76._x;
											this._y = _root.block76._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block76._x;
												this._y = _root.block76._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block76._x;
													this._y = _root.block76._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block76._x;
														this._y = _root.block76._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block76._x;
															this._y = _root.block76._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block76._x;
																this._y = _root.block76._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block76._x;
																	this._y = _root.block76._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 21 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 160;
		_root.currentlevel += 1;
		_root.hero._x = 845;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 26);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 27);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('spiketrap');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('spiketrap');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone1 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('spiketrap');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('spiketrap');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('combusto');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('crusherlow');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('spiketrapgrass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('spiketrapgrass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block74 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('combusto');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('combusto');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('combusto');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('axe');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('deviltears');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('spiketrapgrass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('spiketrapgrass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block15._x;
					this._y = _root.block15._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block15._x;
						this._y = _root.block15._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block15._x;
							this._y = _root.block15._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block43._x;
								this._y = _root.block43._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block15._x;
									this._y = _root.block15._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleleft');
										this.health = 30;
										this._x = _root.block15._x;
										this._y = _root.block15._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block15._x;
											this._y = _root.block15._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block15._x;
												this._y = _root.block15._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block15._x;
													this._y = _root.block15._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block15._x;
														this._y = _root.block15._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block15._x;
															this._y = _root.block15._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyleft');
																this.health = 36;
																this._x = _root.block15._x;
																this._y = _root.block15._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block15._x;
																	this._y = _root.block15._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block15._x;
																		this._y = _root.block15._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleleft');
																			this.health = 12;
																			this._x = _root.block14._x;
																			this._y = _root.block14._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block48._x;
					this._y = _root.block48._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block48._x;
						this._y = _root.block48._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block48._x;
							this._y = _root.block48._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block78._x;
								this._y = _root.block78._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block48._x;
									this._y = _root.block48._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyleft');
										this.health = 30;
										this._x = _root.block48._x;
										this._y = _root.block48._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block48._x;
											this._y = _root.block48._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block48._x;
												this._y = _root.block48._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block48._x;
													this._y = _root.block48._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block48._x;
														this._y = _root.block48._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block48._x;
															this._y = _root.block48._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block48._x;
																this._y = _root.block48._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block48._x;
																	this._y = _root.block48._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block16._x;
																		this._y = _root.block16._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block43._x;
					this._y = _root.block43._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block43._x;
						this._y = _root.block43._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block43._x;
							this._y = _root.block43._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block43._x;
								this._y = _root.block43._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block43._x;
									this._y = _root.block43._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block43._x;
										this._y = _root.block43._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block43._x;
											this._y = _root.block43._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block43._x;
												this._y = _root.block43._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block43._x;
													this._y = _root.block43._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block43._x;
														this._y = _root.block43._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block43._x;
															this._y = _root.block43._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block43._x;
																this._y = _root.block43._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block43._x;
																	this._y = _root.block43._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block45._x;
																		this._y = _root.block45._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block78._x;
					this._y = _root.block78._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block78._x;
							this._y = _root.block78._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block78._x;
									this._y = _root.block78._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block78._x;
										this._y = _root.block78._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block78._x;
											this._y = _root.block78._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block78._x;
												this._y = _root.block78._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block78._x;
														this._y = _root.block78._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block78._x;
															this._y = _root.block78._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block78._x;
																this._y = _root.block78._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block78._x;
																	this._y = _root.block78._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 22 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 180;
		_root.portal._y = 360;
		_root.currentlevel += 1;
		_root.hero._x = 150;
		_root.hero._y = 150;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 28);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('spiketrap');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('spiketrap');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('crusherlow');
			} else {
				if (_root.roomzone3 == 20) {
					this.gotoAndStop('stoneblock');
				} else {
					if (_root.roomzone3 == 26) {
						this.gotoAndStop('crusherlow');
					} else {
						if (_root.roomzone3 == 17) {
							this.gotoAndStop('web');
						}
					}
				}
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone3 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this._x = -666;
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('deviltears');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('axe');
																													} else {
																														if (_root.roomzone3 == 28) {
																															this.gotoAndStop('fairyring');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone3 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block47 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('crusherlow');
			} else {
				if (_root.roomzone3 == 20) {
					this.gotoAndStop('crusherlow');
				} else {
					if (_root.roomzone3 == 27) {
						this.gotoAndStop('crusherlow');
					} else {
						if (_root.roomzone3 == 17) {
							this.gotoAndStop('web');
						}
					}
				}
			}
		}
	}
	instance block53 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 20) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone3 == 17) {
					this.gotoAndStop('web');
				}
			}
		}
	}
	instance block57 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 20) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone3 == 17) {
					this.gotoAndStop('web');
				}
			}
		}
	}
	instance block58 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block67 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block71 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block72 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('windrightgrass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('spiketrapgrass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('windrightgrass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('spiketrapgrass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('spiketrapgrass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone3 == 27) {
																														this.gotoAndStop('grass');
																													} else {
																														if (_root.roomzone3 == 28) {
																															this.gotoAndStop('grass');
																														}
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 20) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone2 == 17) {
					this.gotoAndStop('web');
				}
			}
		}
	}
	instance block30 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 20) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone2 == 17) {
					this.gotoAndStop('web');
				}
			}
		}
	}
	instance block40 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('spiketrap');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block11._x;
					this._y = _root.block11._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block11._x;
						this._y = _root.block11._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block11._x;
							this._y = _root.block11._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block46._x;
								this._y = _root.block46._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block11._x;
									this._y = _root.block11._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block11._x;
										this._y = _root.block11._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block11._x;
											this._y = _root.block11._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkright');
												this.health = 40;
												this._x = _root.block11._x;
												this._y = _root.block11._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block11._x;
													this._y = _root.block11._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyright');
														this.health = 33;
														this._x = _root.block11._x;
														this._y = _root.block11._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyright');
															this.health = 30;
															this._x = _root.block11._x;
															this._y = _root.block11._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block11._x;
																this._y = _root.block11._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyright');
																	this.health = 32;
																	this._x = _root.block11._x;
																	this._y = _root.block11._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block11._x;
																		this._y = _root.block11._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block14._x;
																			this._y = _root.block14._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block17._x;
					this._y = _root.block17._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block17._x;
						this._y = _root.block17._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block17._x;
							this._y = _root.block17._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block58._x;
								this._y = _root.block58._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block17._x;
									this._y = _root.block17._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyleft');
										this.health = 30;
										this._x = _root.block17._x;
										this._y = _root.block17._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block17._x;
											this._y = _root.block17._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block17._x;
												this._y = _root.block17._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block17._x;
													this._y = _root.block17._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block17._x;
														this._y = _root.block17._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block17._x;
															this._y = _root.block17._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block17._x;
																this._y = _root.block17._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block17._x;
																	this._y = _root.block17._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block18._x;
																		this._y = _root.block18._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block58._x;
					this._y = _root.block58._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block58._x;
						this._y = _root.block58._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block58._x;
							this._y = _root.block58._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block58._x;
								this._y = _root.block58._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block58._x;
									this._y = _root.block58._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block58._x;
										this._y = _root.block58._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block58._x;
											this._y = _root.block58._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block58._x;
												this._y = _root.block58._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block58._x;
													this._y = _root.block58._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block58._x;
														this._y = _root.block58._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block58._x;
															this._y = _root.block58._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block58._x;
																this._y = _root.block58._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block58._x;
																	this._y = _root.block58._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block44._x;
																		this._y = _root.block44._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block67._x;
					this._y = _root.block67._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block67._x;
						this._y = _root.block67._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block67._x;
							this._y = _root.block67._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block67._x;
								this._y = _root.block67._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone3 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block67._x;
									this._y = _root.block67._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block67._x;
										this._y = _root.block67._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block67._x;
											this._y = _root.block67._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block67._x;
												this._y = _root.block67._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block67._x;
													this._y = _root.block67._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block67._x;
														this._y = _root.block67._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block67._x;
															this._y = _root.block67._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block67._x;
																this._y = _root.block67._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block67._x;
																	this._y = _root.block67._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block46._x;
																		this._y = _root.block46._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 23 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 810;
		_root.portal._y = 160;
		_root.currentlevel += 1;
		_root.hero._x = 480;
		_root.hero._y = 335;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 26);
		_root.roomzone4 = Math.ceil(Math.random() * 27);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('trampoline');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('trampoline');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('trampoline');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 20) {
				this.gotoAndStop('stoneblock');
			}
		}
	}
	instance block44 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block45 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('axe');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block46 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherlow');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('fairyring');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('deviltears');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('grass');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone4 == 26) {
																													this.gotoAndStop('grass');
																												} else {
																													if (_root.roomzone4 == 27) {
																														this.gotoAndStop('grass');
																													}
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block16._x;
					this._y = _root.block16._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block16._x;
						this._y = _root.block16._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block16._x;
							this._y = _root.block16._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block49._x;
								this._y = _root.block49._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block16._x;
									this._y = _root.block16._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block16._x;
										this._y = _root.block16._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block16._x;
											this._y = _root.block16._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block16._x;
												this._y = _root.block16._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyleft');
													this.health = 34;
													this._x = _root.block16._x;
													this._y = _root.block16._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block16._x;
														this._y = _root.block16._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyleft');
															this.health = 30;
															this._x = _root.block16._x;
															this._y = _root.block16._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyleft');
																this.health = 36;
																this._x = _root.block16._x;
																this._y = _root.block16._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyleft');
																	this.health = 32;
																	this._x = _root.block16._x;
																	this._y = _root.block16._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyleft');
																		this.health = 29;
																		this._x = _root.block16._x;
																		this._y = _root.block16._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block11._x;
																			this._y = _root.block11._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block20._x;
					this._y = _root.block20._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block20._x;
						this._y = _root.block20._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block20._x;
							this._y = _root.block20._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block43._x;
								this._y = _root.block43._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block20._x;
									this._y = _root.block20._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyleft');
										this.health = 30;
										this._x = _root.block20._x;
										this._y = _root.block20._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyleft');
											this.health = 34;
											this._x = _root.block20._x;
											this._y = _root.block20._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block20._x;
												this._y = _root.block20._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block20._x;
													this._y = _root.block20._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block20._x;
														this._y = _root.block20._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block20._x;
															this._y = _root.block20._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block20._x;
																this._y = _root.block20._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block20._x;
																	this._y = _root.block20._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block18._x;
																		this._y = _root.block18._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block78._x;
					this._y = _root.block78._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkleft');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block78._x;
							this._y = _root.block78._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleleft');
								this.health = 30;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyleft');
									this.health = 38;
									this._x = _root.block78._x;
									this._y = _root.block78._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block78._x;
										this._y = _root.block78._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block78._x;
											this._y = _root.block78._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block78._x;
												this._y = _root.block78._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block78._x;
														this._y = _root.block78._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block78._x;
															this._y = _root.block78._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block78._x;
																this._y = _root.block78._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block78._x;
																	this._y = _root.block78._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone1 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block13._x;
																		this._y = _root.block13._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block73._x;
					this._y = _root.block73._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block73._x;
						this._y = _root.block73._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block73._x;
							this._y = _root.block73._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block73._x;
								this._y = _root.block73._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block73._x;
									this._y = _root.block73._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block73._x;
										this._y = _root.block73._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block73._x;
											this._y = _root.block73._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block73._x;
												this._y = _root.block73._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block73._x;
													this._y = _root.block73._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block73._x;
														this._y = _root.block73._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block73._x;
															this._y = _root.block73._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block73._x;
																this._y = _root.block73._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block73._x;
																	this._y = _root.block73._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 24 {
		stop();
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = false;
		_root.enemyamount = 4;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 520;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 850;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(18);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 26);
		_root.roomzone3 = Math.ceil(Math.random() * 26);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		if (_root.currentlevel < 11) {
			_root.roomzone1enemytype = Math.ceil(Math.random() * 6);
			_root.roomzone2enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone3enemytype = Math.ceil(Math.random() * 5);
			_root.roomzone4enemytype = Math.ceil(Math.random() * 5);
		} else {
			if (_root.currentlevel < 21) {
				_root.roomzone1enemytype = Math.ceil(Math.random() * 8);
				_root.roomzone2enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone3enemytype = Math.ceil(Math.random() * 7);
				_root.roomzone4enemytype = Math.ceil(Math.random() * 7);
			} else {
				if (_root.currentlevel < 31) {
					_root.roomzone1enemytype = Math.ceil(Math.random() * 10);
					_root.roomzone2enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone3enemytype = Math.ceil(Math.random() * 9);
					_root.roomzone4enemytype = Math.ceil(Math.random() * 9);
				} else {
					if (_root.currentlevel < 41) {
						_root.roomzone1enemytype = Math.ceil(Math.random() * 12);
						_root.roomzone2enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone3enemytype = Math.ceil(Math.random() * 11);
						_root.roomzone4enemytype = Math.ceil(Math.random() * 11);
					} else {
						if (_root.currentlevel < 51) {
							_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
							_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
							_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
						} else {
							if (_root.currentlevel < 666) {
								_root.roomzone1enemytype = Math.ceil(Math.random() * 14);
								_root.roomzone2enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone3enemytype = Math.ceil(Math.random() * 13);
								_root.roomzone4enemytype = Math.ceil(Math.random() * 13);
							}
						}
					}
				}
			}
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('grass');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block73 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 8) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone2 == 10) {
					this.gotoAndStop('stoneblock');
				} else {
					if (_root.roomzone2 == 17) {
						this.gotoAndStop('web');
					} else {
						if (_root.roomzone2 == 20) {
							this.gotoAndStop('stoneblock');
						} else {
							if (_root.roomzone2 == 21) {
								this.gotoAndStop('stoneblock');
							} else {
								if (_root.roomzone2 == 23) {
									this.gotoAndStop('stoneblock');
								} else {
									if (_root.roomzone2 == 24) {
										this.gotoAndStop('stoneblock');
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block74 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('axe');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('spiketrap');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('spiketrap');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('spiketrap');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('spiketrap');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('axe');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('axe');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('stoneblock');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('stoneblock');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('stoneblock');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('stoneblock');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block75 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('axe');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('chest');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('fairyring');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block24 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('windrightgrass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('inferno');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('spiketrap');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('inferno');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('inferno');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('inferno');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('inferno');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block76 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('spiketrap');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('spiketrap');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('stoneblock');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('stoneblock');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('stoneblock');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('stoneblock');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block77 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('deviltears');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('spiketrap');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('crusherhigh');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('deviltears');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('deviltears');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('crusherhigh');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('crusherhigh');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											} else {
																												if (_root.roomzone3 == 26) {
																													this.gotoAndStop('deviltears');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 8) {
				this.gotoAndStop('stoneblock');
			} else {
				if (_root.roomzone2 == 10) {
					this.gotoAndStop('stoneblock');
				} else {
					if (_root.roomzone2 == 17) {
						this.gotoAndStop('web');
					} else {
						if (_root.roomzone2 == 20) {
							this.gotoAndStop('stoneblock');
						} else {
							if (_root.roomzone2 == 21) {
								this.gotoAndStop('stoneblock');
							} else {
								if (_root.roomzone2 == 23) {
									this.gotoAndStop('stoneblock');
								} else {
									if (_root.roomzone2 == 24) {
										this.gotoAndStop('stoneblock');
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block28 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('inferno');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('spiketrap');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('inferno');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('inferno');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('inferno');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('inferno');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											} else {
																												if (_root.roomzone2 == 26) {
																													this.gotoAndStop('grass');
																												}
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block78 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (load) {
			this.gotoAndStop('grass');
		}
	}
	instance block79 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('spiketrap');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('spiketrap');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('spidereggs');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block80 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone4 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone4 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone4 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone4 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone4 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone4 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone4 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone4 == 8) {
											this.gotoAndStop('chest');
										} else {
											if (_root.roomzone4 == 9) {
												this.gotoAndStop('gold');
											} else {
												if (_root.roomzone4 == 10) {
													this.gotoAndStop('swordstone');
												} else {
													if (_root.roomzone4 == 11) {
														this.gotoAndStop('bloodfountain');
													} else {
														if (_root.roomzone4 == 12) {
															this.gotoAndStop('spiritstones');
														} else {
															if (_root.roomzone4 == 13) {
																this.gotoAndStop('deadbody');
															} else {
																if (_root.roomzone4 == 14) {
																	this.gotoAndStop('headspikes');
																} else {
																	if (_root.roomzone4 == 15) {
																		this.gotoAndStop('headpile');
																	} else {
																		if (_root.roomzone4 == 16) {
																			this.gotoAndStop('arcade');
																		} else {
																			if (_root.roomzone4 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone4 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone4 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone4 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone4 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone4 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone4 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone4 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone4 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance enemy1 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone1enemytype == 0) {
			} else {
				if (_root.roomzone1enemytype == 1 and _root.roomzone1 != 17) {
					_root.roomzone1enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block41._x;
					this._y = _root.block41._y;
				} else {
					if (_root.roomzone1enemytype == 2 and _root.roomzone1 != 17) {
						_root.roomzone1enemytype = 0;
						this.gotoAndStop('biteridleright');
						this.health = 24;
						this._x = _root.block41._x;
						this._y = _root.block41._y;
					} else {
						if (_root.roomzone1enemytype == 3 and _root.roomzone1 != 17) {
							_root.roomzone1enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block41._x;
							this._y = _root.block41._y;
						} else {
							if (_root.roomzone1enemytype == 4 and _root.roomzone1 != 17) {
								_root.roomzone1enemytype = 0;
								this.gotoAndStop('hiveidle');
								this.health = 30;
								this._x = _root.block41._x;
								this._y = _root.block41._y + 155;
							} else {
								if (_root.roomzone1enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone1enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block41._x;
									this._y = _root.block41._y;
								} else {
									if (_root.roomzone1enemytype == 6 and _root.roomzone1 != 17) {
										_root.roomzone1enemytype = 0;
										this.gotoAndStop('shroomidleright');
										this.health = 30;
										this._x = _root.block41._x;
										this._y = _root.block41._y;
									} else {
										if (_root.roomzone1enemytype == 7 and _root.roomzone1 != 17) {
											_root.roomzone1enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block41._x;
											this._y = _root.block41._y - 30;
										} else {
											if (_root.roomzone1enemytype == 8 and _root.roomzone1 != 17) {
												_root.roomzone1enemytype = 0;
												this.gotoAndStop('stomperwalkleft');
												this.health = 40;
												this._x = _root.block41._x;
												this._y = _root.block41._y;
											} else {
												if (_root.roomzone1enemytype == 9 and _root.roomzone1 != 17) {
													_root.roomzone1enemytype = 0;
													this.gotoAndStop('hauntingflyright');
													this.health = 34;
													this._x = _root.block41._x;
													this._y = _root.block41._y;
												} else {
													if (_root.roomzone1enemytype == 10 and _root.roomzone1 != 17) {
														_root.roomzone1enemytype = 0;
														this.gotoAndStop('tornadoflyleft');
														this.health = 33;
														this._x = _root.block41._x;
														this._y = _root.block41._y - 30;
													} else {
														if (_root.roomzone1enemytype == 11 and _root.roomzone1 != 17) {
															_root.roomzone1enemytype = 0;
															this.gotoAndStop('floaterflyright');
															this.health = 30;
															this._x = _root.block41._x;
															this._y = _root.block41._y - 40;
														} else {
															if (_root.roomzone1enemytype == 12 and _root.roomzone1 != 17) {
																_root.roomzone1enemytype = 0;
																this.gotoAndStop('darksoulflyright');
																this.health = 36;
																this._x = _root.block41._x;
																this._y = _root.block41._y - 10;
															} else {
																if (_root.roomzone1enemytype == 13 and _root.roomzone1 != 17) {
																	_root.roomzone1enemytype = 0;
																	this.gotoAndStop('crybabyflyright');
																	this.health = 32;
																	this._x = _root.block41._x;
																	this._y = _root.block41._y - 30;
																} else {
																	if (_root.roomzone1enemytype == 14 and _root.roomzone1 != 17) {
																		_root.roomzone1enemytype = 0;
																		this.gotoAndStop('hellriderflyright');
																		this.health = 29;
																		this._x = _root.block41._x;
																		this._y = _root.block41._y - 30;
																	} else {
																		if (_root.roomzone1enemytype > 0 and _root.roomzone1 == 17) {
																			_root.roomzone1enemytype = 0;
																			this.gotoAndStop('spideridleright');
																			this.health = 12;
																			this._x = _root.block41._x;
																			this._y = _root.block41._y;
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone2enemytype == 0) {
			} else {
				if (_root.roomzone2enemytype == 1 and _root.roomzone2 != 17) {
					_root.roomzone2enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block15._x;
					this._y = _root.block15._y;
				} else {
					if (_root.roomzone2enemytype == 2 and _root.roomzone2 != 17) {
						_root.roomzone2enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block15._x;
						this._y = _root.block15._y;
					} else {
						if (_root.roomzone2enemytype == 3 and _root.roomzone2 != 17) {
							_root.roomzone2enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block15._x;
							this._y = _root.block15._y;
						} else {
							if (_root.roomzone2enemytype == 4 and _root.roomzone2 != 17) {
								_root.roomzone2enemytype = 0;
								this.gotoAndStop('hiveidle2');
								this.health = 30;
								this._x = _root.block78._x;
								this._y = _root.block78._y + 155;
							} else {
								if (_root.roomzone2enemytype == 5 and _root.roomzone2 != 17) {
									_root.roomzone2enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block15._x;
									this._y = _root.block15._y;
								} else {
									if (_root.roomzone2enemytype == 6 and _root.roomzone2 != 17) {
										_root.roomzone2enemytype = 0;
										this.gotoAndStop('demonbatflyright');
										this.health = 30;
										this._x = _root.block15._x;
										this._y = _root.block15._y;
									} else {
										if (_root.roomzone2enemytype == 7 and _root.roomzone2 != 17) {
											_root.roomzone2enemytype = 0;
											this.gotoAndStop('hellfireflyright');
											this.health = 34;
											this._x = _root.block15._x;
											this._y = _root.block15._y - 30;
										} else {
											if (_root.roomzone2enemytype == 8 and _root.roomzone2 != 17) {
												_root.roomzone2enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block15._x;
												this._y = _root.block15._y - 40;
											} else {
												if (_root.roomzone2enemytype == 9 and _root.roomzone2 != 17) {
													_root.roomzone2enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block15._x;
													this._y = _root.block15._y - 30;
												} else {
													if (_root.roomzone2enemytype == 10 and _root.roomzone2 != 17) {
														_root.roomzone2enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block15._x;
														this._y = _root.block15._y - 40;
													} else {
														if (_root.roomzone2enemytype == 11 and _root.roomzone2 != 17) {
															_root.roomzone2enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block15._x;
															this._y = _root.block15._y - 10;
														} else {
															if (_root.roomzone2enemytype == 12 and _root.roomzone2 != 17) {
																_root.roomzone2enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block15._x;
																this._y = _root.block15._y - 30;
															} else {
																if (_root.roomzone2enemytype == 13 and _root.roomzone2 != 17) {
																	_root.roomzone2enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block15._x;
																	this._y = _root.block15._y - 30;
																} else {
																	if (_root.roomzone2enemytype > 0 and _root.roomzone2 == 17) {
																		_root.roomzone2enemytype = 0;
																		this.gotoAndStop('spideridleright');
																		this.health = 12;
																		this._x = _root.block15._x;
																		this._y = _root.block15._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone3enemytype == 0) {
			} else {
				if (_root.roomzone3enemytype == 1 and _root.roomzone3 != 17) {
					_root.roomzone3enemytype = 0;
					this.gotoAndStop('demonbatflyright');
					this.health = 20;
					this._x = _root.block73._x;
					this._y = _root.block73._y;
				} else {
					if (_root.roomzone3enemytype == 2 and _root.roomzone3 != 17) {
						_root.roomzone3enemytype = 0;
						this.gotoAndStop('biterwalkright');
						this.health = 24;
						this._x = _root.block73._x;
						this._y = _root.block73._y;
					} else {
						if (_root.roomzone3enemytype == 3 and _root.roomzone3 != 17) {
							_root.roomzone3enemytype = 0;
							this.gotoAndStop('muncheridleright');
							this.health = 26;
							this._x = _root.block73._x;
							this._y = _root.block73._y;
						} else {
							if (_root.roomzone3enemytype == 4 and _root.roomzone3 != 17) {
								_root.roomzone3enemytype = 0;
								this.gotoAndStop('shroomidleright');
								this.health = 30;
								this._x = _root.block73._x;
								this._y = _root.block73._y;
							} else {
								if (_root.roomzone3enemytype == 5 and _root.roomzone1 != 17) {
									_root.roomzone3enemytype = 0;
									this.gotoAndStop('screamdemonflyright');
									this.health = 38;
									this._x = _root.block73._x;
									this._y = _root.block73._y;
								} else {
									if (_root.roomzone3enemytype == 6 and _root.roomzone3 != 17) {
										_root.roomzone3enemytype = 0;
										this.gotoAndStop('hellfireflyright');
										this.health = 34;
										this._x = _root.block73._x;
										this._y = _root.block73._y - 30;
									} else {
										if (_root.roomzone3enemytype == 7 and _root.roomzone3 != 17) {
											_root.roomzone3enemytype = 0;
											this.gotoAndStop('stomperwalkright');
											this.health = 40;
											this._x = _root.block73._x;
											this._y = _root.block73._y;
										} else {
											if (_root.roomzone3enemytype == 8 and _root.roomzone3 != 17) {
												_root.roomzone3enemytype = 0;
												this.gotoAndStop('hauntingflyright');
												this.health = 34;
												this._x = _root.block73._x;
												this._y = _root.block73._y;
											} else {
												if (_root.roomzone3enemytype == 9 and _root.roomzone3 != 17) {
													_root.roomzone3enemytype = 0;
													this.gotoAndStop('tornadoflyright');
													this.health = 33;
													this._x = _root.block73._x;
													this._y = _root.block73._y - 30;
												} else {
													if (_root.roomzone3enemytype == 10 and _root.roomzone3 != 17) {
														_root.roomzone3enemytype = 0;
														this.gotoAndStop('floaterflyright');
														this.health = 30;
														this._x = _root.block73._x;
														this._y = _root.block73._y - 40;
													} else {
														if (_root.roomzone3enemytype == 11 and _root.roomzone3 != 17) {
															_root.roomzone3enemytype = 0;
															this.gotoAndStop('darksoulflyright');
															this.health = 36;
															this._x = _root.block73._x;
															this._y = _root.block73._y - 10;
														} else {
															if (_root.roomzone3enemytype == 12 and _root.roomzone3 != 17) {
																_root.roomzone3enemytype = 0;
																this.gotoAndStop('crybabyflyright');
																this.health = 32;
																this._x = _root.block73._x;
																this._y = _root.block73._y - 30;
															} else {
																if (_root.roomzone3enemytype == 13 and _root.roomzone3 != 17) {
																	_root.roomzone3enemytype = 0;
																	this.gotoAndStop('hellriderflyright');
																	this.health = 29;
																	this._x = _root.block73._x;
																	this._y = _root.block73._y - 30;
																} else {
																	if (_root.roomzone3enemytype > 0 and _root.roomzone3 == 17) {
																		_root.roomzone3enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block76._x;
																		this._y = _root.block76._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (_root.roomzone4enemytype == 0) {
			} else {
				if (_root.roomzone4enemytype == 1 and _root.roomzone4 != 17) {
					_root.roomzone4enemytype = 0;
					this.gotoAndStop('demonbatflyleft');
					this.health = 20;
					this._x = _root.block78._x;
					this._y = _root.block78._y;
				} else {
					if (_root.roomzone4enemytype == 2 and _root.roomzone4 != 17) {
						_root.roomzone4enemytype = 0;
						this.gotoAndStop('biteridleleft');
						this.health = 24;
						this._x = _root.block78._x;
						this._y = _root.block78._y;
					} else {
						if (_root.roomzone4enemytype == 3 and _root.roomzone4 != 17) {
							_root.roomzone4enemytype = 0;
							this.gotoAndStop('muncheridleleft');
							this.health = 26;
							this._x = _root.block78._x;
							this._y = _root.block78._y;
						} else {
							if (_root.roomzone4enemytype == 4 and _root.roomzone4 != 17) {
								_root.roomzone4enemytype = 0;
								this.gotoAndStop('screamdemonflyleft');
								this.health = 38;
								this._x = _root.block78._x;
								this._y = _root.block78._y;
							} else {
								if (_root.roomzone4enemytype == 5 and _root.roomzone4 != 17) {
									_root.roomzone4enemytype = 0;
									this.gotoAndStop('demonbatflyleft');
									this.health = 30;
									this._x = _root.block78._x;
									this._y = _root.block78._y;
								} else {
									if (_root.roomzone4enemytype == 6 and _root.roomzone4 != 17) {
										_root.roomzone4enemytype = 0;
										this.gotoAndStop('hellfireflyleft');
										this.health = 34;
										this._x = _root.block78._x;
										this._y = _root.block78._y - 30;
									} else {
										if (_root.roomzone4enemytype == 7 and _root.roomzone4 != 17) {
											_root.roomzone4enemytype = 0;
											this.gotoAndStop('stomperwalkleft');
											this.health = 40;
											this._x = _root.block78._x;
											this._y = _root.block78._y;
										} else {
											if (_root.roomzone4enemytype == 8 and _root.roomzone4 != 17) {
												_root.roomzone4enemytype = 0;
												this.gotoAndStop('hauntingflyleft');
												this.health = 34;
												this._x = _root.block78._x;
												this._y = _root.block78._y;
											} else {
												if (_root.roomzone4enemytype == 9 and _root.roomzone4 != 17) {
													_root.roomzone4enemytype = 0;
													this.gotoAndStop('tornadoflyleft');
													this.health = 33;
													this._x = _root.block78._x;
													this._y = _root.block78._y - 30;
												} else {
													if (_root.roomzone4enemytype == 10 and _root.roomzone4 != 17) {
														_root.roomzone4enemytype = 0;
														this.gotoAndStop('floaterflyleft');
														this.health = 30;
														this._x = _root.block78._x;
														this._y = _root.block78._y;
													} else {
														if (_root.roomzone4enemytype == 11 and _root.roomzone4 != 17) {
															_root.roomzone4enemytype = 0;
															this.gotoAndStop('darksoulflyleft');
															this.health = 36;
															this._x = _root.block78._x;
															this._y = _root.block78._y - 10;
														} else {
															if (_root.roomzone4enemytype == 12 and _root.roomzone4 != 17) {
																_root.roomzone4enemytype = 0;
																this.gotoAndStop('crybabyflyleft');
																this.health = 32;
																this._x = _root.block78._x;
																this._y = _root.block78._y - 30;
															} else {
																if (_root.roomzone4enemytype == 13 and _root.roomzone4 != 17) {
																	_root.roomzone4enemytype = 0;
																	this.gotoAndStop('hellriderflyleft');
																	this.health = 29;
																	this._x = _root.block78._x;
																	this._y = _root.block78._y - 30;
																} else {
																	if (_root.roomzone4enemytype > 0 and _root.roomzone4 == 17) {
																		_root.roomzone4enemytype = 0;
																		this.gotoAndStop('spideridleleft');
																		this.health = 12;
																		this._x = _root.block80._x;
																		this._y = _root.block80._y;
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	frame 50 {
		stop();
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(5);
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 1;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 750;
		_root.portal._y = 510;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.enemy1.health = 200;
		_root.enemy1.maxhealth = 200;
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('lava');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone1 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone1 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone1 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone1 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone1 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone1 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone1 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone1 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone1 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone1 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone1 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone1 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone1 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone1 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone1 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone1 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone1 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone1 == 18) {
																					this.gotoAndStop('grass');
																				} else {
																					if (_root.roomzone1 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone1 == 20) {
																							this.gotoAndStop('stoneblock');
																						} else {
																							if (_root.roomzone1 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone1 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone1 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone1 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone1 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block48 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('grass');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block49 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone3 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone3 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone3 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone3 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone3 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone3 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone3 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone3 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone3 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone3 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone3 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone3 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone3 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone3 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone3 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone3 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone3 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone3 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone3 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone3 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone3 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone3 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone3 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone3 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone3 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block50 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block41 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block42 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('trampoline');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('thorny');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('swamp');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('riverright');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('riverleft');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('combusto');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('inferno');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrap');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('teleport');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	instance block43 of movieClip 805	{
		onClipEvent (load) {
			if (_root.roomzone2 == 1) {
				this.gotoAndStop('grass');
			} else {
				if (_root.roomzone2 == 2) {
					this.gotoAndStop('grass');
				} else {
					if (_root.roomzone2 == 3) {
						this.gotoAndStop('grass');
					} else {
						if (_root.roomzone2 == 4) {
							this.gotoAndStop('grass');
						} else {
							if (_root.roomzone2 == 5) {
								this.gotoAndStop('grass');
							} else {
								if (_root.roomzone2 == 6) {
									this.gotoAndStop('grass');
								} else {
									if (_root.roomzone2 == 7) {
										this.gotoAndStop('grass');
									} else {
										if (_root.roomzone2 == 8) {
											this.gotoAndStop('grass');
										} else {
											if (_root.roomzone2 == 9) {
												this.gotoAndStop('grass');
											} else {
												if (_root.roomzone2 == 10) {
													this.gotoAndStop('grass');
												} else {
													if (_root.roomzone2 == 11) {
														this.gotoAndStop('grass');
													} else {
														if (_root.roomzone2 == 12) {
															this.gotoAndStop('grass');
														} else {
															if (_root.roomzone2 == 13) {
																this.gotoAndStop('grass');
															} else {
																if (_root.roomzone2 == 14) {
																	this.gotoAndStop('grass');
																} else {
																	if (_root.roomzone2 == 15) {
																		this.gotoAndStop('grass');
																	} else {
																		if (_root.roomzone2 == 16) {
																			this.gotoAndStop('grass');
																		} else {
																			if (_root.roomzone2 == 17) {
																				this.gotoAndStop('web');
																			} else {
																				if (_root.roomzone2 == 18) {
																					this.gotoAndStop('ghost');
																				} else {
																					if (_root.roomzone2 == 19) {
																						this.gotoAndStop('grass');
																					} else {
																						if (_root.roomzone2 == 20) {
																							this.gotoAndStop('grass');
																						} else {
																							if (_root.roomzone2 == 21) {
																								this.gotoAndStop('grass');
																							} else {
																								if (_root.roomzone2 == 22) {
																									this.gotoAndStop('spiketrapgrass');
																								} else {
																									if (_root.roomzone2 == 23) {
																										this.gotoAndStop('goo');
																									} else {
																										if (_root.roomzone2 == 24) {
																											this.gotoAndStop('grass');
																										} else {
																											if (_root.roomzone2 == 25) {
																												this.gotoAndStop('grass');
																											}
																										}
																									}
																								}
																							}
																						}
																					}
																				}
																			}
																		}
																	}
																}
															}
														}
													}
												}
											}
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
	movieClip 2795	{
	}
	movieClip 2796	{
		frame 66 {
			stop();
			if (_root.enemy2.enemytype == 0 and _root.pause == false) {
				this.play();
			} else {
				this.gotoAndPlay(84);
			}
		}
		frame 83 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy2.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy2.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy2._x = _parent._x;
			_root.enemy2._y = _parent._y;
			_root.enemy2.health = 20;
			_root.enemyamount += 1;
			_root.enemy2.enemytype = 4;
			play();
		}
		frame 149 {
			stop();
			if (_root.enemy3.enemytype == 0 and _root.pause == false) {
				this.play();
			} else {
				this.gotoAndPlay(167);
			}
		}
		frame 166 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy3.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy3.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy3._x = _parent._x;
			_root.enemy3._y = _parent._y;
			_root.enemy3.health = 20;
			_root.enemyamount += 1;
			_root.enemy3.enemytype = 4;
			play();
		}
		frame 232 {
			stop();
			if (_root.enemy4.enemytype == 0 and _root.pause == false) {
				this.play();
			} else {
				this.gotoAndPlay(250);
			}
		}
		frame 249 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy4.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy4.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy4._x = _parent._x;
			_root.enemy4._y = _parent._y;
			_root.enemy4.health = 20;
			_root.enemyamount += 1;
			_root.enemy4.enemytype = 4;
			play();
		}
		frame 315 {
			stop();
			if (_root.enemy5.enemytype == 0 and _root.pause == false) {
				this.play();
			} else {
				this.gotoAndPlay(333);
			}
		}
		frame 332 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy5.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy5.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy5._x = _parent._x;
			_root.enemy5._y = _parent._y;
			_root.enemy5.health = 20;
			_root.enemyamount += 1;
			_root.enemy5.enemytype = 4;
			play();
		}
		frame 398 {
			stop();
			if (_root.enemy6.enemytype == 0 and _root.pause == false) {
				this.play();
			} else {
				this.gotoAndPlay(416);
			}
		}
		frame 415 {
			stop();
			if (_parent._x > _root.hero._x) {
				_root.enemy6.gotoAndStop('swarmflyleft');
			} else {
				if (_parent._x <= _root.hero._x) {
					_root.enemy6.gotoAndStop('swarmflyright');
				}
			}
			_root.enemy6._x = _parent._x;
			_root.enemy6._y = _parent._y;
			_root.enemy6.health = 20;
			_root.enemyamount += 1;
			_root.enemy6.enemytype = 4;
			play();
		}
	}
	movieClip 2797	{
		frame 1 {
			stop();
			_root.bossgettinghurt = false;
		}
		frame 2 {
			_root.enemy1.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 2 {
			_parent._x -= 2;
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance of movieClip 1175	{
			onClipEvent (enterFrame) {
				_root.enemy1.fireballhit = false;
				_root.enemy1.randomhit = false;
			}
		}
		instance meleehurtnumbers of movieClip 1130	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromeleedamage + 1);
			}
		}
		frame 3 {
			_parent._x += 2;
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 4 {
			_parent._x -= 2;
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 5 {
			_parent._x += 2;
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 8 {
			this.gotoAndStop(1);
		}
		frame 9 {
			_root.enemy1.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
		}
		frame 9 {
			_parent._x -= 2;
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance magichurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromagicdamage + 1);
			}
		}
		frame 10 {
			_parent._x += 2;
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			_parent._x -= 2;
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			_parent._x += 2;
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 15 {
			this.gotoAndStop(1);
		}
		frame 16 {
			_root.enemy1.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 16 {
			_parent._x -= 2;
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance randomhurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.randomdamage + 1);
			}
		}
		frame 17 {
			_parent._x += 2;
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 18 {
			_parent._x -= 2;
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_parent._x += 2;
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 22 {
			this.gotoAndStop(1);
		}
	}
	movieClip 2816	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 6 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 7 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 8 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 13 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 20 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			_root.music.gotoAndStop(4);
			_root.boss.removeMovieClip();
		}
	}
	movieClip 2817	{
		frame 1 {
			stop();
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_root.boss.gotoAndStop(2);
				}
			}
		}
		frame 2 {
			stop();
			_root.enemy1._x = -666;
			_root.bosstitle._x -= 600;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		instance of movieClip 2816	{
			onClipEvent (enterFrame) {
				_root.enemy1.fireballhit = false;
				_root.enemy1.randomhit = false;
			}
		}
	}
	instance enemy1 of movieClip 33	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(2);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.randomdamage = 6;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
	}
	instance enemy6 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy5 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy4 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	movieClip 2819	{
	}
	movieClip 2821	{
		instance of movieClip 2819	{
			onClipEvent (enterFrame) {
				this._xscale = (_root.enemy1.health / _root.enemy1.maxhealth) * 100;
			}
		}
	}
	movieClip 2823	{
	}
	frame 51 {
		stop();
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(5);
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 2;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 480;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.enemy1.health = 260;
		_root.enemy1.maxhealth = 260;
		_root.enemy2.gotoAndStop('spideridleright');
		_root.enemy2.health = 12;
		_root.enemy2._x = _root.block12._x;
		_root.enemy2._y = _root.block12._y;
	}
	instance block120 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block119 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block118 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block117 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block116 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block115 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block114 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block113 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block112 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block111 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('spidereggs');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('spidereggs');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('spidereggs');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('spidereggs');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block101 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block102 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block103 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block104 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block105 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block106 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block107 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block108 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('spidereggs');
		}
	}
	instance block109 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block110 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block131 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block130 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block129 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block128 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block127 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block126 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block125 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block124 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block123 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	instance block122 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('web');
		}
	}
	movieClip 2825	{
	}
	movieClip 2827	{
	}
	movieClip 2829	{
	}
	movieClip 2831	{
	}
	movieClip 2833	{
	}
	movieClip 2834	{
		frame 18 {
			stop();
			if (_parent.xdistance > 200 and _root.pause == false) {
				_parent.gotoAndStop('spitleft');
			} else {
				if (_root.pause == false) {
					_parent.gotoAndStop('jumpleft');
				}
			}
		}
	}
	movieClip 2835	{
		frame 18 {
			stop();
			if (_parent.xdistance < -200 and _root.pause == false) {
				_parent.gotoAndStop('spitright');
			} else {
				if (_root.pause == false) {
					_parent.gotoAndStop('jumpright');
				}
			}
		}
	}
	movieClip 2838	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 2 + 7));
		}
		frame 10 {
			stop();
		}
	}
	movieClip 2839	{
		instance of movieClip 7	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 46 {
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 2840	{
		instance of movieClip 7	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 46 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 2841	{
		frame 1 {
			this.movement = false;
		}
		frame 25 {
			this.movement = true;
		}
		instance of movieClip 2831	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2833	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 49 {
			this.movement = false;
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 2842	{
		frame 1 {
			this.movement = false;
		}
		frame 25 {
			this.movement = true;
		}
		instance of movieClip 2831	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2833	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.head) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 49 {
			this.movement = false;
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 2843	{
		instance of movieClip 2831	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2833	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 26 {
			_parent.gotoAndStop('idleleft');
		}
	}
	movieClip 2844	{
		instance of movieClip 2831	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2833	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x > _root.hero._x and _root.pause == false) {
					_root.heromomentum = -10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
				if (this.hitTest(_root.hero.body.torso) and _root.herocrouching == false and _root.heroinvincible == false and _root.herosalt == false and _parent._parent._x <= _root.hero._x and _root.pause == false) {
					_root.heromomentum = 10;
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 26 {
			_parent.gotoAndStop('idleright');
		}
	}
	movieClip 2871	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 6 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 7 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 8 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 13 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 13 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 14 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 15 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 20 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 21 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 22 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 23 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 24 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 24 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 25 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 26 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 27 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 28 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 29 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 30 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 30 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 31 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 32 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 37 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			_root.music.gotoAndStop(4);
			_root.boss.removeMovieClip();
		}
	}
	movieClip 2872	{
		frame 1 {
			stop();
			_root.enemy1.facingright = false;
			_root.bossalive = true;
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_root.boss.gotoAndStop('die');
				}
			}
		}
		frame 2 {
			stop();
			_root.enemy1.facingright = true;
		}
		frame 3 {
			stop();
			_root.enemy1.facingright = false;
		}
		frame 4 {
			stop();
			_root.enemy1.facingright = true;
		}
		frame 5 {
			stop();
			_root.enemy1.facingright = false;
		}
		instance spider of movieClip 2841	{
			onClipEvent (enterFrame) {
				if (_parent._x >= 200 and this.movement == true) {
					_root.enemy1._x -= 24;
					_parent._x -= 24;
				}
				if (_parent._x < 200) {
					_parent.gotoAndStop('idleright');
				}
			}
		}
		frame 6 {
			stop();
			_root.enemy1.facingright = true;
		}
		instance spider of movieClip 2842	{
			onClipEvent (enterFrame) {
				if (_parent._x <= 766 and this.movement == true) {
					_root.enemy1._x += 24;
					_parent._x += 24;
				}
				if (_parent._x > 766) {
					_parent.gotoAndStop('idleleft');
				}
			}
		}
		frame 7 {
			stop();
			_root.enemy1.facingright = false;
		}
		frame 8 {
			stop();
			_root.enemy1.facingright = true;
		}
		frame 9 {
			stop();
			_root.bossalive = false;
			_root.enemy1._x = -666;
			_root.bosstitle._x -= 666;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
			_root.enemy2.gotoAndStop('spiderdie');
			_root.enemy3.gotoAndStop('spiderdie');
		}
		instance of movieClip 2871	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.facingright == false) {
					_root.enemy1.facingright = true;
					this._xscale *= -1;
				}
			}
			onClipEvent (enterFrame) {
				_root.enemy1.fireballhit = false;
				_root.enemy1.randomhit = false;
			}
		}
	}
	instance boss of movieClip 2872	{
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
	}
	instance enemy1 of movieClip 33	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(2);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy1.fireballhit = false;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.randomdamage = 6;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy1.randomhit = false;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.alive == false and _root.bossalive == true and _root.enemyamount > 0 and _root.enemyamount < 3) {
				this.alive = true;
				_root.enemyamount += 1;
				this.gotoAndStop('spiderclimb');
				this.health = 12;
				this._x = _root.hero._x + 60;
				this._y = _root.block102._y;
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.alive == false and _root.bossalive == true and _root.enemyamount > 0 and _root.enemyamount < 3) {
				this.alive = true;
				_root.enemyamount += 1;
				this.gotoAndStop('spiderclimb');
				this.health = 12;
				this._x = _root.hero._x - 40;
				this._y = _root.block109._y;
			}
		}
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	movieClip 2874	{
	}
	frame 52 {
		stop();
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(5);
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 2;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.enemy1.health = 300;
		_root.enemy1.maxhealth = 300;
		_root.enemy1.gotoAndStop('puff');
		_root.enemy2.gotoAndStop('bunnyidleleft');
		_root.enemy2.health = 4;
		_root.enemy2._x = _root.block16._x;
		_root.enemy2._y = _root.block16._y;
		_root.enemiesappeared = 0;
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('grass');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance enemy2 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	instance enemy3 of movieClip 1486	{
		onClipEvent (enterFrame) {
			if (this.flying == true) {
				this.falling = false;
			}
		}
		onClipEvent (enterFrame) {
			this.xdistance = this._x - _root.hero._x;
			this.ydistance = this._y - _root.hero._y;
		}
		onClipEvent (enterFrame) {
			if (this.falling == true and _root.pause == false) {
				this.velocity += this.gravity;
				this._y += this.velocity;
			}
			i = 0;
			while (i < 99) {
				if (this.hitbox.hitTest('_root.block' + i)) {
					block = eval('_root.block' + i);
				}
				++i;
			}
			if (this.hitbox.hitTest(block.platform) and _root.pause == false) {
				if (this.falling == true) {
					this._y = block._y;
					this.velocity = 0;
				}
			} else {
				this.falling = true;
			}
		}
	}
	movieClip 2881	{
	}
	movieClip 2883	{
		frame 63 {
			if (_parent._x >= _root.hero._x and _root.pause == false) {
				_parent.gotoAndStop('attackleft');
			}
			if (_parent._x < _root.hero._x and _root.pause == false) {
				_parent.gotoAndStop('attackright');
			}
		}
	}
	movieClip 2893	{
		frame 1 {
			this.movement = false;
		}
		frame 25 {
			this.movement = true;
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(12);
		}
		frame 46 {
			this.stopping = Math.ceil(Math.random() * 3);
		}
		frame 55 {
			this.gotoAndPlay(26);
		}
	}
	movieClip 2894	{
		frame 18 {
			stop();
		}
	}
	movieClip 2895	{
		frame 21 {
			stop();
			if (_parent.facingright == false and _root.pause == false) {
				_parent.gotoAndStop('idleleft');
			}
			if (_parent.facingright == true and _root.pause == false) {
				_parent.gotoAndStop('idleright');
			}
		}
	}
	movieClip 2906	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 6 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 7 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 8 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 13 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 13 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 14 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 15 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 20 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 25 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			_root.music.gotoAndStop(4);
			_root.enemy1.removeMovieClip();
		}
	}
	movieClip 2907	{
		frame 1 {
			stop();
			this.facingright = false;
		}
		instance louhi of movieClip 2883	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y > 360 and _root.pause == false) {
					_parent._y -= 6;
				}
			}
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0 and _parent.facingright == false) {
					_parent.gotoAndStop('dieleft');
				} else {
					if (_root.enemy1.health <= 0 and _parent.facingright == true) {
						_parent.gotoAndStop('dieright');
					}
				}
			}
		}
		frame 2 {
			stop();
			this.facingright = true;
		}
		frame 3 {
			stop();
			this.facingright = false;
		}
		instance louhi of movieClip 2893	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and this.movement == false and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y < 550 and this.movement == true and _root.pause == false) {
					_parent._y += 12;
				}
				if (_parent._x > 120 and this.movement == true and _root.pause == false) {
					_parent._x -= 12;
				}
				if (_parent._x <= 120) {
					_parent.gotoAndStop('idleright');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and this.movement == true and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.stopping == 1 and _parent._x < _root.hero._x and _root.pause == false) {
					this.stopping = 4;
					_parent.gotoAndStop('idleright');
				} else {
					if (this.stopping == 1 and _parent._x >= _root.hero._x and _root.pause == false) {
						this.stopping = 4;
						_parent.gotoAndStop('idleleft');
					}
				}
			}
		}
		frame 4 {
			stop();
			this.facingright = true;
		}
		instance louhi of movieClip 2893	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and this.movement == false and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and this.movement == false and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y < 550 and this.movement == true and _root.pause == false) {
					_parent._y += 12;
				}
				if (_parent._x < 840 and this.movement == true and _root.pause == false) {
					_parent._x += 12;
				}
				if (_parent._x >= 840) {
					_parent.gotoAndStop('idleleft');
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and this.movement == true and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.stopping == 1 and _parent._x < _root.hero._x and _root.pause == false) {
					this.stopping = 4;
					_parent.gotoAndStop('idleright');
				} else {
					if (this.stopping == 1 and _parent._x >= _root.hero._x and _root.pause == false) {
						this.stopping = 4;
						_parent.gotoAndStop('idleleft');
					}
				}
			}
		}
		frame 5 {
			stop();
		}
		instance louhi of movieClip 2894	{
			onClipEvent (enterFrame) {
				if (_root.enemyamount == 1 and _root.pause == false and this.facingright == false) {
					_parent._x = 480;
					_parent._y = 500;
					_parent.gotoAndStop('appearleft');
				} else {
					if (_root.enemyamount == 1 and _root.pause == false and this.facingright == true) {
						_parent._x = 480;
						_parent._y = 500;
						_parent.gotoAndStop('appearright');
					} else {
						if (_root.enemyamount == 1 and _root.pause == false) {
							_parent._x = 480;
							_parent._y = 500;
							_parent.gotoAndStop('appearleft');
						}
					}
				}
			}
		}
		frame 6 {
			stop();
			this.facingright = true;
		}
		instance louhi of movieClip 2895	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_parent._y > 360 and _root.pause == false) {
					_parent._y -= 6;
				}
			}
		}
		frame 7 {
			stop();
			this.facingright = false;
		}
		frame 8 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
	}
	instance enemy1 of movieClip 2907	{
		onClipEvent (enterFrame) {
			if (_root.enemy1.health < 250 and _root.enemiesappeared == 0 and _root.pause == false) {
				this.gotoAndStop('puff');
				_root.enemiesappeared = 1;
				_root.enemyamount += 3;
				_root.enemy2.gotoAndStop('biteridleright');
				_root.enemy2.health = 24;
				_root.enemy2._x = _root.enemy1._x;
				_root.enemy2._y = _root.enemy1._y;
				_root.enemy3.gotoAndStop('biteridleright');
				_root.enemy3.health = 24;
				_root.enemy3._x = _root.block12._x;
				_root.enemy3._y = _root.block12._y - 400;
				_root.enemy4.gotoAndStop('biteridleleft');
				_root.enemy4.health = 24;
				_root.enemy4._x = _root.block19._x;
				_root.enemy4._y = _root.block19._y - 300;
			}
			if (_root.enemy1.health < 200 and _root.enemiesappeared == 1 and _root.pause == false) {
				this.gotoAndStop('puff');
				_root.enemiesappeared = 2;
				_root.enemyamount += 3;
				_root.enemy2.gotoAndStop('muncheridleright');
				_root.enemy2.health = 26;
				_root.enemy2._x = _root.enemy1._x;
				_root.enemy2._y = _root.enemy1._y;
				_root.enemy3.gotoAndStop('muncheridleright');
				_root.enemy3.health = 26;
				_root.enemy3._x = _root.block12._x;
				_root.enemy3._y = _root.block12._y - 400;
				_root.enemy4.gotoAndStop('muncheridleleft');
				_root.enemy4.health = 26;
				_root.enemy4._x = _root.block19._x;
				_root.enemy4._y = _root.block19._y - 300;
			}
			if (_root.enemy1.health < 150 and _root.enemiesappeared == 2 and _root.pause == false) {
				this.gotoAndStop('puff');
				_root.enemiesappeared = 3;
				_root.enemyamount += 3;
				_root.enemy2.gotoAndStop('demonbatflyright');
				_root.enemy2.health = 20;
				_root.enemy2._x = _root.enemy1._x;
				_root.enemy2._y = _root.enemy1._y;
				_root.enemy3.gotoAndStop('demonbatflyright');
				_root.enemy3.health = 20;
				_root.enemy3._x = _root.block12._x;
				_root.enemy3._y = _root.block12._y - 400;
				_root.enemy4.gotoAndStop('demonbatflyleft');
				_root.enemy4.health = 20;
				_root.enemy4._x = _root.block19._x;
				_root.enemy4._y = _root.block19._y - 300;
			}
			if (_root.enemy1.health < 100 and _root.enemiesappeared == 3 and _root.pause == false) {
				this.gotoAndStop('puff');
				_root.enemiesappeared = 4;
				_root.enemyamount += 3;
				_root.enemy2.gotoAndStop('hellfireflyright');
				_root.enemy2.health = 34;
				_root.enemy2._x = _root.enemy1._x;
				_root.enemy2._y = _root.enemy1._y;
				_root.enemy3.gotoAndStop('hellfireflyright');
				_root.enemy3.health = 34;
				_root.enemy3._x = _root.block12._x;
				_root.enemy3._y = _root.block12._y - 150;
				_root.enemy4.gotoAndStop('hellfireflyleft');
				_root.enemy4.health = 34;
				_root.enemy4._x = _root.block19._x;
				_root.enemy4._y = _root.block19._y - 150;
			}
			if (_root.enemy1.health < 40 and _root.enemiesappeared == 4 and _root.pause == false) {
				this.gotoAndStop('puff');
				_root.enemiesappeared = 5;
				_root.enemyamount += 3;
				_root.enemy2.gotoAndStop('hauntingflyright');
				_root.enemy2.health = 34;
				_root.enemy2._x = _root.enemy1._x;
				_root.enemy2._y = _root.enemy1._y;
				_root.enemy3.gotoAndStop('hauntingflyright');
				_root.enemy3.health = 34;
				_root.enemy3._x = _root.block12._x;
				_root.enemy3._y = _root.block12._y - 150;
				_root.enemy4.gotoAndStop('hauntingflyleft');
				_root.enemy4.health = 34;
				_root.enemy4._x = _root.block19._x;
				_root.enemy4._y = _root.block19._y - 150;
			}
		}
	}
	movieClip 2909	{
	}
	frame 53 {
		stop();
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(5);
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 6;
		_root.portal.gotoAndStop(2);
		_root.portal._x = 480;
		_root.portal._y = 400;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.enemy1.health = 300;
		_root.enemy1.maxhealth = 300;
		_root.enemy2.gotoAndStop('hellfireflyright');
		_root.enemy2.health = 34;
		_root.enemy2._x = _root.block12._x;
		_root.enemy2._y = _root.block12._y - 200;
		_root.enemy3.gotoAndStop('hellriderflyleft');
		_root.enemy3.health = 29;
		_root.enemy3._x = _root.block14._x;
		_root.enemy3._y = _root.block14._y - 400;
		_root.enemy4.gotoAndStop('hellfireflyright');
		_root.enemy4.health = 34;
		_root.enemy4._x = _root.block15._x;
		_root.enemy4._y = _root.block15._y - 300;
		_root.enemy5.gotoAndStop('hellriderflyleft');
		_root.enemy5.health = 29;
		_root.enemy5._x = _root.block17._x;
		_root.enemy5._y = _root.block17._y - 200;
		_root.enemy6.gotoAndStop('hellfireflyleft');
		_root.enemy6.health = 34;
		_root.enemy6._x = _root.block19._x;
		_root.enemy6._y = _root.block19._y - 400;
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('swamp');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('swamp');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			if (_root.enemyamount > 0) {
				this.gotoAndStop('swamp');
			} else {
				if (_root.enemyamount <= 0) {
					this.gotoAndStop('goldprize');
				}
			}
		}
	}
	movieClip 2919	{
	}
	movieClip 2926	{
	}
	movieClip 2938	{
	}
	movieClip 2940	{
	}
	movieClip 2941	{
	}
	movieClip 2942	{
	}
	movieClip 2948	{
	}
	movieClip 2959	{
	}
	movieClip 2961	{
	}
	movieClip 2962	{
	}
	movieClip 2963	{
	}
	movieClip 2976	{
	}
	movieClip 3006	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 6 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 7 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 8 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 13 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 13 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 14 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 15 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 20 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 21 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 22 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 23 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 24 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 24 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 25 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 26 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 27 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 28 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 29 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 30 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 30 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 31 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 32 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 37 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_root.enemy1._x = -666;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			_root.music.gotoAndStop(4);
			_root.enemy1.removeMovieClip();
		}
	}
	movieClip 3007	{
	}
	movieClip 3037	{
		frame 1 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 6 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 7 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 7 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 8 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 13 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 13 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 14 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 15 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 20 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 21 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 22 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 23 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 24 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 24 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 25 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 26 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 27 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 28 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 29 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
		}
		frame 30 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 30 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		frame 31 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 32 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 37 {
			stop();
			_root.roomzone1enemytype = 0;
			_root.roomzone2enemytype = 0;
			_root.roomzone3enemytype = 0;
			_root.roomzone4enemytype = 0;
			_parent.enemytype = 0;
			_root.enemy1._x = -666;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			_root.music.gotoAndStop(4);
			_root.enemy1.removeMovieClip();
		}
	}
	movieClip 3038	{
		frame 1 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_parent.gotoAndStop('dieleft1');
				}
			}
		}
		frame 2 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance of movieClip 2926	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 23 {
			if (_root.pause == true) {
				this.gotoAndPlay(47);
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 104 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 115 {
			stop();
			if (_root.hero._x < 480) {
				this.attack = Math.ceil(Math.random() * 2);
			} else {
				if (_root.hero._x >= 480) {
					this.attack = Math.ceil(Math.random() * 2) + 2;
				}
			}
			if (this.attack == 1) {
				this.gotoAndPlay('attack1left');
			} else {
				if (this.attack == 2) {
					this.gotoAndPlay('attack2left');
				} else {
					if (this.attack == 3) {
						this.gotoAndPlay('attack1right');
					} else {
						if (this.attack == 4) {
							this.gotoAndPlay('attack2right');
						}
					}
				}
			}
		}
		frame 116 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_parent.gotoAndStop('dieleft2');
				}
			}
		}
		frame 117 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance of movieClip 2948	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 138 {
			if (_root.pause == true) {
				this.gotoAndPlay(153);
			}
		}
		instance of movieClip 2959	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2961	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance of movieClip 2963	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 184 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 195 {
			stop();
			if (_root.hero._x < 480) {
				this.attack = Math.ceil(Math.random() * 2);
			} else {
				if (_root.hero._x >= 480) {
					this.attack = Math.ceil(Math.random() * 2) + 2;
				}
			}
			if (this.attack == 1) {
				this.gotoAndPlay('attack1left');
			} else {
				if (this.attack == 2) {
					this.gotoAndPlay('attack2left');
				} else {
					if (this.attack == 3) {
						this.gotoAndPlay('attack1right');
					} else {
						if (this.attack == 4) {
							this.gotoAndPlay('attack2right');
						}
					}
				}
			}
		}
		frame 196 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_parent.gotoAndStop('dieright1');
				}
			}
		}
		frame 197 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance of movieClip 2926	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 218 {
			if (_root.pause == true) {
				this.gotoAndPlay(242);
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance of movieClip 33	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 299 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 310 {
			stop();
			if (_root.hero._x < 480) {
				this.attack = Math.ceil(Math.random() * 2);
			} else {
				if (_root.hero._x >= 480) {
					this.attack = Math.ceil(Math.random() * 2) + 2;
				}
			}
			if (this.attack == 1) {
				this.gotoAndPlay('attack1left');
			} else {
				if (this.attack == 2) {
					this.gotoAndPlay('attack2left');
				} else {
					if (this.attack == 3) {
						this.gotoAndPlay('attack1right');
					} else {
						if (this.attack == 4) {
							this.gotoAndPlay('attack2right');
						}
					}
				}
			}
		}
		frame 311 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance blood of movieClip 2797	{
			onClipEvent (enterFrame) {
				if (_root.enemy1.health <= 0) {
					_parent.gotoAndStop('dieright2');
				}
			}
		}
		frame 312 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		instance of movieClip 2948	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 333 {
			if (_root.pause == true) {
				this.gotoAndPlay(348);
			}
		}
		instance of movieClip 2959	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		instance of movieClip 2961	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance of movieClip 2963	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_root.randomdamage = 6;
					_parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
					_root.bossgettinghurt = true;
					_parent.blood.gotoAndPlay(16);
				}
			}
		}
		frame 379 {
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 4));
		}
		frame 390 {
			stop();
			if (_root.hero._x < 480) {
				this.attack = Math.ceil(Math.random() * 2);
			} else {
				if (_root.hero._x >= 480) {
					this.attack = Math.ceil(Math.random() * 2) + 2;
				}
			}
			if (this.attack == 1) {
				this.gotoAndPlay('attack1left');
			} else {
				if (this.attack == 2) {
					this.gotoAndPlay('attack2left');
				} else {
					if (this.attack == 3) {
						this.gotoAndPlay('attack1right');
					} else {
						if (this.attack == 4) {
							this.gotoAndPlay('attack2right');
						}
					}
				}
			}
		}
		frame 391 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 392 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 393 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 394 {
			stop();
			_root.bosstitle._x -= 900;
			_root.enemyamount -= 1;
			(new Color(this)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
	}
	movieClip 3040	{
	}
	frame 54 {
		stop();
		stopAllSounds();
		_root.ambientsound.gotoAndPlay(1);
		_root.music.gotoAndStop(1);
		_root.music.gotoAndStop(5);
		_root.prizeroom = false;
		_root.shoproom = false;
		_root.bossroom = true;
		_root.enemyamount = 1;
		_root.portal.gotoAndStop(2);
		_root.portal._x = -300;
		_root.portal._y = 300;
		_root.currentlevel += 1;
		_root.hero._x = 140;
		_root.hero._y = 510;
		_root.hero.gotoAndStop(17);
		if (_root.gotbunny == true) {
			_root.bunny._y = _root.hero._y;
			_root.bunny._x = _root.hero._x + 10;
		}
		if (_root.gotswampball == true) {
			_root.swampball._y = _root.hero._y;
			_root.swampball._x = _root.hero._x + 0;
		}
		if (_root.gotmeatdog == true) {
			_root.meatdog._y = _root.hero._y;
			_root.meatdog._x = _root.hero._x - 10;
		}
		if (_root.gotmanny == true) {
			_root.manny._x = _root.hero._x + 50;
			_root.manny._y = _root.hero._y - 70;
		}
		if (_root.gotdragon == true) {
			_root.dragon._x = _root.hero._x - 50;
			_root.dragon._y = _root.hero._y - 70;
		}
		if (_root.gotpuffdragon == true) {
			_root.puffdragon._x = _root.hero._x - 60;
			_root.puffdragon._y = _root.hero._y - 70;
		}
		if (_root.gotbluefairy == true) {
			_root.bluefairy._x = _root.hero._x + 50;
			_root.bluefairy._y = _root.hero._y - 70;
		}
		if (_root.gotgreenfairy == true) {
			_root.greenfairy._x = _root.hero._x + 60;
			_root.greenfairy._y = _root.hero._y - 70;
		}
		_root.roomzone1 = Math.ceil(Math.random() * 25);
		_root.roomzone2 = Math.ceil(Math.random() * 25);
		_root.roomzone3 = Math.ceil(Math.random() * 25);
		_root.roomzone4 = Math.ceil(Math.random() * 25);
		_root.enemy3.health = 300;
		_root.enemy3.maxhealth = 300;
		_root.enemy1.health = 666;
		_root.enemy1.maxhealth = 666;
		_root.crystalgrass._x = 692.2000000000001;
	}
	instance block11 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block12 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block13 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block14 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block15 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block16 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block17 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block18 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block19 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	instance block20 of movieClip 805	{
		onClipEvent (enterFrame) {
			this.gotoAndStop('grass');
		}
	}
	movieClip 3041	{
		frame 1 {
			stop();
			_root.bossgettinghurt = false;
		}
		frame 2 {
			_root.enemy1.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 2 {
			_parent._x -= 2;
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance meleehurtnumbers of movieClip 1130	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromeleedamage + 1);
			}
		}
		frame 3 {
			_parent._x += 2;
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 4 {
			_parent._x -= 2;
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 5 {
			_parent._x += 2;
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 8 {
			this.gotoAndStop(1);
		}
		frame 9 {
			_root.enemy1.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
		}
		frame 9 {
			_parent._x -= 2;
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance magichurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromagicdamage + 1);
			}
		}
		frame 10 {
			_parent._x += 2;
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			_parent._x -= 2;
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			_parent._x += 2;
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 15 {
			this.gotoAndStop(1);
		}
		frame 16 {
			_root.enemy1.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 16 {
			_parent._x -= 2;
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance randomhurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.randomdamage + 1);
			}
		}
		frame 17 {
			_parent._x += 2;
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 18 {
			_parent._x -= 2;
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_parent._x += 2;
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 22 {
			this.gotoAndStop(1);
		}
	}
	movieClip 3047	{
	}
	movieClip 3049	{
	}
	movieClip 3051	{
	}
	movieClip 3053	{
	}
	movieClip 3055	{
	}
	movieClip 3057	{
	}
	movieClip 3059	{
	}
	movieClip 3060	{
		frame 1 {
			stop();
			_root.enemy3.health = 0;
			_root.enemy4.health = 0;
			_root.enemy5.health = 0;
			_root.enemy6.health = 0;
			_root.enemy4.gotoAndStop('demonbatdie');
			_root.enemy5.gotoAndStop('demonbatdie');
			_root.enemy6.gotoAndStop('demonbatdie');
			_root.bosstitle._x -= 900;
			stopAllSounds();
			_root.ambientsound.gotoAndPlay(1);
			_root.music.gotoAndStop(1);
			if (_root.herohealth > 0) {
				_root.hero.gotoAndStop(68);
			}
			play();
		}
		frame 60 {
			stop();
			this.gotoAndPlay(57);
		}
	}
	movieClip 3061	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
		frame 3 {
			stop();
		}
		frame 4 {
			stop();
		}
		frame 5 {
			stop();
		}
		frame 6 {
			stop();
		}
		instance of movieClip 3060	{
			onClipEvent (enterFrame) {
				_root.pauseallowed = false;
				_root.escapekeyallowed = false;
			}
		}
	}
	instance boss of movieClip 3061	{
		onClipEvent (enterFrame) {
			if (_root.enemy1.health < 500 and _root.enemy1.health >= 400) {
				this.gotoAndStop(2);
			} else {
				if (_root.enemy1.health < 400 and _root.enemy1.health >= 250) {
					this.gotoAndStop(3);
				} else {
					if (_root.enemy1.health < 250 and _root.enemy1.health >= 100) {
						this.gotoAndStop(4);
					} else {
						if (_root.enemy1.health < 100 and _root.enemy1.health > 0) {
							this.gotoAndStop(5);
						} else {
							if (_root.enemy1.health <= 0) {
								this.gotoAndStop(6);
							}
						}
					}
				}
			}
		}
	}
	movieClip 3063	{
	}
	movieClip 3064	{
		instance of movieClip 3063	{
			onClipEvent (enterFrame) {
				this._xscale = (_root.enemy1.health / _root.enemy1.maxhealth) * 100;
			}
		}
	}
	movieClip 3065	{
		instance of movieClip 2819	{
			onClipEvent (enterFrame) {
				this._xscale = (_root.enemy3.health / _root.enemy3.maxhealth) * 100;
			}
		}
	}
	movieClip 3068	{
		frame 1 {
			stop();
		}
		frame 2 {
			stop();
		}
	}
	movieClip 3069	{
		frame 1 {
			this.nukpanaattack = Math.ceil(Math.random() * 3);
		}
		instance torso of movieClip 456	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.fireballhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.fireballhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_root.randomdamage = 6;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.randomhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.randomhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance lightning of movieClip 1582	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
		}
		frame 101 {
			stop();
			if (this.nukpanaattack == 1 and _root.pause == false) {
				_parent.gotoAndStop(2);
			} else {
				if (this.nukpanaattack == 2 and _root.pause == false) {
					_parent.gotoAndStop(4);
				} else {
					if (this.nukpanaattack == 3 and _root.pause == false) {
						_parent.gotoAndStop(5);
					}
				}
			}
		}
	}
	movieClip 3070	{
		frame 1 {
			stop();
			_root.boss2gettinghurt = false;
		}
		frame 2 {
			_root.enemy3.health -= _root.heromeleedamage;
			this.meleehurtnumbers.gotoAndStop(2);
		}
		frame 2 {
			_parent._x -= 2;
		}
		frame 2 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance meleehurtnumbers of movieClip 1130	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromeleedamage + 1);
			}
		}
		frame 3 {
			_parent._x += 2;
		}
		frame 3 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 4 {
			_parent._x -= 2;
		}
		frame 4 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 5 {
			_parent._x += 2;
		}
		frame 5 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 8 {
			this.gotoAndStop(1);
		}
		frame 9 {
			_root.enemy3.health -= _root.heromagicdamage;
			this.magichurtnumbers.gotoAndStop(2);
		}
		frame 9 {
			_parent._x -= 2;
		}
		frame 9 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance magichurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.heromagicdamage + 1);
			}
		}
		frame 10 {
			_parent._x += 2;
		}
		frame 10 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 11 {
			_parent._x -= 2;
		}
		frame 11 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 12 {
			_parent._x += 2;
		}
		frame 12 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 15 {
			this.gotoAndStop(1);
		}
		frame 16 {
			_root.enemy3.health -= _root.randomdamage;
			this.randomhurtnumbers.gotoAndStop(2);
		}
		frame 16 {
			_parent._x -= 2;
		}
		frame 16 {
			(new Color(_parent)).setTransform({'ra': 70, 'rb': 46, 'ga': 70, 'gb': 0, 'ba': 70, 'bb': 0});
			_root.ambientsound.soundfx.gotoAndStop(1);
			_root.ambientsound.soundfx.gotoAndStop(Math.ceil(Math.random() * 3 + 1));
		}
		instance randomhurtnumbers of movieClip 1131	{
			onClipEvent (enterFrame) {
				this.numberpopup.numbers.gotoAndStop(_root.randomdamage + 1);
			}
		}
		frame 17 {
			_parent._x += 2;
		}
		frame 17 {
			(new Color(_parent)).setTransform({'ra': 60, 'rb': 61, 'ga': 60, 'gb': 0, 'ba': 60, 'bb': 0});
		}
		frame 18 {
			_parent._x -= 2;
		}
		frame 18 {
			(new Color(_parent)).setTransform({'ra': 50, 'rb': 77, 'ga': 50, 'gb': 0, 'ba': 50, 'bb': 0});
		}
		frame 19 {
			_parent._x += 2;
		}
		frame 19 {
			(new Color(_parent)).setTransform({'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0});
		}
		frame 22 {
			this.gotoAndStop(1);
		}
	}
	movieClip 3071	{
		instance torso of movieClip 456	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.fireballhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.fireballhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(9);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.boss2gettinghurt = true;
					_root.randomdamage = 6;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.randomhit == true and _root.pause == false and _root.boss2gettinghurt == false) {
					_root.enemy3.randomhit = false;
					_root.boss2gettinghurt = true;
					_parent._parent.blood.gotoAndPlay(16);
				}
			}
		}
		instance lightning of movieClip 1582	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		frame 105 {
			stop();
			if (_root.enemyamount == 1) {
				_parent.gotoAndStop(3);
			} else {
				_parent.gotoAndStop(1);
			}
		}
	}
	movieClip 3072	{
		frame 1 {
			this.enemiesappear = Math.ceil(Math.random() * 8);
		}
		frame 24 {
			stop();
			_root.enemyamount += 3;
			if (this.enemiesappear == 1) {
				_root.enemy4.gotoAndStop('stomperwalkleft');
				_root.enemy4.health = 40;
				_root.enemy4._x = _root.block20._x;
				_root.enemy4._y = _root.block20._y - 150;
				_root.enemy5.gotoAndStop('muncheridleright');
				_root.enemy5.health = 26;
				_root.enemy5._x = _root.block13._x;
				_root.enemy5._y = _root.block13._y - 200;
				_root.enemy6.gotoAndStop('biteridleright');
				_root.enemy6.health = 24;
				_root.enemy6._x = _root.block11._x;
				_root.enemy6._y = _root.block11._y - 180;
			} else {
				if (this.enemiesappear == 2) {
					_root.enemy4.gotoAndStop('demonbatflyleft');
					_root.enemy4.health = 20;
					_root.enemy4._x = _root.block20._x;
					_root.enemy4._y = _root.block20._y - 180;
					_root.enemy5.gotoAndStop('biteridleright');
					_root.enemy5.health = 24;
					_root.enemy5._x = _root.block13._x;
					_root.enemy5._y = _root.block13._y - 200;
					_root.enemy6.gotoAndStop('demonbatflyright');
					_root.enemy6.health = 20;
					_root.enemy6._x = _root.block11._x;
					_root.enemy6._y = _root.block11._y - 150;
				} else {
					if (this.enemiesappear == 3) {
						_root.enemy4.gotoAndStop('stomperwalkleft');
						_root.enemy4.health = 40;
						_root.enemy4._x = _root.block20._x;
						_root.enemy4._y = _root.block20._y - 200;
						_root.enemy5.gotoAndStop('demonbatflyright');
						_root.enemy5.health = 20;
						_root.enemy5._x = _root.block13._x;
						_root.enemy5._y = _root.block13._y - 300;
						_root.enemy6.gotoAndStop('stomperwalkright');
						_root.enemy6.health = 40;
						_root.enemy6._x = _root.block11._x;
						_root.enemy6._y = _root.block11._y - 200;
					} else {
						if (this.enemiesappear == 4) {
							_root.enemy4.gotoAndStop('demonbatflyleft');
							_root.enemy4.health = 20;
							_root.enemy4._x = _root.block20._x;
							_root.enemy4._y = _root.block20._y - 180;
							_root.enemy5.gotoAndStop('demonbatflyright');
							_root.enemy5.health = 20;
							_root.enemy5._x = _root.block13._x;
							_root.enemy5._y = _root.block13._y - 150;
							_root.enemy6.gotoAndStop('demonbatflyright');
							_root.enemy6.health = 20;
							_root.enemy6._x = _root.block11._x;
							_root.enemy6._y = _root.block11._y - 200;
						} else {
							if (this.enemiesappear == 5) {
								_root.enemy4.gotoAndStop('screamdemonflyleft');
								_root.enemy4.health = 38;
								_root.enemy4._x = _root.block20._x;
								_root.enemy4._y = _root.block20._y;
								_root.enemy5.gotoAndStop('screamdemonflyright');
								_root.enemy5.health = 38;
								_root.enemy5._x = _root.block13._x;
								_root.enemy5._y = _root.block13._y;
								_root.enemy6.gotoAndStop('screamdemonflyright');
								_root.enemy6.health = 38;
								_root.enemy6._x = _root.block11._x;
								_root.enemy6._y = _root.block11._y;
							} else {
								if (this.enemiesappear == 6) {
									_root.enemy4.gotoAndStop('biteridleleft');
									_root.enemy4.health = 24;
									_root.enemy4._x = _root.block20._x;
									_root.enemy4._y = _root.block20._y - 150;
									_root.enemy5.gotoAndStop('screamdemonflyright');
									_root.enemy5.health = 38;
									_root.enemy5._x = _root.block13._x;
									_root.enemy5._y = _root.block13._y;
									_root.enemy6.gotoAndStop('stomperwalkright');
									_root.enemy6.health = 40;
									_root.enemy6._x = _root.block11._x;
									_root.enemy6._y = _root.block11._y - 200;
								} else {
									if (this.enemiesappear == 7) {
										_root.enemy4.gotoAndStop('screamdemonflyleft');
										_root.enemy4.health = 38;
										_root.enemy4._x = _root.block20._x;
										_root.enemy4._y = _root.block20._y;
										_root.enemy5.gotoAndStop('biteridleleft');
										_root.enemy5.health = 24;
										_root.enemy5._x = _root.block13._x;
										_root.enemy5._y = _root.block13._y - 180;
										_root.enemy6.gotoAndStop('muncheridleright');
										_root.enemy6.health = 26;
										_root.enemy6._x = _root.block11._x;
										_root.enemy6._y = _root.block11._y - 150;
									} else {
										if (this.enemiesappear == 8) {
											_root.enemy4.gotoAndStop('muncheridleleft');
											_root.enemy4.health = 26;
											_root.enemy4._x = _root.block20._x;
											_root.enemy4._y = _root.block20._y - 180;
											_root.enemy5.gotoAndStop('demonbatflyleft');
											_root.enemy5.health = 20;
											_root.enemy5._x = _root.block13._x;
											_root.enemy5._y = _root.block13._y - 150;
											_root.enemy6.gotoAndStop('muncheridleright');
											_root.enemy6.health = 26;
											_root.enemy6._x = _root.block11._x;
											_root.enemy6._y = _root.block11._y - 200;
										}
									}
								}
							}
						}
					}
				}
			}
			play();
		}
		frame 31 {
			stop();
			_parent.gotoAndStop(1);
		}
	}
	movieClip 3073	{
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		frame 31 {
			stop();
			if (_root.enemyamount == 1) {
				_parent.gotoAndStop(3);
			} else {
				_parent.gotoAndStop(1);
			}
		}
	}
	movieClip 3074	{
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		instance of movieClip 2131	{
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.hero.body.torso) and _root.heroinvincible == false and _root.herosalt == false and _root.pause == false) {
					_root.herodamagetaken = 10 - _root.heroarmorstat;
					_root.healthbar.losehealth.gotoAndStop(2);
				}
			}
			onClipEvent (enterFrame) {
				if (this.hitTest(_root.enemy4) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy4.randomhit = true;
				}
				if (this.hitTest(_root.enemy5) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy5.randomhit = true;
				}
				if (this.hitTest(_root.enemy6) and _root.pause == false) {
					_root.randomdamage = 10;
					_root.enemy6.randomhit = true;
				}
			}
		}
		frame 54 {
			stop();
			if (_root.enemyamount == 1) {
				_parent.gotoAndStop(3);
			} else {
				_parent.gotoAndStop(1);
			}
		}
	}
	movieClip 3075	{
		frame 1 {
			_root.bosstitle.gotoAndStop(2);
		}
		frame 10 {
			stop();
		}
	}
	movieClip 3076	{
		frame 1 {
			stop();
		}
		instance body of movieClip 3069	{
			onClipEvent (enterFrame) {
				if (_root.enemy3.health <= 0) {
					_parent.gotoAndStop('die1');
				}
			}
			onClipEvent (enterFrame) {
				if (_root.enemy3.health < _root.enemy3.maxhealth and _root.pause == false) {
					_root.enemy3.health += 0.1;
				}
			}
		}
		frame 2 {
			stop();
		}
		instance body of movieClip 3071	{
			onClipEvent (enterFrame) {
				if (_root.enemy3.health <= 0) {
					_parent.gotoAndStop('die1');
				}
			}
		}
		frame 3 {
			stop();
		}
		instance body of movieClip 3072	{
			onClipEvent (enterFrame) {
				if (_root.enemy3.health <= 0) {
					_parent.gotoAndStop('die1');
				}
			}
		}
		frame 4 {
			stop();
		}
		instance body of movieClip 3073	{
			onClipEvent (enterFrame) {
				if (_root.enemy3.health <= 0) {
					_parent.gotoAndStop('die1');
				}
			}
		}
		frame 5 {
			stop();
		}
		instance body of movieClip 3074	{
			onClipEvent (enterFrame) {
				if (_root.enemy3.health <= 0) {
					_parent.gotoAndStop('die1');
				}
			}
		}
		frame 6 {
			stop();
		}
	}
	instance enemy3 of movieClip 3076	{
		onClipEvent (enterFrame) {
			this.body.head.gotoAndStop(16);
			this.body.torso.gotoAndStop(16);
			this.body.frontarm.gotoAndStop(16);
			this.body.backarm.gotoAndStop(16);
			this.body.frontleg.gotoAndStop(16);
			this.body.backleg.gotoAndStop(16);
			this.body.frontleg.boots.gotoAndStop(16);
			this.body.backleg.boots.gotoAndStop(16);
			this.body.head.frontwing.gotoAndStop(3);
			this.body.head.backwing.gotoAndStop(3);
		}
	}
	instance enemy2 of movieClip 33	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(2);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy2.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy2.fireballhit = false;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.randomdamage = 6;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy2.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy2.randomhit = false;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
	}
	instance enemy1 of movieClip 33	{
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.hurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(2);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body.spellhurtlocker) and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.fireballhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy1.fireballhit = false;
				_root.boss.blood.gotoAndPlay(9);
			}
		}
		onClipEvent (enterFrame) {
			if (this.hitTest(_root.hero.body) and _root.herounstoppable == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.randomdamage = 6;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
		onClipEvent (enterFrame) {
			if (_root.enemy1.randomhit == true and _root.pause == false and _root.bossgettinghurt == false) {
				_root.bossgettinghurt = true;
				_root.enemy1.randomhit = false;
				_root.boss.blood.gotoAndPlay(16);
			}
		}
	}
