Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("4a991ef0", this, 10301, true);
_root._quality = "high";
Stage.showMenu = false;
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 135 MovieClip "intmusic" in Frame 4
onClipEvent (load) {
this.gotoAndStop(1);
}
Frame 5
stop();
Instance of Symbol 217 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this.play();
}
if (Key.isDown(38)) {
this.prevFrame();
}
}
Frame 6
stop();
Frame 7
_root.ditem = 0;
_global.days = 0;
_root.bombs = 0;
_root.camera.money = 0;
_root.mail = false;
_root.potion = 0;
_root.chest = false;
_root.chest2 = false;
_root.chest3 = false;
_root.getmoney = false;
_root.pause = false;
_root.getitem = false;
_root.getsword = false;
_root.key = 0;
_root.attack = false;
_root.havesword = false;
_root.equiped = false;
_root.attack = false;
_root.dead = false;
_root.health = 6;
_root.hirohurt = false;
_root.hurted = false;
_root.working = false;
_root.havewood = false;
_root.haveiron = false;
_root.getkey = false;
_root.done = false;
_root.conlocked = true;
_root.rockexplode = false;
_root.cutscene = false;
_root.indungeon = false;
_root.door1unlocked = false;
_root.door2unlocked = false;
_root.torched = false;
_root.switched2 = false;
_root.chestkey2 = false;
_root.giantk = false;
_root.chestkey3 = false;
_root.purgersmask = false;
_root.curse = 0;
_root.indung11 = false;
_root.dark1 = false;
_root.stage2 = false;
_root.stage3 = false;
_root.end = false;
_root.havebombs = false;
_root.bosskey = false;
_root.WW_Text_Done = new Sound(this);
_root.WW_Text_Done.attachSound("WW_Text_Done");
_root.s_hit = new Sound(this);
_root.s_hit.attachSound("s_hit");
_root.swood = new Sound(this);
_root.swood.attachSound("swood");
_root.metaldooro = new Sound(this);
_root.metaldooro.attachSound("metaldooro");
_root.metaldoorc = new Sound(this);
_root.metaldoorc.attachSound("metaldoorc");
_root.dooropen = new Sound(this);
_root.dooropen.attachSound("dooropen");
_root.doorclose = new Sound(this);
_root.doorclose.attachSound("doorclose");
_root.lockeddoor = new Sound(this);
_root.lockeddoor.attachSound("lockeddoor");
_root.bombdrop = new Sound(this);
_root.bombdrop.attachSound("bombdrop");
_root.heartg = new Sound(this);
_root.heartg.attachSound("heartg");
stop();
_root.name = "NAME";
Frame 8
stop();
Instance of Symbol 1083 MovieClip "hiro" in Frame 8
onClipEvent (load) {
this._name = "hiro";
_root.RUN = 6;
this.dir = 3;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.dir = 2;
if ((_root.Walls.hitTest(getBounds(_root).xMax, _y, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
this._x = this._x + _root.RUN;
_root.pushes = false;
}
} else if (Key.isDown(37)) {
this.dir = 4;
if ((_root.Walls.hitTest(getBounds(_root).xMin, _y, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._x = this._x - _root.RUN;
}
}
if (Key.isDown(40)) {
this.dir = 3;
if ((_root.Walls.hitTest(_x, getBounds(_root).yMax, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y + _root.RUN;
}
} else if (Key.isDown(38)) {
this.dir = 1;
if ((_root.Walls.hitTest(_x, getBounds(_root).yMin, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y - _root.RUN;
}
}
}
onClipEvent (enterFrame) {
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 1)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y - 37;
_root.bomm._x = _root.bomm._x + 5;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 2)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 15;
_root.bomm._x = _root.bomm._x + 40;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 3)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 45;
_root.bomm._x = _root.bomm._x + 5;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 4)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 15;
_root.bomm._x = _root.bomm._x - 35;
}
}
onClipEvent (enterFrame) {
if ((((_root.ditem == 3) && (Key.isDown(68))) && (_root.health < 6)) && (_root.hiroalive)) {
_root.heartg.start(0, 1);
_root.potion = _root.potion - 1;
_root.health = 6;
}
}
Instance of Symbol 1107 MovieClip "bomb" in Frame 8
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this._currentframe == 2)) {
_root.hirohurt = true;
}
if (this.hitTest(_root.final) && (_root.spinattack)) {
this.gotoAndStop(2);
}
if (this._currentframe == 2) {
_root.bomblayed = false;
_root.bombattack = true;
}
if (this._currentframe == 1) {
_root.bomblayed = true;
_root.bombattack = false;
}
if (_root.warp) {
this.gotoAndStop(3);
_root.bomblayed = false;
_root.bombattack = false;
}
}
Instance of Symbol 1246 MovieClip "camera" in Frame 8
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
}
Frame 9
_root.bomb.gotoAndStop(3);
_root.enemies = 0;
_root.curse = 0;
_root.indungeon = false;
Instance of Symbol 1347 MovieClip "Walls" in Frame 9
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1083 MovieClip "hiro" in Frame 9
onClipEvent (load) {
this._name = "hiro";
_root.RUN = 6;
this.dir = 3;
speed = _root.RUN;
_root.hiroalive = true;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this.dir = 2;
if ((_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMax + speed, this.man.hit.getBounds(_root).yMin, true) == false) && (_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMax + speed, this.man.hit.getBounds(_root).yMax, true) == false)) {
if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
this._x = this._x + _root.RUN;
_root.pushes = false;
}
} else {
_root.pushes = true;
}
} else if (Key.isDown(37)) {
this.dir = 4;
if ((_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMin - speed, this.man.hit.getBounds(_root).yMin, true) == false) && (_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMin - speed, this.man.hit.getBounds(_root).yMax, true) == false)) {
if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._x = this._x - _root.RUN;
}
} else {
_root.pushes = true;
}
}
if (Key.isDown(40)) {
this.dir = 3;
if ((_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMin, this.man.hit.getBounds(_root).yMax + speed, true) == false) && (_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMax, this.man.hit.getBounds(_root).yMax + speed, true) == false)) {
if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y + _root.RUN;
}
} else {
_root.pushes = true;
}
} else if (Key.isDown(38)) {
this.dir = 1;
if ((_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMin, this.man.hit.getBounds(_root).yMin - speed, true) == false) && (_root.Walls.bghit.hitTest(this.man.hit.getBounds(_root).xMax, this.man.hit.getBounds(_root).yMin - speed, true) == false)) {
if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y - _root.RUN;
}
} else {
_root.pushes = true;
}
}
}
onClipEvent (enterFrame) {
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 1)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y - 37;
_root.bomm._x = _root.bomm._x + 5;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 2)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 15;
_root.bomm._x = _root.bomm._x + 40;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 3)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 45;
_root.bomm._x = _root.bomm._x + 5;
}
if ((((((_root.bombs > 0) && (_root.ditem == 1)) && (!_root.bomblayed)) && (!_root.pause)) && (!_root.pushes)) && ((Key.isDown(68) && (this.dir == 4)) && (_root.hiroalive))) {
_root.bombdrop.start(0, 1);
duplicateMovieClip (_root.bomb, "bomm", 0);
_root.bombs = _root.bombs - 1;
_root.bomm.gotoAndStop(1);
_root.bomm._x = this._x;
_root.bomm._y = this._y;
_root.bomm._y = _root.bomm._y + 15;
_root.bomm._x = _root.bomm._x - 35;
}
}
onClipEvent (enterFrame) {
if ((((_root.ditem == 3) && (Key.isDown(68))) && (_root.health < 6)) && (_root.hiroalive)) {
_root.heartg.start(0, 1);
_root.potion = _root.potion - 1;
_root.health = 6;
}
}
Instance of Symbol 1350 MovieClip "sleep" in Frame 9
onClipEvent (enterFrame) {
if ((this._currentframe == 16) && (_root.day)) {
_root.camera.dn.gotoAndPlay(3601);
} else if ((this._currentframe == 16) && (!_root.day)) {
_root.camera.dn.gotoAndPlay(1);
}
}
Instance of Symbol 1315 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._visible = false;
if (!_root.inmessage) {
this.msg = false;
this.counter = 0;
}
if (this.hitTest(_root.hiro) && (_root.day)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.day)) {
_root.inmessage = true;
_root.camera.textbox.message = "Do you wish to sleep and proceed to night?\r(Press A)";
this.msg = true;
}
if (_root.inmessage && (!Key.isDown(65))) {
this.counter = this.counter + 0.5;
}
if (((((_root.inmessage && (this.msg)) && (this.counter > 5)) && (_root.day)) && (!_root.sleeppl)) && (Key.isDown(65))) {
_root.counter = 0;
_root.sleep.play();
_root.camera.textbox.message = "It is now night...";
_root.camera.dn.gotoAndPlay(3600);
}
}
Instance of Symbol 1315 MovieClip in Frame 9
onClipEvent (enterFrame) {
this._visible = false;
if (!_root.inmessage) {
this.msg = false;
this.counter = 0;
}
if (this.hitTest(_root.hiro) && (!_root.day)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!_root.day)) {
_root.inmessage = true;
_root.camera.textbox.message = "Do you wish to sleep and proceed to dawn?\r(Press A)";
this.msg = true;
}
if (_root.inmessage && (!Key.isDown(65))) {
this.counter = this.counter + 0.5;
}
if (((((_root.inmessage && (this.msg)) && (this.counter > 5)) && (!_root.day)) && (!_root.sleeppl)) && (Key.isDown(65))) {
_root.counter = 0;
_root.sleep.play();
_root.camera.textbox.message = "It is now dawn...";
_root.camera.dn.gotoAndPlay(7200);
}
}
Instance of Symbol 1353 MovieClip in Frame 9
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.warp && (_root.house1)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.house1)) {
_root.gotoAndStop("outside1");
}
}
Instance of Symbol 1358 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.outside1) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.outside1 = false;
_root.warp = false;
}
if (_root.gamestart) {
this.play();
}
if (_root.gamestart) {
_root.hiro._x = 185.1;
_root.hiro._y = 176.7;
_root.gamestart = false;
_root.warp = false;
}
if (_root.gamestart && (_currentframe == 30)) {
_root.gamestart = false;
}
}
Instance of Symbol 1371 MovieClip "Walls" in Frame 11
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1378 MovieClip "music" in Frame 11
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1385 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
this._x = this._x - 400;
this._y = this._y - 300;
}
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1356 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.warp && (_root.outside1)) {
this.play();
}
if (_root.warp && (_root.outside2)) {
this.play();
}
if (_root.warp && (_root.inforest)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outside1)) {
_root.gotoAndStop("house1");
}
if ((this._currentframe >= 30) && (_root.outside2)) {
_root.gotoAndStop("outside2");
}
if ((this._currentframe >= 30) && (_root.inforest)) {
_root.gotoAndStop("forest");
}
}
Instance of Symbol 1358 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.house1 && (_root.warp)) {
_root.hiro._x = 280.6;
_root.hiro._y = 455.1;
_root.house1 = false;
_root.played = false;
_root.warp = false;
}
if (_root.fromvillage && (_root.warp)) {
_root.hiro._x = -515.1;
_root.hiro._y = 933.5;
_root.fromvillage = false;
_root.warp = false;
}
if (_root.outforest && (_root.warp)) {
_root.hiro._x = -1141.8;
_root.hiro._y = 364.6;
_root.played = false;
_root.outforest = false;
_root.warp = false;
}
}
Instance of Symbol 1403 MovieClip "Walls" in Frame 13
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1356 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.warp && (_root.fromvillage)) {
this.play();
}
if (_root.warp && (_root.outside3)) {
this.play();
}
if (_root.warp && (_root.inshop)) {
this.play();
}
if (_root.warp && (_root.inshop2)) {
this.play();
}
if (_root.warp && (_root.inpub)) {
this.play();
}
if (_root.warp && (_root.intar)) {
this.play();
}
if (_root.warp && (_root.inlibrary)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.inlibrary)) {
_root.gotoAndStop("library");
}
if ((this._currentframe >= 30) && (_root.fromvillage)) {
_root.gotoAndStop("outside1");
}
if ((this._currentframe >= 30) && (_root.outside3)) {
_root.gotoAndStop("outside3");
}
if ((this._currentframe >= 30) && (_root.inshop)) {
_root.gotoAndStop("shop");
}
if ((this._currentframe >= 30) && (_root.inshop2)) {
_root.gotoAndStop("shop2");
}
if ((this._currentframe >= 30) && (_root.inpub)) {
_root.gotoAndStop("pub");
}
if ((this._currentframe >= 30) && (_root.intar)) {
_root.gotoAndStop("intar");
}
}
Instance of Symbol 1358 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.outside2 && (_root.warp)) {
_root.hiro._x = -678.9;
_root.hiro._y = -150.1;
_root.outside2 = false;
_root.warp = false;
}
if (_root.fromsouth && (_root.warp)) {
_root.hiro._x = -499.1;
_root.hiro._y = 1075.2;
_root.fromsouth = false;
_root.warp = false;
}
if (_root.outshop && (_root.warp)) {
_root.hiro._x = 14.1;
_root.hiro._y = 350;
_root.outshop = false;
_root.warp = false;
}
if (_root.outshop2 && (_root.warp)) {
_root.hiro._x = 646.3;
_root.hiro._y = 350;
_root.outshop2 = false;
_root.warp = false;
}
if (_root.outpub && (_root.warp)) {
_root.hiro._x = 243.5;
_root.hiro._y = 939.1;
_root.outpub = false;
_root.warp = false;
}
if (_root.outtar && (_root.warp)) {
_root.hiro._x = 1022.8;
_root.hiro._y = 898.8;
_root.outtar = false;
_root.warp = false;
}
if (_root.outlibrary && (_root.warp)) {
_root.hiro._x = -1546.9;
_root.hiro._y = 376.3;
_root.outlibrary = false;
_root.warp = false;
}
}
Instance of Symbol 1418 MovieClip "Walls" in Frame 15
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1356 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.warp && (_root.fromsouth)) {
this.play();
}
if (_root.warp && (_root.inblack)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.fromsouth)) {
_root.gotoAndStop("outside2");
}
if ((this._currentframe >= 30) && (_root.inblack)) {
_root.gotoAndStop("lumber");
}
}
Instance of Symbol 1358 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (_root.outside3 && (_root.warp)) {
_root.hiro._x = 253.8;
_root.hiro._y = -238.4;
_root.outside3 = false;
_root.warp = false;
}
if (_root.outblack && (_root.warp)) {
_root.hiro._x = -16.4;
_root.hiro._y = 374.4;
_root.outblack = false;
_root.warp = false;
}
}
Instance of Symbol 1439 MovieClip in Frame 17
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 17
onClipEvent (load) {
this.played = false;
}
onClipEvent (enterFrame) {
if (_root.warp && (_root.outshop)) {
this.play();
}
if (!_root.day) {
_root.outshop = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Were closing up.\rComeback tomarrow.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outshop)) {
_root.gotoAndStop("outside2");
}
}
Instance of Symbol 1358 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.inshop) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inshop = false;
_root.warp = false;
}
}
Instance of Symbol 1439 MovieClip in Frame 19
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.warp && (_root.outshop2)) {
this.play();
}
if (!_root.day) {
_root.outshop2 = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Were closing up.\rComeback tomarrow.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outshop2)) {
_root.gotoAndStop("outside2");
}
}
Instance of Symbol 1358 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.inshop2) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inshop2 = false;
_root.warp = false;
}
}
Instance of Symbol 1353 MovieClip in Frame 21
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.warp && (_root.outtar)) {
this.play();
}
if (!_root.day) {
_root.outtar = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Its getting late you better go.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outtar)) {
_root.gotoAndStop("outside2");
}
}
Instance of Symbol 1358 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (_root.intar) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.intar = false;
_root.warp = false;
}
}
Instance of Symbol 1439 MovieClip in Frame 23
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.warp && (_root.outpub)) {
this.play();
}
if (!_root.day) {
_root.outpub = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Were closing up.\rComeback tomarrow.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outpub)) {
_root.gotoAndStop("outside2");
}
}
Instance of Symbol 1358 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.inpub) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inpub = false;
_root.warp = false;
}
}
Instance of Symbol 1356 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.warp && (_root.outlibrary)) {
this.play();
}
if (!_root.day) {
_root.outlibrary = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Were closing up.\rComeback tomarrow.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outlibrary)) {
_root.gotoAndStop("outside2");
}
}
Instance of Symbol 1358 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.inlibrary) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inlibrary = false;
_root.warp = false;
}
}
Instance of Symbol 1350 MovieClip "sleep" in Frame 27
onClipEvent (enterFrame) {
if (this._currentframe == 16) {
_root.working = true;
}
}
Instance of Symbol 1353 MovieClip in Frame 27
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.warp && (_root.outblack)) {
this.play();
}
if (!_root.day) {
_root.outblack = true;
_root.warp = true;
_root.inmessage = true;
_root.camera.textbox.message = "Its getting late kid.\rComeback tomarrow.";
}
if ((!this.played) && (!_root.day)) {
this.played = true;
_root.doorclose.start(0, 1);
}
if ((this._currentframe >= 30) && (_root.outblack)) {
_root.gotoAndStop("outside3");
}
}
Instance of Symbol 1358 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.inblack) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inblack = false;
_root.warp = false;
}
}
Frame 29
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1550 MovieClip "Walls" in Frame 29
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1553 MovieClip "music" in Frame 29
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1385 MovieClip in Frame 29
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
this._x = this._x - 400;
this._y = this._y - 300;
}
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1356 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.warp && (_root.outforest)) {
this.play();
}
if (_root.warp && (_root.outforest2)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outforest)) {
_root.gotoAndStop("outside1");
}
if ((this._currentframe >= 30) && (_root.outforest2)) {
_root.gotoAndStop("outforest2");
}
}
Instance of Symbol 1358 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.inforest && (_root.warp)) {
_root.hiro._x = 669.5;
_root.hiro._y = 316.7;
_root.inforest = false;
_root.warp = false;
}
if (_root.inforest2 && (_root.warp)) {
_root.hiro._x = -1090.5;
_root.hiro._y = 144.5;
_root.inforest2 = false;
_root.warp = false;
}
}
Frame 31
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1576 MovieClip "Walls" in Frame 31
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1772 MovieClip in Frame 31
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1772 MovieClip in Frame 31
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1772 MovieClip in Frame 31
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1385 MovieClip in Frame 31
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
this._x = this._x - 400;
this._y = this._y - 300;
}
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1356 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.warp && (_root.inforest2)) {
this.play();
}
if (_root.warp && (_root.inconrad)) {
this.play();
}
if (_root.warp && (_root.indung)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.inforest2)) {
_root.gotoAndStop("forest");
}
if ((this._currentframe >= 30) && (_root.inconrad)) {
_root.gotoAndStop("inconrad");
}
if ((this._currentframe >= 30) && (_root.indung)) {
_root.gotoAndStop("indung");
}
}
Instance of Symbol 1358 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (_root.outforest2 && (_root.warp)) {
_root.hiro._x = 328.9;
_root.hiro._y = 1263.8;
_root.outforest2 = false;
_root.warp = false;
}
if (_root.goingout2 && (_root.warp)) {
_root.hiro._x = 527;
_root.hiro._y = -59.6;
_root.goingout2 = false;
_root.warp = false;
}
if (_root.outdung && (_root.warp)) {
_root.hiro._x = -535;
_root.hiro._y = -1252.3;
_root.outdung = false;
_root.warp = false;
}
}
Frame 33
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1798 MovieClip "Walls" in Frame 33
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1353 MovieClip in Frame 33
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.warp && (_root.goingout2)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.goingout2)) {
_root.gotoAndStop("outforest2");
}
}
Instance of Symbol 1358 MovieClip in Frame 33
onClipEvent (enterFrame) {
if (_root.inconrad) {
_root.hiro._x = 279.1;
_root.hiro._y = 228;
_root.inconrad = false;
_root.warp = false;
}
}
Frame 35
_root.indungeon = true;
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1834 MovieClip "music2" in Frame 35
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung)) {
this.play();
}
if (_root.warp && (_root.indung2)) {
this.play();
}
if (_root.warp && (_root.indung4)) {
this.play();
}
if (_root.warp && (_root.indung9)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung)) {
_root.gotoAndStop("outforest2");
}
if ((this._currentframe >= 30) && (_root.indung2)) {
_root.gotoAndStop("indung2");
}
if ((this._currentframe >= 30) && (_root.indung4)) {
_root.gotoAndStop("indung4");
}
if ((this._currentframe >= 30) && (_root.indung9)) {
_root.gotoAndStop("indung9");
}
}
Instance of Symbol 1358 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (_root.indung) {
_root.hiro._x = 175.1;
_root.hiro._y = 367.7;
_root.indung = false;
_root.warp = false;
}
if (_root.outdung2) {
_root.hiro._x = 494.1;
_root.hiro._y = 156;
_root.outdung2 = false;
_root.warp = false;
}
if (_root.outdung4) {
_root.hiro._x = -160.9;
_root.hiro._y = 156;
_root.outdung4 = false;
_root.warp = false;
}
if (_root.outdung9) {
_root.hiro._x = 173.1;
_root.hiro._y = 15.1;
_root.outdung9 = false;
_root.warp = false;
}
}
Frame 37
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1840 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) || (_root.box.hitTest(this))) {
this.gotoAndStop(2);
_root.unlocking1 = true;
} else {
_root.unlocking1 = false;
this.gotoAndStop(1);
}
}
Instance of Symbol 1874 MovieClip "box" in Frame 37
onClipEvent (enterFrame) {
if (_root.enemies <= 0) {
this.gotoAndStop(2);
}
if (_root.enemies > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.hiro.dir == 1)) && (Key.isDown(38) && (this._y < _root.hiro._y))) && (Key.isDown(65))) {
this._y = this._y - 6;
} else if (((this.hitTest(_root.hiro) && (_root.hiro.dir == 2)) && (Key.isDown(39) && (this._x > _root.hiro._x))) && (Key.isDown(65))) {
this._x = this._x + 6;
} else if (((this.hitTest(_root.hiro) && (_root.hiro.dir == 3)) && (Key.isDown(40) && (this._y > this._root.hiro._y))) && (Key.isDown(65))) {
this._y = this._y + 6;
} else if (((this.hitTest(_root.hiro) && (_root.hiro.dir == 4)) && (Key.isDown(37) && (this._x < _root.hiro._x))) && (Key.isDown(65))) {
this._x = this._x - 6;
}
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hiro) && (Key.isDown(38) && (this._y < _root.hiro._y))) && (!Key.isDown(65))) {
_root.hiro._y = _root.hiro._y + 6;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(40) && (this._y > _root.hiro._y))) && (!Key.isDown(65))) {
_root.hiro._y = _root.hiro._y - 6;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(39) && (this._x > _root.hiro._x))) && (!Key.isDown(65))) {
_root.hiro._x = _root.hiro._x - 6;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(37) && (this._x < _root.hiro._x))) && (!Key.isDown(65))) {
_root.hiro._x = _root.hiro._x + 6;
}
}
Instance of Symbol 1908 MovieClip in Frame 37
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 250;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.gotoAndStop(2);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) {
_root.hirohurt = true;
}
if ((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1908 MovieClip in Frame 37
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 250;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.gotoAndStop(2);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) {
_root.hirohurt = true;
}
if ((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1908 MovieClip in Frame 37
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 250;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.gotoAndStop(2);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) {
_root.hirohurt = true;
}
if ((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1356 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung2)) {
this.play();
}
if (_root.warp && (_root.indung3)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung2)) {
_root.gotoAndStop("indung");
}
if ((this._currentframe >= 30) && (_root.indung3)) {
_root.gotoAndStop("indung3");
}
}
Instance of Symbol 1358 MovieClip in Frame 37
onClipEvent (enterFrame) {
if (_root.indung2) {
_root.hiro._x = -153.9;
_root.hiro._y = 156;
_root.indung2 = false;
_root.warp = false;
}
if (_root.outdung3) {
_root.hiro._x = 174.1;
_root.hiro._y = 2.7;
_root.outdung3 = false;
_root.warp = false;
}
}
Frame 39
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1921 MovieClip in Frame 39
onClipEvent (load) {
_root.torched = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.cannon.can.flame)) {
this.gotoAndStop(2);
_root.torched = true;
}
}
Instance of Symbol 1944 MovieClip "cannon" in Frame 39
onClipEvent (enterFrame) {
in_range = true;
if (((((!_root.pause) && (in_range)) && (!_root.cannonfire)) && (!_root.pause)) && (!_root.torched)) {
Xd = _root.hiro._x - _x;
Yd = _root.hiro._y - _y;
radAngle = Math.atan2(Yd, Xd);
_rotation = int(((radAngle * 360) / (Math.PI*2)) + 90);
updateAfterEvent();
}
if ((this.can.flame.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.pause)) {
_root.hirohurt = true;
}
}
Instance of Symbol 1356 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung3)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung3)) {
_root.gotoAndStop("indung2");
}
}
Instance of Symbol 1358 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.indung3) {
_root.hiro._x = 174.1;
_root.hiro._y = 323.7;
_root.indung3 = false;
_root.warp = false;
}
}
Frame 41
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1840 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) || (_root.box.hitTest(this))) {
this.gotoAndStop(2);
_root.switched2 = true;
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1772 MovieClip in Frame 41
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1908 MovieClip in Frame 41
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 250;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.gotoAndStop(2);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) {
_root.hirohurt = true;
}
if ((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1908 MovieClip in Frame 41
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 250;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.gotoAndStop(2);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) {
_root.hirohurt = true;
}
if ((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1356 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung4)) {
this.play();
}
if (_root.warp && (_root.indung5)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung4)) {
_root.gotoAndStop("indung");
}
if ((this._currentframe >= 30) && (_root.indung5)) {
_root.gotoAndStop("indung5");
}
}
Instance of Symbol 1358 MovieClip in Frame 41
onClipEvent (enterFrame) {
if (_root.indung4) {
_root.hiro._x = 515;
_root.hiro._y = 157.7;
_root.indung4 = false;
_root.warp = false;
}
if (_root.outdung5) {
_root.hiro._x = 172.1;
_root.hiro._y = 18;
_root.outdung5 = false;
_root.warp = false;
}
}
Frame 43
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1772 MovieClip in Frame 43
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1772 MovieClip in Frame 43
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1356 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung5)) {
this.play();
}
if (_root.warp && (_root.indung6)) {
this.play();
}
if (_root.warp && (_root.indung7)) {
this.play();
}
if (_root.warp && (_root.indung8)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung5)) {
_root.gotoAndStop("indung4");
}
if ((this._currentframe >= 30) && (_root.indung6)) {
_root.gotoAndStop("indung6");
}
if ((this._currentframe >= 30) && (_root.indung7)) {
_root.gotoAndStop("indung7");
}
if ((this._currentframe >= 30) && (_root.indung8)) {
_root.gotoAndStop("indung8");
}
}
Instance of Symbol 1358 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.indung5) {
_root.hiro._x = 177.1;
_root.hiro._y = 328.6;
_root.indung5 = false;
_root.warp = false;
}
if (_root.outdung7) {
_root.hiro._x = 494.1;
_root.hiro._y = 156;
_root.outdung7 = false;
_root.warp = false;
}
if (_root.outdung6) {
_root.hiro._x = -160.9;
_root.hiro._y = 156;
_root.outdung6 = false;
_root.warp = false;
}
if (_root.outdung8) {
_root.hiro._x = 173.1;
_root.hiro._y = 26.2;
_root.outdung8 = false;
_root.warp = false;
}
}
Frame 45
_root.enemies = 0;
_root.curse = 0;
_root.minib = true;
Instance of Symbol 1993 MovieClip in Frame 45
onClipEvent (load) {
this.health = 80;
this.alive = true;
this.ghurt = false;
this.spd = 0;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 500;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if ((this.dist < dist_snake) && (!_root.giantk)) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else if ((this.health < 0) && (!_root.giantk)) {
this.alive = false;
this.gotoAndStop(5);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.ghurt)) && (!_root.giantk)) {
_root.inmessage = true;
_root.camera.textbox.message = "The sword has no effect!\rYou need something with a little more power!";
}
if ((((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt)) && (!_root.giantk)) {
this.gotoAndStop(2);
}
if ((((this.hitTest(_root.hiro) && (!_root.hurted)) && (!_root.attack)) && (this.alive)) && (!_root.giantk)) {
_root.hirohurt = true;
}
if (_root.giantk) {
_root.enemies = 0;
this.gotoAndStop(6);
}
if (((((!_root.pause) && (!this.ghurt)) && (this.in_range)) && (this.alive)) && (!_root.giantk)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1995 MovieClip "music2" in Frame 45
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.giantk) {
this.stop();
}
}
Instance of Symbol 1356 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung6)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung6)) {
_root.gotoAndStop("indung5");
}
}
Instance of Symbol 1358 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (_root.indung6) {
_root.hiro._x = 515;
_root.hiro._y = 157.7;
_root.indung6 = false;
_root.warp = false;
}
}
Frame 47
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1772 MovieClip in Frame 47
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1772 MovieClip in Frame 47
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1772 MovieClip in Frame 47
onClipEvent (load) {
this.health = 30;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (!this.defend)) && (!this.ghurt)) or (((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt))) {
this.goblin.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.alive)) && (this.defend)) && (!this.played)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.goblin.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 1834 MovieClip "music2" in Frame 47
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung7)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung7)) {
_root.gotoAndStop("indung5");
}
}
Instance of Symbol 1358 MovieClip in Frame 47
onClipEvent (enterFrame) {
if (_root.indung7) {
_root.hiro._x = -180.9;
_root.hiro._y = 142.7;
_root.indung7 = false;
_root.warp = false;
}
}
Frame 49
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1356 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung8)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung8)) {
_root.gotoAndStop("indung5");
}
}
Instance of Symbol 1358 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.indung8) {
_root.hiro._x = 178.1;
_root.hiro._y = 330.7;
_root.indung8 = false;
_root.warp = false;
}
}
Frame 51
_root.enemies = 0;
_root.curse = 0;
_root.camera._visible = true;
Instance of Symbol 1356 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung9)) {
this.play();
}
if (_root.warp && (_root.indung10)) {
this.play();
}
if (_root.warp && (_root.cutscene)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung9)) {
_root.gotoAndStop("indung");
}
if ((this._currentframe >= 30) && (_root.indung10)) {
_root.gotoAndStop("indung10");
}
if ((this._currentframe >= 30) && (_root.cutscene)) {
_root.gotoAndStop("cutscene1");
}
}
Instance of Symbol 1358 MovieClip in Frame 51
onClipEvent (enterFrame) {
if (_root.indung9) {
_root.hiro._x = 178.1;
_root.hiro._y = 330.7;
_root.indung9 = false;
_root.warp = false;
}
}
Frame 53
_root.enemies = 0;
_root.curse = 0;
Instance of Symbol 1356 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (_root.warp && (_root.outdung10)) {
this.play();
}
if (_root.warp && (_root.finalroom)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.outdung10)) {
_root.gotoAndStop("indung10");
}
if ((this._currentframe >= 30) && (_root.finalroom)) {
_root.gotoAndStop("finalroom");
}
}
Instance of Symbol 1358 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (_root.indung10) {
_root.hiro._x = 178.1;
_root.hiro._y = 330.7;
_root.indung10 = false;
_root.warp = false;
}
}
Frame 55
_root.enemies = 0;
_root.curse = 0;
_root.dark1 = false;
Instance of Symbol 2080 MovieClip "c_scene_d" in Frame 55
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
_root.camera._visible = false;
}
Instance of Symbol 2083 MovieClip in Frame 55
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 1356 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.warp && (_root.indung11)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.indung11)) {
_root.gotoAndStop("indung11");
}
}
Instance of Symbol 1358 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (_root.finalroom) {
_root.hiro._x = 185.1;
_root.hiro._y = 176.7;
_root.warp = false;
}
}
Frame 57
_root.enemies = 0;
_root.curse = 0;
_root.stage2 = false;
_root.stage3 = false;
_root.end = false;
_root.camera._visible = true;
Instance of Symbol 2296 MovieClip in Frame 57
onClipEvent (load) {
this.health = 100;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
_root.enemies = _root.enemies + 1;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (!this.attack)) && (this.alive)) && (!this.ghurt)) {
this.evil_man.gotoAndStop(3);
}
if ((((this.hitTest(_root.hiro) && (_root.attack)) && (this.attack)) && (this.alive)) && (!this.played)) {
this.played = true;
_root.s_hit.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) && (!_root.attack)) {
_root.hirohurt = true;
}
if ((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) {
this.evil_man.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 2335 MovieClip in Frame 57
onClipEvent (load) {
this.health = 60;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 4;
this.gotoAndStop(6);
_root.enemies = _root.enemies + 1;
this.arrive = false;
}
onClipEvent (enterFrame) {
function checkproximity() {
dist_snake = 390;
dx = _x - _root.hiro._x;
dy = _y - _root.hiro._y;
this.dist = Math.sqrt((dx * dx) + (dy * dy));
if (this.dist < dist_snake) {
this.in_range = true;
} else {
this.in_range = false;
}
}
checkproximity();
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if ((((((this.hitTest(_root.hiro) && (_root.attack)) && (!this.attack)) && (this.alive)) && (!this.ghurt)) && (_root.stage2)) && (this.arrive)) {
this.evil_man.gotoAndStop(3);
}
if ((((((this.hitTest(_root.hiro) && (_root.attack)) && (this.attack)) && (this.alive)) && (!this.played)) && (_root.stage2)) && (this.arrive)) {
this.played = true;
_root.s_hit.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(5);
}
if (((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) && (!_root.attack)) {
_root.hirohurt = true;
}
if ((((((this.hitTest(_root.hiro) && (!this.attack)) && (!this.ghurt)) && (this.alive)) && (!_root.attack)) && (_root.stage2)) && (this.arrive)) {
this.evil_man.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((((!this.hitTest(_root.hiro)) && (!_root.pause)) && (this.alive)) && (!this.ghurt)) && (!this.attack)) && (!this.defend)) && (this.in_range)) && (_root.stage2)) && (this.arrive)) {
if (this._x < _root.hiro._x) {
this._x = this._x + this.spd;
}
if (this._x > _root.hiro._x) {
this._x = this._x - this.spd;
}
if (this._y < _root.hiro._y) {
this._y = this._y + this.spd;
this.md = true;
} else {
this.md = false;
}
if (((this.md && (!this.mu)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(1);
}
if (this._y > _root.hiro._y) {
this._y = this._y - this.spd;
this.mu = true;
} else {
this.mu = false;
}
if (((this.mu && (!this.md)) && (!this.mr)) && (!this.ml)) {
this.gotoAndStop(2);
}
if (this.mu && (this.md)) {
this.mu = false;
this.md = false;
}
if (((this._x < _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.mr = true;
this.gotoAndStop(3);
} else {
this.mr = false;
}
if (((this._x > _root.hiro._x) && (!this.mu)) && (!this.md)) {
this.ml = true;
this.gotoAndStop(4);
} else {
this.ml = false;
}
}
}
Instance of Symbol 2475 MovieClip "final" in Frame 57
onClipEvent (load) {
this.health = 100;
this.alive = true;
this.defend = false;
this.ghurt = false;
this.spd = 0;
this.gotoAndStop(3);
_root.enemies = _root.enemies + 1;
this.arrive = false;
}
onClipEvent (enterFrame) {
this.in_range = true;
if (this.health > 0) {
this.alive = true;
} else {
this.alive = false;
}
if (((((this.hitTest(_root.bomm) && (_root.bombattack)) && (this.alive)) && (!this.ghurt)) && (_root.stage3)) && (this.arrive)) {
this.evil_man.gotoAndStop(2);
}
if ((((((this.hitTest(_root.hiro) && (_root.attack)) && (this.defend)) && (this.alive)) && (!this.played)) && (_root.stage3)) && (this.arrive)) {
this.played = true;
_root.swood.start(0, 1);
}
if (!_root.attack) {
this.played = false;
}
if (!this.alive) {
this.gotoAndStop(2);
}
if ((this.hitTest(_root.hiro) && (!_root.hurted)) && (this.attack)) {
_root.hirohurt = true;
}
}
onClipEvent (enterFrame) {
if ((((!_root.pause) && (!this.ghurt)) && (_root.stage3)) && (this.alive)) {
if (this._x < _root.oldx) {
this._x = this._x + this.spd;
}
if (this._x > _root.oldx) {
this._x = this._x - this.spd;
}
if (this._y > _root.oldy) {
this._y = this._y - this.spd;
}
if (this._y < _root.oldy) {
this._y = this._y + this.spd;
}
}
}
Instance of Symbol 1356 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.warp && (_root.end)) {
this.play();
}
if ((this._currentframe >= 30) && (_root.end)) {
_root.gotoAndStop("end");
}
}
Instance of Symbol 1358 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (_root.indung11) {
_root.hiro._x = 181.1;
_root.hiro._y = 306.6;
_root.indung11 = false;
_root.warp = false;
}
}
Frame 59
_root.enemies = 0;
_root.curse = 0;
_root.end = false;
_root.warp = false;
Instance of Symbol 2503 MovieClip "cut" in Frame 59
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
_root.camera._visible = false;
}
Frame 60
_root.enemies = 0;
_root.curse = 0;
_root.end = false;
_root.warp = false;
Frame 62
stop();
Instance of Symbol 1083 MovieClip "hiro" in Frame 62
onClipEvent (load) {
this._name = "hiro";
_root.RUN = 6;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if ((_root.Walls.hitTest(getBounds(_root).xMax, _y, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
this._x = this._x + _root.RUN;
_root.pushes = false;
}
} else if (Key.isDown(37)) {
if ((_root.Walls.hitTest(getBounds(_root).xMin, _y, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._x = this._x - _root.RUN;
}
}
if (Key.isDown(40)) {
if ((_root.Walls.hitTest(_x, getBounds(_root).yMax, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y + _root.RUN;
}
} else if (Key.isDown(38)) {
if ((_root.Walls.hitTest(_x, getBounds(_root).yMin, true) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = true;
} else if ((((_root.pause == false) and (_root.attack == false)) && (_root.hiroalive)) && (!_root.hirohurt)) {
_root.pushes = false;
this._y = this._y - _root.RUN;
}
}
}
Instance of Symbol 1172 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1246 MovieClip "camera" in Frame 62
onClipEvent (enterFrame) {
this._x = _root.hiro._x;
this._y = _root.hiro._y;
}
Frame 63
stop();
Instance of Symbol 1457 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.tlove == 0)) {
_root.inmessage = true;
_root.camera.textbox.message = "......He....he.... Hello???";
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.tlove >= 50)) {
_root.inmessage = true;
_root.camera.textbox.message = "Oh, hi there Hiro.... You look nice today!";
}
}
Symbol 28 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndPlay ("loaded");
}
Symbol 28 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 MovieClip Frame 3
_root.play();
Symbol 35 Button
on (release) {
getURL ("http://www.minijuegos.com");
}
Symbol 123 MovieClip Frame 160
_root.play();
Symbol 133 MovieClip Frame 120
stop();
_root.play();
Symbol 137 MovieClip Frame 20
stop();
_parent.press_st.play();
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 65
gotoAndPlay (35);
Symbol 141 MovieClip Frame 70
gotoAndPlay (15);
Symbol 144 MovieClip Frame 28
_root.intmusic.play();
Symbol 144 MovieClip Frame 58
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 144 MovieClip Frame 58
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.menuscn2.play();
}
}
Symbol 144 MovieClip Frame 76
_root.play();
Symbol 180 Button
on (release) {
getURL ("http://www.minijuegos.com");
}
Symbol 185 MovieClip Frame 13
gotoAndStop (12);
Symbol 196 MovieClip Frame 16
gotoAndStop (15);
Symbol 201 MovieClip Frame 16
gotoAndStop (15);
Symbol 206 MovieClip Frame 16
gotoAndStop (15);
Symbol 212 MovieClip Frame 13
gotoAndStop (12);
Symbol 216 MovieClip Frame 17
gotoAndStop (16);
Symbol 217 MovieClip Frame 1
stop();
Instance of Symbol 196 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 201 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(13)) {
_root.fade.play();
}
}
Symbol 217 MovieClip Frame 4
stop();
Instance of Symbol 196 MovieClip in Symbol 217 MovieClip Frame 4
onClipEvent (load) {
this.link = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(13) && (!this.link)) {
getURL ("http://www.minijuegos.com");
this.link = true;
}
}
Instance of Symbol 206 MovieClip in Symbol 217 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndStop(1);
}
Symbol 217 MovieClip Frame 7
stop();
Instance of Symbol 196 MovieClip in Symbol 217 MovieClip Frame 7
onClipEvent (load) {
this.gotoAndStop(1);
}
Symbol 217 MovieClip Frame 10
gotoAndStop (9);
Symbol 219 MovieClip Frame 31
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 32
stop();
_root.play();
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 65
gotoAndPlay (35);
Instance of Symbol 227 MovieClip "press_st" in Symbol 260 MovieClip Frame 1
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(83)) {
_root.cutone.gotoAndPlay(329);
}
}
Symbol 260 MovieClip Frame 60
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 260 MovieClip Frame 60
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cutone.play();
}
}
Symbol 260 MovieClip Frame 120
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 260 MovieClip Frame 120
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cutone.play();
}
}
Symbol 260 MovieClip Frame 180
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 260 MovieClip Frame 180
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cutone.play();
}
}
Symbol 260 MovieClip Frame 240
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 260 MovieClip Frame 240
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cutone.play();
}
}
Symbol 260 MovieClip Frame 300
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 260 MovieClip Frame 300
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cutone.play();
}
}
Symbol 260 MovieClip Frame 330
_root.play();
Symbol 273 MovieClip Frame 16
gotoAndStop (15);
Symbol 274 Button
on (release) {
_root.gamestart = true;
_root.gotoAndStop("house1");
}
Symbol 331 MovieClip Frame 1
stop();
Instance of Symbol 300 MovieClip "Down" in Symbol 331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 312 MovieClip in Symbol 331 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 330 MovieClip in Symbol 331 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 330 MovieClip in Symbol 331 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 359 MovieClip Frame 1
stop();
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 2
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 6
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 8
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 10
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 12
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 16
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 17
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 18
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 19
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 20
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 21
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 22
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 24
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 28
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 30
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 32
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 34
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 38
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 39
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 40
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 41
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 42
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 43
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 44
_parent.dude._visible = true;
Symbol 359 MovieClip Frame 46
_parent.dude._visible = false;
Symbol 359 MovieClip Frame 47
_root.hurted = false;
Symbol 429 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._y = _root.hiro._y - 20;
Symbol 429 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 434 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._y = _root.hiro._y + 20;
Symbol 434 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 442 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x + 20;
Symbol 442 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 448 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x - 20;
Symbol 448 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 525 MovieClip Frame 140
stop();
Symbol 526 MovieClip Frame 1
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 356 MovieClip "dude" in Symbol 526 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 359 MovieClip in Symbol 526 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hurted) {
this.play();
}
}
Symbol 526 MovieClip Frame 2
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (6);
}
};
Instance of Symbol 390 MovieClip "dude" in Symbol 526 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 526 MovieClip Frame 3
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (7);
}
};
Instance of Symbol 422 MovieClip "dude" in Symbol 526 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 526 MovieClip Frame 4
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (8);
}
};
Instance of Symbol 422 MovieClip "dude" in Symbol 526 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 526 MovieClip Frame 5
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (1);
}
};
Symbol 526 MovieClip Frame 6
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (2);
}
};
Symbol 526 MovieClip Frame 7
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (3);
}
};
Symbol 526 MovieClip Frame 8
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (4);
}
};
Symbol 567 MovieClip Frame 1
stop();
Instance of Symbol 548 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 549 MovieClip in Symbol 567 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 566 MovieClip in Symbol 567 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 566 MovieClip in Symbol 567 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 632 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._y = _root.hiro._y - 20;
Symbol 632 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 636 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._y = _root.hiro._y + 20;
Symbol 636 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 641 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x + 20;
Symbol 641 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 646 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x - 20;
Symbol 646 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 718 MovieClip Frame 140
stop();
Symbol 719 MovieClip Frame 1
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 588 MovieClip "dude" in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 359 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hurted) {
this.play();
}
}
Symbol 719 MovieClip Frame 2
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (6);
}
};
Instance of Symbol 607 MovieClip "dude" in Symbol 719 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 719 MovieClip Frame 3
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (7);
}
};
Instance of Symbol 627 MovieClip "dude" in Symbol 719 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 719 MovieClip Frame 4
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (8);
}
};
Instance of Symbol 627 MovieClip "dude" in Symbol 719 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 719 MovieClip Frame 5
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (1);
}
};
Symbol 719 MovieClip Frame 6
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (2);
}
};
Symbol 719 MovieClip Frame 7
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (3);
}
};
Symbol 719 MovieClip Frame 8
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (4);
}
};
Symbol 781 MovieClip Frame 1
stop();
_root.attack = false;
Symbol 781 MovieClip Frame 2
_root.attack = true;
Symbol 781 MovieClip Frame 10
stop();
_root.attack = false;
Symbol 781 MovieClip Frame 11
_root.attack = true;
Symbol 781 MovieClip Frame 19
stop();
_root.attack = false;
Symbol 781 MovieClip Frame 20
_root.attack = true;
Symbol 782 MovieClip Frame 1
stop();
_root.attack = false;
Instance of Symbol 740 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 781 MovieClip in Symbol 782 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) && (_root.pause == false)) {
this.play();
}
if (_root.paused) {
_root.attack = false;
this.stop();
}
}
Symbol 815 MovieClip Frame 1
_root.attack = false;
stop();
Symbol 815 MovieClip Frame 2
_root.attack = true;
Symbol 815 MovieClip Frame 10
stop();
_root.attack = false;
Symbol 815 MovieClip Frame 11
_root.attack = true;
Symbol 815 MovieClip Frame 19
stop();
_root.attack = false;
Symbol 815 MovieClip Frame 20
_root.attack = true;
Symbol 816 MovieClip Frame 1
stop();
_root.attack = false;
Instance of Symbol 801 MovieClip in Symbol 816 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 815 MovieClip in Symbol 816 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) && (_root.pause == false)) {
this.play();
}
if (_root.paused) {
_root.attack = false;
this.stop();
}
}
Symbol 881 MovieClip Frame 1
stop();
_root.attack = false;
Symbol 881 MovieClip Frame 2
_root.attack = true;
Symbol 881 MovieClip Frame 10
stop();
_root.attack = false;
Symbol 881 MovieClip Frame 11
_root.attack = true;
Symbol 881 MovieClip Frame 19
stop();
_root.attack = false;
Symbol 881 MovieClip Frame 20
_root.attack = true;
Symbol 882 MovieClip Frame 1
stop();
_root.attack = false;
Instance of Symbol 835 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 881 MovieClip in Symbol 882 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) && (_root.pause == false)) {
this.play();
}
if (_root.paused) {
_root.attack = false;
this.stop();
}
}
Symbol 883 MovieClip Frame 1
stop();
_root.attack = false;
Instance of Symbol 835 MovieClip in Symbol 883 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 881 MovieClip in Symbol 883 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) && (_root.pause == false)) {
this.play();
}
if (_root.paused) {
_root.attack = false;
this.stop();
}
}
Symbol 884 MovieClip Frame 1
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 782 MovieClip "dude" in Symbol 884 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(40) && (_root.attack == false)) && (_root.pause == false)) {
this.gotoAndStop(1);
} else if ((Key.isDown(83) && (_root.pause == false)) && (!_root.inmessage)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 359 MovieClip in Symbol 884 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hurted) {
this.play();
}
}
Symbol 884 MovieClip Frame 2
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (6);
}
};
Instance of Symbol 816 MovieClip "dude" in Symbol 884 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (_root.attack == false)) && (_root.pause == false)) {
this.gotoAndStop(1);
} else if ((Key.isDown(83) && (_root.pause == false)) && (!_root.inmessage)) {
this.gotoAndStop(2);
}
}
Symbol 884 MovieClip Frame 3
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (7);
}
};
Instance of Symbol 882 MovieClip "dude" in Symbol 884 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((Key.isDown(37) && (_root.attack == false)) && (_root.pause == false)) {
this.gotoAndStop(1);
} else if ((Key.isDown(83) && (_root.pause == false)) && (!_root.inmessage)) {
this.gotoAndStop(2);
}
}
Symbol 884 MovieClip Frame 4
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (8);
}
};
Instance of Symbol 883 MovieClip "dude" in Symbol 884 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (_root.attack == false)) && (_root.pause == false)) {
this.gotoAndStop(1);
} else if ((Key.isDown(83) && (_root.pause == false)) && (!_root.inmessage)) {
this.gotoAndStop(2);
}
}
Symbol 884 MovieClip Frame 5
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (1);
}
};
Symbol 884 MovieClip Frame 6
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (2);
}
};
Symbol 884 MovieClip Frame 7
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (3);
}
};
Symbol 884 MovieClip Frame 8
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (4);
}
};
Symbol 905 MovieClip Frame 615
gotoAndPlay (1);
Symbol 907 MovieClip Frame 1
stop();
Symbol 913 MovieClip Frame 1
stop();
Symbol 920 MovieClip Frame 1
stop();
Symbol 920 MovieClip Frame 2
_root.havesword = true;
Symbol 920 MovieClip Frame 3
_root.getmoney = false;
Symbol 920 MovieClip Frame 4
_root.getpotion = false;
Symbol 920 MovieClip Frame 5
_root.getsack = false;
Symbol 920 MovieClip Frame 6
_root.getiron = false;
Symbol 920 MovieClip Frame 7
_root.getbombs = false;
Symbol 920 MovieClip Frame 8
_root.getkey = false;
Symbol 920 MovieClip Frame 9
_root.getpurgers = false;
Symbol 920 MovieClip Frame 10
_root.getbkey = false;
Symbol 921 MovieClip Frame 17
stop();
Instance of Symbol 920 MovieClip in Symbol 921 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.getsword) {
this.gotoAndStop(2);
}
if (_root.getmoney) {
this.gotoAndStop(3);
}
if (_root.getpotion) {
this.gotoAndStop(4);
}
if (_root.getsack) {
this.gotoAndStop(5);
}
if (_root.getiron) {
this.gotoAndStop(6);
}
if (_root.getbombs) {
this.gotoAndStop(7);
}
if (_root.getkey) {
this.gotoAndStop(8);
}
if (_root.getpurgers) {
this.gotoAndStop(9);
}
if (_root.getbkey) {
this.gotoAndStop(10);
}
}
Symbol 928 MovieClip Frame 17
stop();
Instance of Symbol 920 MovieClip in Symbol 928 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.getsword) {
this.gotoAndStop(2);
}
if (_root.getmoney) {
this.gotoAndStop(3);
}
if (_root.getpotion) {
this.gotoAndStop(4);
}
if (_root.getsack) {
this.gotoAndStop(5);
}
if (_root.getiron) {
this.gotoAndStop(6);
}
if (_root.getbombs) {
this.gotoAndStop(7);
}
if (_root.getkey) {
this.gotoAndStop(8);
}
if (_root.getpurgers) {
this.gotoAndStop(9);
}
if (_root.getbkey) {
this.gotoAndStop(10);
}
}
Symbol 978 MovieClip Frame 1
stop();
Instance of Symbol 959 MovieClip in Symbol 978 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 549 MovieClip in Symbol 978 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 977 MovieClip in Symbol 978 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 977 MovieClip in Symbol 978 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 1069 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._y = _root.hiro._y - 20;
Symbol 1069 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 1076 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x + 20;
Symbol 1076 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 1081 MovieClip Frame 1
_root.hurted = true;
_root.health = _root.health - 1;
_root.hiro._x = _root.hiro._x - 20;
Symbol 1081 MovieClip Frame 7
_root.hirohurt = false;
stop();
Symbol 1082 MovieClip Frame 1
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 1012 MovieClip "dude" in Symbol 1082 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 359 MovieClip in Symbol 1082 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hurted) {
this.play();
}
}
Symbol 1082 MovieClip Frame 2
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (6);
}
};
Instance of Symbol 607 MovieClip "dude" in Symbol 1082 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 1082 MovieClip Frame 3
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (7);
}
};
Instance of Symbol 1040 MovieClip "dude" in Symbol 1082 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 1082 MovieClip Frame 4
onEnterFrame = function () {
if ((_root.hirohurt == true) && (_root.hiroalive)) {
gotoAndStop (8);
}
};
Instance of Symbol 1060 MovieClip "dude" in Symbol 1082 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.play();
} else {
this.gotoAndStop(1);
}
}
Symbol 1082 MovieClip Frame 5
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (1);
}
};
Symbol 1082 MovieClip Frame 6
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (2);
}
};
Symbol 1082 MovieClip Frame 7
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (3);
}
};
Symbol 1082 MovieClip Frame 8
onEnterFrame = function () {
if ((!_root.hirohurt) && (_root.hiroalive)) {
gotoAndStop (4);
}
};
Symbol 1083 MovieClip Frame 1
onEnterFrame = function () {
if (_root.attack or (!_root.hiroalive)) {
man._visible = true;
push._visible = false;
}
if ((_root.pushes && (!_root.attack)) && (_root.hiroalive)) {
push._visible = true;
man._visible = false;
} else if (!_root.pushes) {
push._visible = false;
man._visible = true;
}
if ((((!_root.havesword) && (!_root.getitem)) && (_root.hiroalive)) && (_root.ditem != 4)) {
gotoAndStop (1);
}
if ((((_root.havesword && (!_root.equiped)) && (!_root.getitem)) && (_root.hiroalive)) && (_root.ditem != 4)) {
gotoAndStop (2);
}
if ((((_root.havesword && (_root.equiped)) && (!_root.getitem)) && (_root.hiroalive)) && (_root.ditem != 4)) {
gotoAndStop (3);
}
if (((_root.ditem == 4) && (!_root.getitem)) && (_root.hiroalive)) {
gotoAndStop (6);
}
if (((_root.getitem == true) && (!_root.havesword)) && (_root.hiroalive)) {
gotoAndStop (4);
}
if ((((_root.getitem == true) && (_root.havesword)) && (!_root.getsword)) && (_root.hiroalive)) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 278 MovieClip in Symbol 1083 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hiroalive) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 331 MovieClip "push" in Symbol 1083 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(39) && (_root.pause == false)) && (_root.hiroalive)) {
this.gotoAndStop("Right");
} else if ((Key.isDown(37) && (_root.pause == false)) && (_root.hiroalive)) {
this.gotoAndStop("Left");
} else if ((Key.isDown(38) && (_root.pause == false)) && (_root.hiroalive)) {
this.gotoAndStop("Up");
} else if ((Key.isDown(40) && (_root.pause == false)) && (_root.hiroalive)) {
this.gotoAndStop("Down");
}
}
Instance of Symbol 526 MovieClip "man" in Symbol 1083 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(39) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Right");
} else if (((Key.isDown(37) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Left");
} else if (((Key.isDown(38) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Up");
} else if (((Key.isDown(40) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Down");
}
if (!_root.hiroalive) {
this.gotoAndStop(9);
}
}
Instance of Symbol 567 MovieClip "push" in Symbol 1083 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.gotoAndStop("Right");
} else if (Key.isDown(37) && (_root.pause == false)) {
this.gotoAndStop("Left");
} else if (Key.isDown(38) && (_root.pause == false)) {
this.gotoAndStop("Up");
} else if (Key.isDown(40) && (_root.pause == false)) {
this.gotoAndStop("Down");
}
}
Instance of Symbol 719 MovieClip "man" in Symbol 1083 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((Key.isDown(39) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Right");
} else if (((Key.isDown(37) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Left");
} else if (((Key.isDown(38) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Up");
} else if (((Key.isDown(40) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Down");
}
if (!_root.hiroalive) {
this.gotoAndStop(9);
}
}
Instance of Symbol 884 MovieClip "man" in Symbol 1083 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((Key.isDown(39) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Right");
} else if (((Key.isDown(37) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Left");
} else if (((Key.isDown(38) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Up");
} else if (((Key.isDown(40) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Down");
}
if (!_root.hiroalive) {
this.gotoAndStop(9);
}
}
Instance of Symbol 978 MovieClip "push" in Symbol 1083 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_root.pause == false)) {
this.gotoAndStop("Right");
} else if (Key.isDown(37) && (_root.pause == false)) {
this.gotoAndStop("Left");
} else if (Key.isDown(38) && (_root.pause == false)) {
this.gotoAndStop("Up");
} else if (Key.isDown(40) && (_root.pause == false)) {
this.gotoAndStop("Down");
}
}
Instance of Symbol 1082 MovieClip "man" in Symbol 1083 MovieClip Frame 6
onClipEvent (enterFrame) {
if (((Key.isDown(39) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Right");
} else if (((Key.isDown(37) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Left");
} else if (((Key.isDown(38) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Up");
} else if (((Key.isDown(40) && (_root.pause == false)) && (!_root.hirohurt)) && (_root.hiroalive)) {
this.gotoAndStop("Down");
}
if (!_root.hiroalive) {
this.gotoAndStop(9);
}
}
Symbol 1093 MovieClip Frame 120
_parent.gotoAndStop(2);
Symbol 1105 MovieClip Frame 17
stop();
Symbol 1107 MovieClip Frame 1
stop();
Instance of Symbol 1093 MovieClip in Symbol 1107 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.pause) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 1105 MovieClip in Symbol 1107 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!_root.pause) {
this.play();
_root.bombattack = true;
} else {
_root.bombattack = false;
this.stop();
}
if (this._currentframe == 17) {
_root.bombattack = false;
_root.bomm.gotoAndStop(3);
}
}
Symbol 1107 MovieClip Frame 3
_root.bombattack = false;
Symbol 1113 Button
on (press) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
Symbol 1121 Button
on (release) {
if (_root.equiped) {
_root.equiped = false;
}
}
Symbol 1123 Button
on (release) {
if (!_root.equiped) {
_root.equiped = true;
}
if (_root.ditem == 4) {
_root.ditem = 0;
}
}
Symbol 1124 MovieClip Frame 1
stop();
Symbol 1131 Button
on (release) {
if (_root.potion > 0) {
_root.ditem = 3;
}
}
Symbol 1133 Button
on (release) {
_root.ditem = 0;
}
Symbol 1134 MovieClip Frame 1
onEnterFrame = function () {
pot = _root.potion;
};
stop();
Symbol 1134 MovieClip Frame 2
stop();
Symbol 1137 MovieClip Frame 1
stop();
Symbol 1137 MovieClip Frame 2
stop();
Symbol 1140 MovieClip Frame 1
stop();
Symbol 1140 MovieClip Frame 2
stop();
Symbol 1144 Button
on (release) {
if (_root.bombs > 0) {
_root.ditem = 1;
}
if (_root.bombs <= 0) {
_root.ditem = 0;
}
}
Symbol 1145 Button
on (release) {
if (_root.ditem == 1) {
_root.ditem = 0;
}
}
Symbol 1146 MovieClip Frame 1
onEnterFrame = function () {
bom = _root.bombs;
};
stop();
Symbol 1146 MovieClip Frame 2
stop();
Symbol 1148 Button
on (release) {
if (!(_root.ditem === 4)) {
_root.ditem = 4;
}
if (_root.equiped) {
_root.equiped = false;
}
}
Symbol 1149 MovieClip Frame 1
stop();
Symbol 1149 MovieClip Frame 2
stop();
Symbol 1153 MovieClip Frame 1
onEnterFrame = function () {
keyy = _root.key;
};
Symbol 1154 MovieClip Frame 1
stop();
Symbol 1155 MovieClip Frame 1
stop();
Instance of Symbol 1124 MovieClip in Symbol 1155 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.havesword) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1134 MovieClip in Symbol 1155 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.potion > 0) {
this.gotoAndStop(2);
} else if (_root.potion <= 0) {
_root.potion = 0;
this.gotoAndStop(1);
}
}
Instance of Symbol 1137 MovieClip in Symbol 1155 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.havewood) {
this.gotoAndStop(2);
} else if (!_root.havewood) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1140 MovieClip in Symbol 1155 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.haveiron) {
this.gotoAndStop(2);
} else if (!_root.haveiron) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1146 MovieClip in Symbol 1155 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.bombs > 0) {
this.gotoAndStop(2);
} else if (_root.boms <= 0) {
_root.bombs = 0;
this.gotoAndStop(1);
}
}
Instance of Symbol 1149 MovieClip in Symbol 1155 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.purgersmask) {
this.gotoAndStop(2);
} else if (!_root.purgersmask) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1153 MovieClip in Symbol 1155 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.key > 0) {
this.gotoAndStop(2);
} else if ((!_root.key) > 0) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1154 MovieClip in Symbol 1155 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.bosskey) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 1160 Button
on (release) {
inventory.gotoAndStop(1);
}
Symbol 1163 Button
on (release) {
inventory.gotoAndStop(2);
}
Symbol 1166 Button
on (release) {
_parent.inventory.gotoAndStop(3);
}
Symbol 1167 MovieClip Frame 1
stop();
Symbol 1172 MovieClip Frame 1
stop();
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1175 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1175 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1176 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1176 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Symbol 1176 MovieClip Frame 22
gotoAndStop (21);
Instance of Symbol 1172 MovieClip in Symbol 1179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1179 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Symbol 1179 MovieClip Frame 21
gotoAndPlay (20);
Symbol 1181 Button
on (release) {
if (_root.hiroalive) {
_root.curse = 0;
_root.enemies = 0;
_root.gamestart = true;
_root.gotoAndStop("house1");
}
}
Symbol 1183 MovieClip Frame 1
stop();
_root.menu1 = false;
Symbol 1183 MovieClip Frame 2
_root.menu1 = true;
Symbol 1183 MovieClip Frame 16
if (Key.isDown(32)) {
this.gotoAndPlay("men2");
}
Instance of Symbol 1167 MovieClip in Symbol 1183 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.indungeon) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1183 MovieClip Frame 17
gotoAndStop ("menloop");
Symbol 1183 MovieClip Frame 31
_root.menu1 = false;
Symbol 1188 MovieClip Frame 1
stop();
Symbol 1192 MovieClip Frame 1
stop();
Symbol 1192 MovieClip Frame 3
play();
Instance of Symbol 1196 MovieClip in Symbol 1197 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!(_root.ditem === 4)) {
this.stop();
this._visible = false;
} else {
this.play();
this._visible = true;
}
}
Instance of Symbol 907 MovieClip in Symbol 1201 MovieClip Frame 1
on (release) {
if (_root.havepotion) {
_root.health = 6;
}
}
Symbol 1202 MovieClip Frame 1
stop();
Symbol 1202 MovieClip Frame 2
onEnterFrame = function () {
bome = _root.bombs;
};
Symbol 1202 MovieClip Frame 3
onEnterFrame = function () {
pot2 = _root.potion;
if (_root.potion <= 0) {
gotoAndStop (1);
}
};
Symbol 1202 MovieClip Frame 4
onEnterFrame = function () {
if ((!_root.ditem) == 4) {
gotoAndStop (1);
}
};
Symbol 1205 MovieClip Frame 108
_root.played = true;
Symbol 1205 MovieClip Frame 109
stop();
Symbol 1208 MovieClip Frame 108
_root.minib = false;
Symbol 1208 MovieClip Frame 109
stop();
Symbol 1210 MovieClip Frame 108
_root.dark1 = true;
Symbol 1210 MovieClip Frame 109
stop();
Symbol 1211 MovieClip Frame 1
stop();
_root.played = false;
Instance of Symbol 1205 MovieClip in Symbol 1211 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.played) {
gotoAndStop (1);
}
if (!_root.played) {
this.play();
}
}
Symbol 1218 MovieClip Frame 1
_root.music.play();
_global.days = _global.days + 1;
Instance of Symbol 1215 MovieClip in Symbol 1218 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.day = true;
}
Symbol 1218 MovieClip Frame 3601
_root.day = false;
_root.music.stop();
Instance of Symbol 1215 MovieClip in Symbol 1218 MovieClip Frame 3601
onClipEvent (enterFrame) {
_root.day = false;
_root.music.stop();
}
Instance of Symbol 1223 MovieClip in Symbol 1226 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((!Key.isDown(65)) && (Key.isDown(83))) && (_root.inmessage)) && (!_root.getitem)) {
_root.WW_Text_Done.start(0, 1);
_root.inmessage = false;
_root.pause = false;
_root.message = "";
}
if ((((!Key.isDown(65)) && (Key.isDown(83))) && (_root.inmessage)) && (_root.getitem)) {
_root.WW_Text_Done.start(0, 1);
_root.getitem = false;
_root.getsword = false;
_root.inmessage = false;
_root.pause = false;
_root.message = "";
}
}
Symbol 1228 MovieClip Frame 1
_root.msgready = false;
Symbol 1228 MovieClip Frame 5
_root.msgready = true;
stop();
Symbol 1230 MovieClip Frame 414
stop();
Symbol 1235 MovieClip Frame 16
gotoAndStop (15);
Symbol 1236 Button
on (release) {
_root.gamestart = true;
_root.gotoAndStop("house1");
_root.health = 6;
_root.hirohurt = false;
_root.hiroalive = true;
}
Symbol 1240 MovieClip Frame 16
gotoAndStop (15);
Symbol 1241 Button
on (release) {
_root.gotoAndStop("menuscn1");
}
Symbol 1242 MovieClip Frame 31
stop();
Symbol 1244 MovieClip Frame 90
gotoAndPlay (31);
Symbol 1245 MovieClip Frame 1
stop();
Symbol 1246 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = true;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
_root.camera.money = 0;
Instance of Symbol 1183 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (load) {
_root.menu1 = false;
this._visible = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(32) && (!_root.inmessage)) && (_root.hiroalive)) {
this.play();
} else if (_root.menu1 == true) {
this._visible = true;
_root.pause = true;
} else if (((_root.menu1 == false) && (!_root.inmessage)) && (_root.hiroalive)) {
this._visible = false;
_root.pause = false;
}
}
Instance of Symbol 1188 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health > 6) {
_root.health = 6;
}
if (_root.health == 6) {
this.gotoAndStop(1);
}
if (_root.health == 5) {
this.gotoAndStop(2);
}
if (_root.health == 4) {
this.gotoAndStop(3);
}
if (_root.health == 3) {
this.gotoAndStop(4);
}
if (_root.health == 2) {
this.gotoAndStop(5);
}
if (_root.health == 1) {
this.gotoAndStop(6);
}
if (_root.health > 0) {
_root.hiroalive = true;
} else if (_root.health <= 0) {
_root.hiroalive = false;
this.gotoAndStop(7);
}
}
Instance of Symbol 1197 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((((_root.equiped && (_root.havesword)) && (!_root.pushes)) && (_root.camera.acon._currentframe == 1)) && (!_root.attack)) && (!(_root.ditem === 4))) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1202 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ditem == 0) {
this.gotoAndStop(1);
}
if ((_root.ditem == 1) && (_root.bombs > 0)) {
this.gotoAndStop(2);
}
if ((_root.ditem == 3) && (_root.potion > 0)) {
this.gotoAndStop(3);
}
if ((_root.ditem == 4) && (_root.purgersmask)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 1211 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.house1 && (!_root.played)) {
this.gotoAndStop(2);
}
if ((!_root.giantk) && (_root.minib)) {
this.gotoAndStop(3);
}
if (_root.indung11 && (!_root.dark1)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 1218 MovieClip "dn" in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause or (!_root.hiroalive)) {
this.stop();
} else {
this.play();
}
}
Instance of Symbol 1226 MovieClip "textbox" in Symbol 1246 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.inmessage == true) {
_root.pause = true;
this._visible = true;
} else if (_root.inmessage == false) {
this._visible = false;
} else if ((_root.inmessage == false) && (_root.menu1 == false)) {
_root.pause = false;
}
}
Instance of Symbol 1228 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.gotoAndStop(1);
}
if (_root.inmessage && (!_root.msgready)) {
this.play();
}
if (Key.isDown(68) && (_root.msgready)) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1245 MovieClip in Symbol 1246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hiroalive && (_root.health > 0)) {
this.gotoAndStop(1);
} else {
_root.music.stop();
_root.music2.stop();
this.gotoAndStop(2);
}
}
Symbol 1254 MovieClip Frame 1
stop();
Symbol 1254 MovieClip Frame 2
stop();
Instance of Symbol 1254 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1255 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1262 MovieClip Frame 1
stop();
Instance of Symbol 913 MovieClip in Symbol 1262 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.getbombs = true;
_root.bombs = _root.bombs + 1;
_root.getitem = true;
_root.inmessage = true;
this.gotoAndStop(2);
_root.camera.textbox.message = "You got a bomb!\rClick in the menu screen to equip.\rPress D to use.";
}
}
Instance of Symbol 905 MovieClip in Symbol 1262 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.getmoney = true;
_root.camera.money = _root.camera.money + 10;
_root.getitem = true;
_root.inmessage = true;
this.gotoAndStop("none");
_root.camera.textbox.message = "You got 10 rubees!";
}
}
Instance of Symbol 905 MovieClip in Symbol 1262 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.getmoney = true;
_root.camera.money = _root.camera.money + 5;
_root.getitem = true;
_root.inmessage = true;
this.gotoAndStop("none");
_root.camera.textbox.message = "You got 5 rubees!";
}
}
Instance of Symbol 907 MovieClip in Symbol 1262 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.getpotion = true;
_root.potion = _root.potion + 1;
_root.getitem = true;
_root.inmessage = true;
this.gotoAndStop(2);
_root.camera.textbox.message = "You got a potion! What a delight!\rClick in the menu screen to drink.";
}
}
Symbol 1288 MovieClip Frame 18
stop();
Symbol 1289 MovieClip Frame 1
stop();
Instance of Symbol 1262 MovieClip in Symbol 1289 MovieClip Frame 2
onClipEvent (load) {
this.item = random(8) + 1;
}
onClipEvent (enterFrame) {
if (this.item == 1) {
this.gotoAndStop("none");
} else if ((this.item == 2) && (_root.havebombs)) {
this.gotoAndStop("bombs");
} else if (this.item == 3) {
this.gotoAndStop("money");
} else if (this.item == 4) {
this.gotoAndStop("money2");
} else if (this.item == 5) {
this.gotoAndStop("none");
} else if (this.item == 6) {
this.gotoAndStop("none");
} else if (this.item == 7) {
this.gotoAndStop("none");
} else if (this.item == 8) {
this.gotoAndStop("none");
}
}
Symbol 1318 MovieClip Frame 7
stop();
Symbol 1319 MovieClip Frame 26
gotoAndStop (12);
Instance of Symbol 1319 MovieClip in Symbol 1320 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1334 MovieClip Frame 10
stop();
Symbol 1336 MovieClip Frame 1
stop();
Instance of Symbol 1262 MovieClip in Symbol 1336 MovieClip Frame 2
onClipEvent (load) {
this.item = random(8) + 1;
}
onClipEvent (enterFrame) {
if (this.item == 1) {
this.gotoAndStop("none");
} else if ((this.item == 2) && (_root.havebombs)) {
this.gotoAndStop("bombs");
} else if (this.item == 3) {
this.gotoAndStop("money");
} else if (this.item == 4) {
this.gotoAndStop("money2");
} else if (this.item == 5) {
this.gotoAndStop("none");
} else if (this.item == 6) {
this.gotoAndStop("none");
} else if (this.item == 7) {
this.gotoAndStop("none");
} else if (this.item == 8) {
this.gotoAndStop("none");
}
}
Symbol 1340 MovieClip Frame 1
stop();
Instance of Symbol 1319 MovieClip in Symbol 1343 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1345 MovieClip Frame 1
stop();
Symbol 1345 MovieClip Frame 2
_root.conlocked = false;
Instance of Symbol 1323 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.house1 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1340 MovieClip in Symbol 1347 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.chest2 == false) {
this.gotoAndStop(1);
} else if (_root.chest2) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chest2)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chest2)) && (Key.isDown(65))) {
_root.getmoney = true;
_root.camera.money = _root.camera.money + 40;
_root.chest2 = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got 40 rubees!";
}
}
Instance of Symbol 1301 MovieClip in Symbol 1347 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.hiro._y = _root.hiro._y + 6;
}
}
Instance of Symbol 1343 MovieClip in Symbol 1347 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) {
_root.inmessage = true;
_root.camera.textbox.message = ".........\r(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if (((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) {
_root.camera.textbox.message = _root.name + " im trying to sleep. Just sleep on the blue carpet or something.";
_root.msgready = false;
}
}
Symbol 1350 MovieClip Frame 1
_root.sleeppl = false;
stop();
Symbol 1350 MovieClip Frame 36
_root.sleeppl = true;
Symbol 1356 MovieClip Frame 1
stop();
Symbol 1356 MovieClip Frame 32
stop();
Symbol 1358 MovieClip Frame 32
stop();
Symbol 1363 MovieClip Frame 1
stop();
Symbol 1363 MovieClip Frame 2
stop();
Instance of Symbol 1363 MovieClip in Symbol 1364 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1364 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1369 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1369 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1172 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1293 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = _root.name + "'s House";
}
}
Instance of Symbol 1320 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
this.msg3 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (!_root.gtalk)) {
_root.inmessage = true;
_root.camera.textbox.message = ((((((("Oh hey " + _root.name) + ". Conrad needs you for something...") + newline) + "Its not everyday the Village Guardian calls for my only") + newline) + "grandson.") + newline) + "(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (!_root.gtalk)) {
_root.camera.textbox.message = "Anyways he is at his home in the woods to the West.\rYou better hurry it may be important.\r(Press A)";
_root.msgready = false;
this.msg2 = true;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (!this.msg3)) && (_root.inmessage)) && (_root.msgready)) && (!_root.gtalk)) {
_root.camera.textbox.message = "I wonder what he needs?";
_root.gtalk = true;
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (_root.gtalk)) {
_root.inmessage = true;
_root.camera.textbox.message = "Have you talked to Conrad yet? Whatever he wanted to talk\rto you about is probably something important.\r(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (_root.gtalk)) {
_root.camera.textbox.message = "I think you should hurry off into the woods. He is probably\r waiting. Remember his house is to the west in the woods.\rPlease be carefull while your gone.";
_root.msgready = false;
this.msg2 = true;
}
}
Instance of Symbol 1304 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "<--- Forest(Beware)";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outside2 = false;
_root.outside1 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.outside1 = false;
_root.outside2 = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.inforest = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1371 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.inforest = true;
_root.warp = true;
}
}
Instance of Symbol 1340 MovieClip in Symbol 1371 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.chest == false) {
this.gotoAndStop(1);
} else if (_root.chest) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chest)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chest)) && (Key.isDown(65))) {
_root.getmoney = true;
_root.camera.money = _root.camera.money + 50;
_root.chest = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got 50 rubees!";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1371 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.outside1 = false;
_root.outside2 = true;
_root.warp = true;
}
}
Symbol 1381 MovieClip Frame 31
stop();
Symbol 1384 MovieClip Frame 31
stop();
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1390 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1402 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1172 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1293 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Potions Shop\rOpens: Sun up\rClosed: Sundown";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "All Purpose Shop\rOpens: Sun up\rClosed: Sundown";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Library\rOpens: Sun up\rClosed: Sundown";
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1293 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1293 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1293 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hiro) && (!_root.mail)) && (Key.isDown(65))) {
_root.getmoney = true;
_root.camera.money = _root.camera.money + 15;
_root.mail = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "Oh look! It's a library late fee. Its worth 20 rubees\rYou probably shouldnt have taken that.";
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.mail)) && (!_root.inmessage)) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Town Pub\rOpens: Sun up\rClosed: Sundown";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Grandma's House";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.fromvillage = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.outside3 = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inshop = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inshop2 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inpub = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.intar = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1403 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inlibrary = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Grandma's House";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Town Pub\rOpens: Sun up\rClosed: Sundown";
}
}
Instance of Symbol 1402 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.msg1 = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!_root.inmessage)) {
_root.camera.acon.gotoAndPlay(3);
this.msg1 = false;
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!_root.havewood)) && (!this.msg1)) {
_root.inmessage = true;
this.msg1 = true;
_root.camera.textbox.message = "Want to buy a special gift?\rOnly 5 rubees.\r(Press A To Accept the Offer)";
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (_root.inmessage)) && (_root.camera.money < 5)) && (Key.isDown(65))) && (!_root.havewood)) && (this.msg1)) && (_root.msgready)) {
_root.camera.textbox.message = "Not enough cash my friend.\rCome back later when your pockets are full.\rHehehe....";
}
if ((((((this.hitTest(_root.hiro) && (_root.inmessage)) && (_root.camera.money >= 5)) && (Key.isDown(65))) && (!_root.havewood)) && (this.msg1)) && (_root.msgready)) {
_root.camera.money = _root.camera.money - 5;
_root.inmessage = true;
_root.camera.textbox.message = "You got a....\rsack of wood? What a rip off!\r Well maybe you will find a use for it.";
_root.getitem = true;
_root.getsack = true;
_root.havewood = true;
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.havewood)) && (!_root.inmessage)) {
_root.inmessage = true;
_root.camera.textbox.message = "Pleasure doing business with you.\rHehehe.....";
}
}
Instance of Symbol 1345 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1345 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1345 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1345 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1345 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1409 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1409 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1409 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1409 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1412 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1363 MovieClip in Symbol 1416 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1416 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1416 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1416 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1293 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "There is nothing in the mailbox.";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Black Smith\rOpens: Sun up\rCloses: Sundown";
}
}
Instance of Symbol 1412 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
this.msg3 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (!_root.spoken1)) {
_root.inmessage = true;
_root.camera.textbox.message = "My dads the coolest. He can make anything.\rWhen I was a baby he made The Guardians sword and shield.\rDid you know that?";
this.msg1 = true;
_root.msgready = false;
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (_root.spoken1)) {
_root.inmessage = true;
_root.camera.textbox.message = "The weirdest thing happened the other night. I was\rwalking through town and this old man with a brown sack\rasked me if I wanted to buy his brown sack from him.\r(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (_root.spoken1)) {
_root.camera.textbox.message = "I kind of got a creepy fealing about him so I ran\rall the way home. But I still wonder what he had in the sack.\r(Press A)";
this.msg2 = true;
_root.msgready = false;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (!this.msg3)) && (_root.inmessage)) && (_root.msgready)) && (_root.spoken1)) {
_root.camera.textbox.message = "It must not of been much because he was practically giving it\r away. Only five rubees!";
_root.msgready = false;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.fromsouth = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1418 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inblack = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1345 MovieClip in Symbol 1418 MovieClip Frame 2
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1426 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent._parent.table.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1434 Button
on (rollOver) {
if (!_root.pause) {
_root.inmessage = true;
_root.camera.textbox.message = "Iron Shard:\rIts pretty useless in its natural form, but\rbut this type of iron is used to make weapons.\rHigh Quality: 30 rubees";
}
}
on (press) {
if ((_root.camera.money >= 30) && (!_root.haveiron)) {
_root.camera.money = _root.camera.money - 30;
_root.inmessage = true;
_root.camera.textbox.message = "You got the iron shard!\rThis is high quality metal.\rIt can e used to make all kinds of things.";
_root.haveiron = true;
_root.getitem = true;
_root.getiron = true;
}
if (_root.haveiron && (!_root.inmessage)) {
_root.inmessage = true;
_root.camera.textbox.message = "You already have that.";
}
if ((_root.camera.money < 30) && (!_root.inmessage)) {
_root.camera.textbox.message = "You dont have enough money";
}
}
Symbol 1435 Button
on (rollOver) {
if ((!_root.pause) && (!_root.havebombs)) {
_root.inmessage = true;
_root.camera.textbox.message = "5 Bombs:Select bombs in the inventory to equip\rand press the D button to use.\rCost:20\rOut of stock.";
}
if ((!_root.pause) && (_root.havebombs)) {
_root.inmessage = true;
_root.camera.textbox.message = "Select bombs in the inventory to equip\rand press the D button to use.\rCost:20";
}
}
on (press) {
if (!_root.havebombs) {
_root.inmessage = true;
_root.camera.textbox.message = "Bombs: Out of stock.";
}
if (_root.havebombs && (_root.camera.money >= 20)) {
_root.inmessage = true;
_root.camera.textbox.message = "You got five bombs!\rSelect bombs in the inventory to equip\rand press the D button to use.";
_root.camera.money = _root.camera.money - 20;
_root.getitem = true;
_root.bombs = _root.bombs + 5;
_root.getbombs = true;
}
}
Instance of Symbol 1426 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x > this._x)) {
this._x = this._x + 5;
}
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x < this._x)) {
this._x = this._x - 5;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1430 MovieClip "table" in Symbol 1436 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Welcome To My Shop. How may I help you?\rMove your cursor over the items to see a description.\rClick the item to buy it.";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1436 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outshop = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1446 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent._parent.table.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1446 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x > this._x)) {
this._x = this._x + 5;
}
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x < this._x)) {
this._x = this._x - 5;
}
}
Instance of Symbol 1430 MovieClip "table" in Symbol 1448 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Welcome To My Shop\rHow may I help you?\rSorry we are completely out of stock due to supply\rand demand.";
}
}
Instance of Symbol 1289 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1448 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outshop2 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1456 MovieClip in Symbol 1457 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if ((_parent.hitTest(_root.hiro) && (_root.tlove == 0)) && (_root.inmessage == true)) {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1458 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outtar = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1457 MovieClip in Symbol 1458 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.tlove == 0)) {
_root.inmessage = true;
_root.camera.textbox.message = (("......He....he.... Hello???\rHi " + _root.name) + newline) + "My Grandma isnt around. She is at the library.";
}
}
Instance of Symbol 1319 MovieClip in Symbol 1465 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent._parent.table.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1289 MovieClip in Symbol 1466 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1466 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1465 MovieClip in Symbol 1466 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x > this._x)) {
this._x = this._x + 5;
}
if (_root.hiro.hitTest(_root.Walls.table) && (_root.hiro._x < this._x)) {
this._x = this._x - 5;
}
}
Instance of Symbol 1430 MovieClip "table" in Symbol 1466 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Welcome To The Town Pub. Take a seat and have a drink.\r(Press A to hear gossip)";
this.msg1 = true;
}
if (((Key.isDown(65) && (_root.inmessage)) && (_root.msgready)) && (this.msg1)) {
_root.camera.textbox.message = "I hear Conrad lives in the forest. But you would have to be crazy\rto go there. There are goblins everywhere.\rYou would need some sort of weapon to be able to survive the\rtrip.";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1466 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outpub = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1474 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent._parent.table.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1471 MovieClip "table" in Symbol 1475 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Welcome to the library. We have everything here\rfrom the history of Neveah to The Legend of the Guardian.\rTake a look around";
}
}
Instance of Symbol 1323 MovieClip in Symbol 1475 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outlibrary = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1519 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1521 MovieClip Frame 1
stop();
Instance of Symbol 1319 MovieClip in Symbol 1521 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1521 MovieClip Frame 2
stop();
_root.days = 0;
Symbol 1521 MovieClip Frame 3
stop();
Instance of Symbol 1319 MovieClip in Symbol 1521 MovieClip Frame 3
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1539 MovieClip Frame 1
stop();
Instance of Symbol 1340 MovieClip in Symbol 1539 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.havesword == false) {
this.gotoAndStop(1);
} else if (_root.havesword) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.havesword)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.havesword)) && (Key.isDown(65))) {
_root.getsword = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got the Sword And Shield! Click the sword and shield icon\rin the menu screen to equip";
}
}
Instance of Symbol 1521 MovieClip in Symbol 1540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.working) {
this.gotoAndStop(1);
}
if (_root.working && (!_root.done)) {
this.gotoAndStop(2);
}
if (_root.working && (_global.days >= 1)) {
_root.done = true;
}
if (_root.working && (_root.done)) {
this.gotoAndStop(3);
}
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
this.msg3 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (!_root.spoken1)) && (!_root.working)) {
_root.inmessage = true;
_root.camera.textbox.message = "Hey kid. As you know im the town blacksmith.\rIts not much, but if you ever need anything\rjust ask.\r(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (!_root.spoken1)) && (!_root.working)) {
_root.camera.textbox.message = "I can do just about anything when it comes to\rmetal and wood.";
this.msg2 = true;
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (_root.spoken1)) && (!_root.working)) && (!_root.havewood)) && (!_root.haveiron)) {
_root.inmessage = true;
_root.camera.textbox.message = ((("Hey " + _root.name) + ". What do you need?") + newline) + "(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if (((((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (_root.spoken1)) && (!_root.working)) && (!_root.havewood)) && (!_root.haveiron)) {
_root.camera.textbox.message = "Oh, a sword you say? I may be able to help you.\rBut you will need to collect all the necessary items for it.\r(Press A)";
this.msg2 = true;
_root.msgready = false;
}
if ((((((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (!this.msg3)) && (_root.inmessage)) && (_root.msgready)) && (_root.spoken1)) && (!_root.working)) && (!_root.havewood)) && (!_root.haveiron)) {
_root.camera.textbox.message = "Ok, we will need.....\rSome wood for the handles and some iron for\rfor the blade and the shield.";
this.msg3 = true;
_root.msgready = false;
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!_root.havewood)) && (_root.haveiron)) && (!this.msg1)) {
this.msg1 = true;
_root.msgready = false;
_root.inmessage = true;
_root.camera.textbox.message = "Oh you have the iron, but....\rHmmm no wood. Come back when you have the wood too.";
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.havewood)) && (!_root.haveiron)) && (!this.msg1)) {
this.msg1 = true;
_root.msgready = false;
_root.inmessage = true;
_root.camera.textbox.message = "Oh you have the wood, but...\rNo iron. Hmmm, come back when you have the iron too.";
}
if (((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.havewood)) && (_root.haveiron)) && (!this.msg1)) && (_root.spoken1)) {
this.msg1 = true;
_root.msgready = false;
_root.inmessage = true;
_root.camera.textbox.message = "Did you get the requested items?\r(Press A to give)";
}
if (((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.havewood)) && (_root.haveiron)) && (this.msg1)) && (_root.msgready)) {
_root.camera.textbox.message = "Oh good, lets begin.\rIt will be ready in a day.";
_root.havewood = false;
_root.haveiron = false;
_root.sleep.play();
_global.days = 0;
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.working)) && (!_root.done)) && (!this.msg1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Its not ready yet. It will be one day before I am done.";
}
if (((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.working)) && (_root.done)) && (!this.msg1)) && (_global.days >= 1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Okay im done. Take a look at it.\rIts in the chest behind me.";
}
}
Instance of Symbol 1471 MovieClip in Symbol 1540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.working && (!_root.done)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 1538 MovieClip in Symbol 1540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.working && (!_root.done)) {
this._visible = false;
} else {
this._visible = true;
}
}
Instance of Symbol 1539 MovieClip in Symbol 1540 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (_root.working && (_root.done)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1323 MovieClip in Symbol 1540 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outblack = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1545 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1319 MovieClip in Symbol 1549 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Symbol 1550 MovieClip Frame 1
_root.atk = 0;
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1304 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Neveah Village: (East)\rForest: (West) Beware Goblins!";
}
}
Instance of Symbol 1549 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
this.msg3 = false;
_root.msgready = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (!_root.spoken1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Whoa whoa there! Where do you think your going?\r(Press A)";
this.msg1 = true;
_root.msgready = false;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (!_root.spoken1)) {
_root.camera.textbox.message = "Conrad wishes to speak with you?\r There must be some sort of misunderstanding.\rWhy would he want to talk to you?\r(Press A)";
_root.msgready = false;
this.msg2 = true;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (!this.msg3)) && (_root.inmessage)) && (_root.msgready)) && (!_root.spoken1)) {
_root.camera.textbox.message = "Well anyways I cant allow you to pass.\r You need something to defend yourself.\rIf you had a sword or shield then maybe I could.\rBut in tell then you cant go any further.";
_root.spoken1 = true;
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (_root.spoken1)) && (!_root.inmessage)) {
_root.inmessage = true;
_root.camera.textbox.message = "Huh? Back already?\rLike I said before without a sword and shield you cannot pass.\r(Press A with Sword Equiped)";
this.msg1 = true;
_root.msgready = false;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) && (_root.spoken1)) && (_root.equiped)) {
_root.camera.textbox.message = "Oh so you do have a sword. That doesnt mean you know how\rto use it. You think you can use it?\rShow me!\rI bet you cant even swing your sword with the S key. (Press A)";
_root.msgready = false;
this.msg2 = true;
this.msg3 = true;
}
if (((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (this.msg3)) && (_root.inmessage)) && (_root.msgready)) && (!_root.spoken2)) {
_root.camera.textbox.message = "Well... Im waiting....";
_root.atk = 0;
_root.spoken2 = true;
_root.show1 = true;
}
if ((_root.show1 && (_root.attack)) && (!_root.showed1)) {
_root.inmessage = true;
_root.camera.textbox.message = "Thats it, very good. Now try a combo attack by pressing S\r repeatedly.";
_root.showed1 = true;
_root.atk = 0;
}
if ((_root.show1 && (_root.attack)) && (!_root.showed2)) {
_root.atk = _root.atk + 1;
}
if (((_root.atk >= 30) && (_root.showed1)) && (!_root.showed2)) {
_root.inmessage = true;
_root.camera.textbox.message = "Wow, I guess you can use that thing.\rIt looks like your more serious then I thought.\rBut you have proven that you can handle a blade\rnonetheless. So I have no choice but to let you pass.";
_root.showed2 = true;
}
if (_root.showed2 && (this._x < -1043)) {
this._x = this._x + 3;
_root.imoved = true;
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.showed2)) && (_root.imoved)) {
_root.camera.textbox.message = "You have proven your knowledge of the blade.\rDont leave Conrad waiting.";
this._x = -1043;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.outforest = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1550 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hiro) && (_root.showed2)) && (_root.imoved)) {
_root.outforest2 = true;
_root.warp = true;
}
}
Symbol 1553 MovieClip Frame 1
gotoAndPlay (200);
Symbol 1567 MovieClip Frame 9
stop();
_root.rockexplode = true;
Symbol 1568 MovieClip Frame 1
stop();
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1363 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1568 MovieClip in Symbol 1569 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bomm) && (_root.bombattack)) && (!_root.rockexplode)) {
this.gotoAndStop(3);
}
if (_root.rockexplode) {
this.gotoAndStop(3);
}
}
Instance of Symbol 1568 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.bomm) && (_root.bombattack)) && (!_root.rockexplode)) {
this.gotoAndStop(2);
}
if (_root.rockexplode) {
this.gotoAndStop(3);
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1172 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1289 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1304 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "The Village Guardian:\rConrads House";
}
}
Instance of Symbol 1345 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.enemies > 0)) && (_root.conlocked)) {
this.soundpl = true;
_root.inmessage = true;
_root.camera.textbox.message = "The door is locked when enemies are around";
}
if (this.soundpl && (!this.played)) {
_root.lockeddoor.start(0, 1);
this.played = true;
}
if ((_root.enemies <= 0) or (!_root.conlocked)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1323 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.inforest2 = true;
_root.warp = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!_root.conlocked)) {
this.soundpl = true;
_root.inconrad = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.dooropen.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1576 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.indung = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Symbol 1653 MovieClip Frame 1
_parent._parent.defend = false;
Symbol 1653 MovieClip Frame 5
_parent._parent.defend = true;
Symbol 1653 MovieClip Frame 18
_parent._parent.attack = true;
Symbol 1653 MovieClip Frame 27
stop();
_parent._parent.attack = false;
_parent._parent.defend = false;
_parent.gotoAndStop(1);
Symbol 1664 MovieClip Frame 1
_parent._parent._y = _parent._parent._y - 20;
_parent._parent.ghurt = true;
Symbol 1664 MovieClip Frame 11
stop();
_parent._parent.health = _parent._parent.health - 10;
_parent.gotoAndStop(2);
Symbol 1665 MovieClip Frame 1
stop();
Instance of Symbol 1607 MovieClip in Symbol 1665 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1665 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 1653 MovieClip in Symbol 1665 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1710 MovieClip Frame 1
_parent._parent.defend = false;
Symbol 1710 MovieClip Frame 5
_parent._parent.defend = true;
Symbol 1710 MovieClip Frame 18
_parent._parent.attack = true;
Symbol 1710 MovieClip Frame 27
stop();
_parent._parent.attack = false;
_parent._parent.defend = false;
_parent.gotoAndStop(1);
Symbol 1720 MovieClip Frame 1
_parent._parent._y = _parent._parent._y + 20;
_parent._parent.ghurt = true;
Symbol 1720 MovieClip Frame 11
stop();
_parent._parent.health = _parent._parent.health - 10;
_parent.gotoAndStop(2);
Symbol 1721 MovieClip Frame 1
stop();
Instance of Symbol 1683 MovieClip in Symbol 1721 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1721 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 1710 MovieClip in Symbol 1721 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1747 MovieClip Frame 1
_parent._parent.defend = false;
Symbol 1747 MovieClip Frame 5
_parent._parent.defend = true;
Symbol 1747 MovieClip Frame 18
_parent._parent.attack = true;
Symbol 1747 MovieClip Frame 27
stop();
_parent._parent.attack = false;
_parent._parent.defend = false;
_parent.gotoAndStop(1);
Symbol 1753 MovieClip Frame 1
_parent._parent._x = _parent._parent._x - 20;
_parent._parent.ghurt = true;
Symbol 1753 MovieClip Frame 11
stop();
_parent._parent.health = _parent._parent.health - 10;
_parent.gotoAndStop(2);
Symbol 1754 MovieClip Frame 1
stop();
Instance of Symbol 1730 MovieClip in Symbol 1754 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1754 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 1747 MovieClip in Symbol 1754 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1755 MovieClip Frame 1
_parent._parent._x = _parent._parent._x + 20;
_parent._parent.ghurt = true;
Symbol 1755 MovieClip Frame 11
stop();
_parent._parent.health = _parent._parent.health - 10;
_parent.gotoAndStop(2);
Symbol 1756 MovieClip Frame 1
stop();
Instance of Symbol 1730 MovieClip in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1756 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 1747 MovieClip in Symbol 1756 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1766 MovieClip Frame 11
stop();
Symbol 1771 MovieClip Frame 1
_root.enemies = _root.enemies - 1;
Symbol 1771 MovieClip Frame 44
stop();
Symbol 1772 MovieClip Frame 1
stop();
Instance of Symbol 1262 MovieClip in Symbol 1772 MovieClip Frame 5
onClipEvent (load) {
this.item = random(8) + 1;
}
onClipEvent (enterFrame) {
if (this.item == 1) {
this.gotoAndStop("none");
} else if ((this.item == 2) && (_root.havebombs)) {
this.gotoAndStop("bombs");
} else if (this.item == 3) {
this.gotoAndStop("money");
} else if (this.item == 4) {
this.gotoAndStop("money2");
} else if (this.item == 5) {
this.gotoAndStop("none");
} else if (this.item == 6) {
this.gotoAndStop("none");
} else if (this.item == 7) {
this.gotoAndStop("none");
} else if (this.item == 8) {
this.gotoAndStop("health");
}
}
Instance of Symbol 1254 MovieClip in Symbol 1779 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1784 MovieClip Frame 1
stop();
Instance of Symbol 907 MovieClip in Symbol 1784 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.heartg.start(0, 1);
_root.health = _root.health + 1;
this.gotoAndStop(2);
}
}
Symbol 1794 MovieClip Frame 10
stop();
Symbol 1795 MovieClip Frame 1
stop();
Instance of Symbol 1784 MovieClip in Symbol 1795 MovieClip Frame 2
onClipEvent (load) {
this.item = random(2) + 1;
}
onClipEvent (enterFrame) {
if (this.item == 1) {
this.gotoAndStop(1);
} else if (this.item == 2) {
this.gotoAndStop(2);
}
}
Symbol 1798 MovieClip Frame 1
stop();
Instance of Symbol 1172 MovieClip in Symbol 1798 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1172 MovieClip in Symbol 1798 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.day) {
this.gotoAndStop(1);
} else if (!_root.day) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1323 MovieClip in Symbol 1798 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.goingout2 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.doorclose.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1798 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 913 MovieClip in Symbol 1798 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.havebombs == false) {
this.gotoAndStop(1);
} else if (_root.havebombs) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chest3)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.havebombs)) && (Key.isDown(65))) {
_root.getbombs = true;
_root.bombs = _root.bombs + 10;
_root.havebombs = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got 10 bombs!\rClick in the menu screen to equip.\rPress D to use.";
}
}
Instance of Symbol 1254 MovieClip in Symbol 1805 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1805 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1818 MovieClip Frame 1
stop();
Symbol 1818 MovieClip Frame 126
_parent.gotoAndStop(1);
Symbol 1819 MovieClip Frame 1
stop();
stop();
Symbol 1822 MovieClip Frame 1
stop();
Symbol 1822 MovieClip Frame 38
_root.curse = _root.curse - 1;
Symbol 1822 MovieClip Frame 39
purged = true;
stop();
Symbol 1826 MovieClip Frame 1
stop();
Symbol 1826 MovieClip Frame 32
_parent.gotoAndStop(2);
Symbol 1830 MovieClip Frame 1
stop();
Symbol 1830 MovieClip Frame 30
stop();
_parent.gotoAndStop(1);
Symbol 1831 MovieClip Frame 1
stop();
stop();
Instance of Symbol 1826 MovieClip in Symbol 1831 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.curse > 0) {
this.play();
}
}
Instance of Symbol 1830 MovieClip in Symbol 1831 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.curse == 0) {
this.play();
}
}
Instance of Symbol 1323 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung = true;
_root.indungeon = false;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldoorc.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1323 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.indung2 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1819 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (_root.door1unlocked) {
this.gotoAndStop(1);
}
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.key >= 1)) && (this._currentframe == 2)) {
this.lock.play();
_root.key = _root.key - 1;
}
if (this._currentframe == 1) {
_root.door1unlocked = true;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) {
this.soundpl = true;
this.soundpl = true;
_root.warp = true;
_root.indung4 = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1822 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1831 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.curse == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.indung9 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1822 MovieClip in Symbol 1832 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Symbol 1840 MovieClip Frame 1
stop();
Instance of Symbol 1254 MovieClip in Symbol 1842 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1842 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1842 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1842 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1845 MovieClip Frame 1
stop();
Symbol 1845 MovieClip Frame 32
_root.unlocking1 = false;
_root.locked1 = true;
Symbol 1848 MovieClip Frame 1
stop();
Symbol 1848 MovieClip Frame 30
stop();
_root.locked1 = false;
_parent.gotoAndStop(1);
Symbol 1849 MovieClip Frame 1
stop();
stop();
Instance of Symbol 1845 MovieClip in Symbol 1849 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.unlocking1) {
this.play();
}
}
Instance of Symbol 1848 MovieClip in Symbol 1849 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.unlocking1) {
this.play();
}
}
Symbol 1852 MovieClip Frame 1
stop();
stop();
Instance of Symbol 1826 MovieClip in Symbol 1852 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies > 0) {
this.play();
}
}
Instance of Symbol 1830 MovieClip in Symbol 1852 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.enemies == 0) {
this.play();
}
}
Symbol 1853 MovieClip Frame 1
_root.enemies = 0;
Instance of Symbol 1849 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
_root.locked1 = true;
_root.unlocking1 = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.unlocking1)) {
this.soundpl = true;
_root.indung3 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
if (_root.locked1 && (!_root.unlocking1)) {
this.gotoAndStop(2);
}
if (!_root.locked1) {
this.gotoAndStop(1);
}
}
Instance of Symbol 1852 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.enemies == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.outdung2 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1304 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
_root.inmessage = true;
_root.camera.textbox.message = "Stand next to a block and hold the A key.\rThen press an arrow key in the direction\ryou wish to push the block.";
}
}
Instance of Symbol 1304 MovieClip in Symbol 1853 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg)) {
_root.inmessage = true;
_root.camera.textbox.message = "Notice: Doors can be opened in many different ways.\rSome need a switch to be pressed, or all the\renemies need to be defeated. (Press A)";
_root.msgready = false;
this.msg = true;
}
if ((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.inmessage)) && (_root.msgready)) && (this.msg)) {
_root.inmessage = true;
_root.camera.textbox.message = "And sometimes other doors need you to do something special.\rSuch as get a key, or light a torch.";
}
}
Symbol 1872 MovieClip Frame 61
stop();
Symbol 1874 MovieClip Frame 1
stop();
Symbol 1880 MovieClip Frame 1
stop();
Symbol 1880 MovieClip Frame 20
stop();
_parent.gotoAndStop(3);
Symbol 1883 MovieClip Frame 1
_parent.ghurt = true;
_parent.health = _parent.health - 10;
Symbol 1883 MovieClip Frame 10
stop();
_parent.ghurt = false;
_parent.gotoAndStop(3);
Symbol 1893 MovieClip Frame 1
_parent.spd = 1;
Symbol 1893 MovieClip Frame 31
_parent.spd = 3;
Symbol 1893 MovieClip Frame 44
_parent.spd = 1;
Symbol 1897 MovieClip Frame 21
stop();
_parent.gotoAndStop(1);
Symbol 1907 MovieClip Frame 1
_root.enemies = _root.enemies - 1;
Instance of Symbol 1897 MovieClip in Symbol 1907 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Symbol 1907 MovieClip Frame 10
stop();
Symbol 1908 MovieClip Frame 1
stop();
spd = 0;
Instance of Symbol 1880 MovieClip in Symbol 1908 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.spd = 0;
if (_parent.in_range) {
this.play();
}
}
Symbol 1908 MovieClip Frame 2
spd = 0;
Instance of Symbol 1893 MovieClip in Symbol 1908 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!_parent.in_range) {
_parent.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1908 MovieClip Frame 4
spd = 0;
Instance of Symbol 1897 MovieClip in Symbol 1908 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 1262 MovieClip in Symbol 1908 MovieClip Frame 5
onClipEvent (load) {
this.item = random(8) + 1;
}
onClipEvent (enterFrame) {
if (this.item == 1) {
this.gotoAndStop("none");
} else if ((this.item == 2) && (_root.havebombs)) {
this.gotoAndStop("bombs");
} else if (this.item == 3) {
this.gotoAndStop("money");
} else if (this.item == 4) {
this.gotoAndStop("money2");
} else if (this.item == 5) {
this.gotoAndStop("none");
} else if (this.item == 6) {
this.gotoAndStop("none");
} else if (this.item == 7) {
this.gotoAndStop("none");
} else if (this.item == 8) {
this.gotoAndStop("health");
}
}
Symbol 1916 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 1916 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.chestkey == false) {
this.gotoAndStop(1);
} else if (_root.chestkey) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chestkey)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chestkey)) && (Key.isDown(65))) {
_root.getkey = true;
_root.key = _root.key + 1;
_root.chestkey = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got a key!";
}
}
Symbol 1917 MovieClip Frame 1
stop();
Instance of Symbol 1849 MovieClip in Symbol 1918 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
_root.unlocking1 = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) {
this.soundpl = true;
this.soundpl = true;
_root.outdung3 = true;
_root.warp = true;
}
if (_root.torched) {
_root.unlocking1 = true;
} else {
_root.unlocking1 = false;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1917 MovieClip in Symbol 1918 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.torched) {
this.gotoAndStop(2);
}
}
Symbol 1921 MovieClip Frame 1
stop();
Symbol 1926 MovieClip Frame 46
stop();
Symbol 1943 MovieClip Frame 1
_root.cannonfire = false;
Symbol 1943 MovieClip Frame 10
_root.cannonfire = true;
Instance of Symbol 1937 MovieClip "flame" in Symbol 1943 MovieClip Frame 11
onClipEvent (enterFrame) {
if (!_root.pause) {
this.play();
} else {
this.stop();
}
}
Symbol 1943 MovieClip Frame 74
_root.cannonfire = false;
Instance of Symbol 1943 MovieClip "can" in Symbol 1944 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.torched) {
this.gotoAndStop(1);
}
if ((!_root.pause) && (!_root.torched)) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1947 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1952 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 1952 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.chest3 == false) {
this.gotoAndStop(1);
} else if (_root.chest3) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chest3)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chest3)) && (Key.isDown(65))) {
_root.getpotion = true;
_root.potion = _root.potion + 1;
_root.chest3 = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got a potion! What a delight!\rClick in the menu screen to drink.";
}
}
Symbol 1953 MovieClip Frame 1
stop();
Symbol 1957 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 1957 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.chestkey2 == false) {
this.gotoAndStop(1);
} else if (_root.chestkey2) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chestkey2)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chestkey2)) && (Key.isDown(65))) {
_root.getkey = true;
_root.key = _root.key + 1;
_root.chestkey2 = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got a key!";
}
}
Symbol 1958 MovieClip Frame 1
stop();
Instance of Symbol 1323 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung4 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1819 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (_root.door2unlocked) {
this.gotoAndStop(1);
}
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.key >= 1)) && (this._currentframe == 2)) {
this.lock.play();
_root.key = _root.key - 1;
}
if (this._currentframe == 1) {
_root.door2unlocked = true;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) {
this.soundpl = true;
this.soundpl = true;
_root.warp = true;
_root.indung5 = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1336 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1953 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switched2) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1958 MovieClip in Symbol 1959 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1254 MovieClip in Symbol 1962 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1962 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1967 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 1967 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.havebombs2 == false) {
this.gotoAndStop(1);
} else if (_root.havebombs2) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chest3)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.havebombs2)) && (Key.isDown(65))) {
_root.getbombs = true;
_root.bombs = _root.bombs + 10;
_root.havebombs2 = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "Wow, you got 10 bombs!\rClick in the menu screen to equip.\rPress D to use.";
}
}
Symbol 1968 MovieClip Frame 1
stop();
Instance of Symbol 1323 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung5 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1819 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (_root.door3unlocked) {
this.gotoAndStop(1);
}
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.key >= 1)) && (this._currentframe == 2)) {
this.lock.play();
_root.key = _root.key - 1;
}
if (this._currentframe == 1) {
_root.door3unlocked = true;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) {
this.soundpl = true;
this.soundpl = true;
_root.warp = true;
_root.indung7 = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1852 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.enemies == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.indung6 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1968 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1822 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1831 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.curse == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.indung8 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1822 MovieClip in Symbol 1969 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1254 MovieClip in Symbol 1972 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1972 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1972 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 1972 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 1977 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 1977 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.chestkey3 == false) {
this.gotoAndStop(1);
} else if (_root.chestkey3) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.chestkey3)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.chestkey3)) && (Key.isDown(65))) {
_root.getkey = true;
_root.key = _root.key + 1;
_root.chestkey3 = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got a key!";
}
}
Symbol 1978 MovieClip Frame 1
stop();
Instance of Symbol 1795 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1852 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.enemies == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.outdung6 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1978 MovieClip in Symbol 1979 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 1989 MovieClip Frame 1
_parent.spd = 1;
Symbol 1989 MovieClip Frame 31
_parent.spd = 4;
Symbol 1989 MovieClip Frame 44
_parent.spd = 0.5;
Symbol 1992 MovieClip Frame 1
_root.enemies = _root.enemies - 1;
Instance of Symbol 1897 MovieClip in Symbol 1992 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Symbol 1992 MovieClip Frame 10
_root.giantk = true;
_parent.gotoAndStop(5);
stop();
Symbol 1993 MovieClip Frame 1
stop();
spd = 0;
Instance of Symbol 1880 MovieClip in Symbol 1993 MovieClip Frame 1
onClipEvent (enterFrame) {
_parent.spd = 0;
if (_parent.in_range) {
this.play();
}
}
Symbol 1993 MovieClip Frame 2
spd = 0;
Instance of Symbol 1989 MovieClip in Symbol 1993 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!_parent.in_range) {
_parent.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 1993 MovieClip Frame 4
spd = 0;
Instance of Symbol 1897 MovieClip in Symbol 1993 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2003 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 2003 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.purgersmask == false) {
this.gotoAndStop(1);
} else if (_root.purgersmask) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.purgersmask)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.purgersmask)) && (Key.isDown(65))) {
_root.getpurgers = true;
_root.purgersmask = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got the Purgers Mask!\rLegend has it that anyone who looks into the eyes\rof the wearer of the Purgers Mask will be purged of evil.";
}
}
Symbol 2004 MovieClip Frame 1
stop();
Instance of Symbol 1822 MovieClip in Symbol 2005 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1822 MovieClip in Symbol 2005 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1323 MovieClip in Symbol 2005 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung5 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1831 MovieClip in Symbol 2005 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.curse == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.outdung7 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 2004 MovieClip in Symbol 2005 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemies == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1254 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2008 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 2013 MovieClip Frame 61
stop();
Instance of Symbol 1340 MovieClip in Symbol 2013 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.bosskey == false) {
this.gotoAndStop(1);
} else if (_root.bosskey) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.hiro) && (!_root.bosskey)) {
_root.camera.acon.gotoAndPlay(3);
}
if ((this.hitTest(_root.hiro) && (!_root.bosskey)) && (Key.isDown(65))) {
_root.getbkey = true;
_root.bosskey = true;
_root.getitem = true;
_root.inmessage = true;
_root.camera.textbox.message = "You got the boss key!\rYou use this key to open the door to the final room!";
}
}
Symbol 2014 MovieClip Frame 1
stop();
Instance of Symbol 1323 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung8 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 2014 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.curse == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 1822 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1822 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
this.play();
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2018 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 2028 MovieClip Frame 1
stop();
Symbol 2028 MovieClip Frame 126
_parent.gotoAndStop(1);
Symbol 2029 MovieClip Frame 1
stop();
stop();
Instance of Symbol 1319 MovieClip in Symbol 2031 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_parent.hitTest(_root.hiro)) {
this._visible = true;
this.play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1323 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (this.hitTest(_root.hiro) && (Key.isDown(65))) {
this.soundpl = true;
_root.outdung9 = true;
this.soundpl = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 2029 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
this.soundpl = false;
this.played = false;
}
onClipEvent (enterFrame) {
if (_root.bossunlocked) {
this.gotoAndStop(1);
}
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (_root.bosskey)) && (this._currentframe == 2)) {
this.lock.play();
}
if (this._currentframe == 1) {
_root.bossunlocked = true;
}
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) {
this.soundpl = true;
this.soundpl = true;
_root.warp = true;
_root.indung10 = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 2031 MovieClip in Symbol 2032 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!_root.inmessage) {
this.msg1 = false;
this.msg2 = false;
this.msg3 = false;
}
if (this.hitTest(_root.hiro)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) && (_root.cutscene)) {
_root.inmessage = true;
_root.camera.textbox.message = "Now go, and continue your path.";
}
if (!_root.cutscene) {
if ((this.hitTest(_root.hiro) && (Key.isDown(65))) && (!this.msg1)) {
_root.inmessage = true;
_root.camera.textbox.message = "I have been waiting for you....\rYou look confused...\rI bet your wondering why I have led you here. (Press A)";
this.msg1 = true;
_root.msgready = false;
}
if (((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (!this.msg2)) && (_root.inmessage)) && (_root.msgready)) {
_root.camera.textbox.message = "You act as if you dont recognize me.\r Its me Conrad. The village guardian. Remember now?\rLet me explain everything to you... (Press A)";
_root.msgready = false;
this.msg2 = true;
}
if ((((((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this.msg1)) && (this.msg2)) && (!this.msg3)) && (_root.inmessage)) && (_root.msgready)) {
_root.warp = true;
_root.cutscene = true;
}
}
}
Instance of Symbol 1254 MovieClip in Symbol 2035 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2035 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2035 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1254 MovieClip in Symbol 2035 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Symbol 2039 MovieClip Frame 1
stop();
Instance of Symbol 1849 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this.soundpl = false;
this.played = false;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (!Key.isDown(65))) {
this.soundpl = false;
this.played = false;
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (Key.isDown(65))) && (this._currentframe == 1)) && (_root.curse == 0)) {
this.soundpl = true;
this.soundpl = true;
_root.indung9 = true;
_root.warp = true;
}
if (this.soundpl && (!this.played)) {
_root.metaldooro.start(0, 1);
this.played = true;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 1795 MovieClip in Symbol 2039 MovieClip Frame 1
onClipEvent (load) {
this.bushalive = true;
}
onClipEvent (enterFrame) {
if ((this.bushalive && (this.hitTest(_root.hiro))) && (_root.attack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
if (this.hitTest(_root.bomm) && (_root.bombattack)) {
this.gotoAndStop(2);
this.bushalive = false;
}
}
Instance of Symbol 2043 MovieClip in Symbol 2044 MovieClip Frame 1
onClipEvent (load) {
this.purged = false;
_root.curse = _root.curse + 1;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hiro) && (_root.ditem == 4)) {
_root.camera.acon.gotoAndPlay(3);
}
if (((this.hitTest(_root.hiro) && (_root.ditem == 4)) && (Key.isDown(65))) && (!this.purged)) {
_root.warp = true;
_root.finalroom = true;
}
}
Symbol 2079 MovieClip Frame 60
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2079 MovieClip Frame 60
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.c_scene_d.cuttwo.play();
}
}
Symbol 2079 MovieClip Frame 120
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2079 MovieClip Frame 120
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.c_scene_d.cuttwo.play();
}
}
Symbol 2079 MovieClip Frame 180
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2079 MovieClip Frame 180
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.c_scene_d.cuttwo.play();
}
}
Symbol 2079 MovieClip Frame 240
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2079 MovieClip Frame 240
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.c_scene_d.cuttwo.play();
}
}
Symbol 2079 MovieClip Frame 271
stop();
_root.warp = false;
_root.finalroom = false;
_root.indung11 = true;
_root.warp = true;
Symbol 2146 MovieClip Frame 1
_parent._parent.attack = false;
Symbol 2146 MovieClip Frame 2
_parent._parent.attack = true;
Symbol 2146 MovieClip Frame 10
_parent._parent.attack = false;
Symbol 2146 MovieClip Frame 11
_parent._parent.attack = true;
Symbol 2146 MovieClip Frame 19
_parent._parent.attack = false;
Symbol 2146 MovieClip Frame 20
_parent._parent.attack = true;
Symbol 2146 MovieClip Frame 26
_parent._parent.attack = false;
_parent.gotoAndStop(1);
Symbol 2157 MovieClip Frame 1
_parent._parent._y = _parent._parent._y - 5;
_parent._parent.ghurt = true;
Symbol 2157 MovieClip Frame 2
_parent._parent._y = _parent._parent._y - 5;
Symbol 2157 MovieClip Frame 3
_parent._parent._y = _parent._parent._y - 5;
Symbol 2157 MovieClip Frame 4
_parent._parent._y = _parent._parent._y - 5;
Symbol 2157 MovieClip Frame 5
_parent._parent._y = _parent._parent._y - 5;
Symbol 2157 MovieClip Frame 6
_parent._parent._y = _parent._parent._y - 3;
Symbol 2157 MovieClip Frame 9
_parent._parent.health = _parent._parent.health - 10;
Symbol 2157 MovieClip Frame 10
_parent.gotoAndStop(2);
stop();
Symbol 2158 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2108 MovieClip in Symbol 2158 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2158 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2146 MovieClip in Symbol 2158 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2190 MovieClip Frame 1
_parent._parent.attack = false;
Symbol 2190 MovieClip Frame 2
_parent._parent.attack = true;
Symbol 2190 MovieClip Frame 10
_parent._parent.attack = false;
Symbol 2190 MovieClip Frame 11
_parent._parent.attack = true;
Symbol 2190 MovieClip Frame 19
_parent._parent.attack = false;
Symbol 2190 MovieClip Frame 20
_parent._parent.attack = true;
Symbol 2190 MovieClip Frame 26
_parent._parent.attack = false;
_parent.gotoAndStop(1);
Symbol 2192 MovieClip Frame 1
_parent._parent._y = _parent._parent._y + 5;
_parent._parent.ghurt = true;
Symbol 2192 MovieClip Frame 2
_parent._parent._y = _parent._parent._y + 5;
Symbol 2192 MovieClip Frame 3
_parent._parent._y = _parent._parent._y + 5;
Symbol 2192 MovieClip Frame 4
_parent._parent._y = _parent._parent._y + 5;
Symbol 2192 MovieClip Frame 5
_parent._parent._y = _parent._parent._y + 5;
Symbol 2192 MovieClip Frame 6
_parent._parent._y = _parent._parent._y + 3;
Symbol 2192 MovieClip Frame 9
_parent._parent.health = _parent._parent.health - 10;
Symbol 2192 MovieClip Frame 10
_parent.gotoAndStop(2);
stop();
Symbol 2193 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2183 MovieClip in Symbol 2193 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2193 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2190 MovieClip in Symbol 2193 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2259 MovieClip Frame 1
_parent._parent.attack = false;
Symbol 2259 MovieClip Frame 2
_parent._parent.attack = true;
Symbol 2259 MovieClip Frame 10
_parent._parent.attack = false;
Symbol 2259 MovieClip Frame 11
_parent._parent.attack = true;
Symbol 2259 MovieClip Frame 19
_parent._parent.attack = false;
Symbol 2259 MovieClip Frame 20
_parent._parent.attack = true;
Symbol 2259 MovieClip Frame 26
_parent._parent.attack = false;
_parent.gotoAndStop(1);
Symbol 2272 MovieClip Frame 1
_parent._parent._x = _parent._parent._x - 5;
_parent._parent.ghurt = true;
Symbol 2272 MovieClip Frame 2
_parent._parent._x = _parent._parent._x - 5;
Symbol 2272 MovieClip Frame 3
_parent._parent._x = _parent._parent._x - 5;
Symbol 2272 MovieClip Frame 4
_parent._parent._x = _parent._parent._x - 5;
Symbol 2272 MovieClip Frame 5
_parent._parent._x = _parent._parent._x - 5;
Symbol 2272 MovieClip Frame 6
_parent._parent._x = _parent._parent._x - 3;
Symbol 2272 MovieClip Frame 9
_parent._parent.health = _parent._parent.health - 10;
Symbol 2272 MovieClip Frame 10
_parent.gotoAndStop(2);
stop();
Symbol 2273 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2224 MovieClip in Symbol 2273 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2273 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2259 MovieClip in Symbol 2273 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2284 MovieClip Frame 1
_parent._parent._x = _parent._parent._x + 5;
_parent._parent.ghurt = true;
Symbol 2284 MovieClip Frame 2
_parent._parent._x = _parent._parent._x + 5;
Symbol 2284 MovieClip Frame 3
_parent._parent._x = _parent._parent._x + 5;
Symbol 2284 MovieClip Frame 4
_parent._parent._x = _parent._parent._x + 5;
Symbol 2284 MovieClip Frame 5
_parent._parent._x = _parent._parent._x + 5;
Symbol 2284 MovieClip Frame 6
_parent._parent._x = _parent._parent._x + 3;
Symbol 2284 MovieClip Frame 9
_parent._parent.health = _parent._parent.health - 10;
Symbol 2284 MovieClip Frame 10
_parent.gotoAndStop(2);
stop();
Symbol 2285 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2224 MovieClip in Symbol 2285 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2285 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2259 MovieClip in Symbol 2285 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2295 MovieClip Frame 54
stop();
_root.stage2 = true;
Symbol 2296 MovieClip Frame 1
stop();
Symbol 2302 MovieClip Frame 1
_parent._parent._y = _parent._parent._y - 5;
_parent._parent.ghurt = true;
Symbol 2302 MovieClip Frame 2
_parent._parent._y = _parent._parent._y - 5;
Symbol 2302 MovieClip Frame 3
_parent._parent._y = _parent._parent._y - 5;
Symbol 2302 MovieClip Frame 4
_parent._parent._y = _parent._parent._y - 5;
Symbol 2302 MovieClip Frame 5
_parent._parent.health = _parent._parent.health - 10;
_parent._parent._y = _parent._parent._y - 5;
Symbol 2302 MovieClip Frame 6
_parent._parent._y = _parent._parent._y - 5;
Symbol 2302 MovieClip Frame 7
_parent.gotoAndStop(2);
stop();
Symbol 2303 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2108 MovieClip in Symbol 2303 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2303 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2146 MovieClip in Symbol 2303 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2305 MovieClip Frame 1
_parent._parent._y = _parent._parent._y + 5;
_parent._parent.ghurt = true;
Symbol 2305 MovieClip Frame 2
_parent._parent._y = _parent._parent._y + 5;
Symbol 2305 MovieClip Frame 3
_parent._parent._y = _parent._parent._y + 5;
Symbol 2305 MovieClip Frame 4
_parent._parent._y = _parent._parent._y + 5;
Symbol 2305 MovieClip Frame 5
_parent._parent.health = _parent._parent.health - 10;
_parent._parent._y = _parent._parent._y + 5;
Symbol 2305 MovieClip Frame 6
_parent._parent._y = _parent._parent._y + 5;
Symbol 2305 MovieClip Frame 7
_parent.gotoAndStop(2);
stop();
Symbol 2306 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2183 MovieClip in Symbol 2306 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2306 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2190 MovieClip in Symbol 2306 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2313 MovieClip Frame 1
_parent._parent._x = _parent._parent._x - 5;
_parent._parent.ghurt = true;
Symbol 2313 MovieClip Frame 2
_parent._parent._x = _parent._parent._x - 5;
Symbol 2313 MovieClip Frame 3
_parent._parent._x = _parent._parent._x - 5;
Symbol 2313 MovieClip Frame 4
_parent._parent._x = _parent._parent._x - 5;
Symbol 2313 MovieClip Frame 5
_parent._parent.health = _parent._parent.health - 10;
_parent._parent._x = _parent._parent._x - 5;
Symbol 2313 MovieClip Frame 6
_parent._parent._x = _parent._parent._x - 5;
Symbol 2313 MovieClip Frame 7
_parent.gotoAndStop(2);
stop();
Symbol 2314 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2224 MovieClip in Symbol 2314 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2314 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2259 MovieClip in Symbol 2314 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2320 MovieClip Frame 1
_parent._parent._x = _parent._parent._x + 5;
_parent._parent.ghurt = true;
Symbol 2320 MovieClip Frame 2
_parent._parent._x = _parent._parent._x + 5;
Symbol 2320 MovieClip Frame 3
_parent._parent._x = _parent._parent._x + 5;
Symbol 2320 MovieClip Frame 4
_parent._parent._x = _parent._parent._x + 5;
Symbol 2320 MovieClip Frame 5
_parent._parent.health = _parent._parent.health - 10;
_parent._parent._x = _parent._parent._x + 5;
Symbol 2320 MovieClip Frame 6
_parent._parent._x = _parent._parent._x + 5;
Symbol 2320 MovieClip Frame 7
_parent.gotoAndStop(2);
stop();
Symbol 2321 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2224 MovieClip in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2321 MovieClip Frame 2
_parent.ghurt = false;
Instance of Symbol 2259 MovieClip in Symbol 2321 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2327 MovieClip Frame 74
stop();
_root.stage3 = true;
Symbol 2334 MovieClip Frame 1
stop();
Symbol 2334 MovieClip Frame 51
_parent.arrive = true;
_parent.gotoAndStop(1);
Symbol 2335 MovieClip Frame 1
stop();
Instance of Symbol 2334 MovieClip in Symbol 2335 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.stage2) {
this.play();
}
}
Symbol 2457 MovieClip Frame 14
stop();
Symbol 2463 MovieClip Frame 1
_parent._parent.defend = true;
_root.spinattack = false;
Symbol 2463 MovieClip Frame 87
_root.oldx = _root.hiro._x;
_root.oldy = _root.hiro._y;
_root.spinattack = true;
Symbol 2463 MovieClip Frame 88
_parent._parent.defend = false;
_parent._parent.attack = true;
_parent._parent.spd = 10;
Symbol 2463 MovieClip Frame 168
_parent._parent.defend = true;
_parent._parent.attack = false;
_parent._parent.spd = 0;
_root.spinattack = false;
Symbol 2466 MovieClip Frame 1
_parent._parent._y = _parent._parent._y - 5;
_parent._parent.ghurt = true;
Symbol 2466 MovieClip Frame 2
_parent._parent._y = _parent._parent._y - 5;
Symbol 2466 MovieClip Frame 4
_parent._parent._y = _parent._parent._y - 5;
Symbol 2466 MovieClip Frame 6
_parent._parent.health = _parent._parent.health - 10;
Symbol 2466 MovieClip Frame 7
_parent.gotoAndStop(1);
stop();
Symbol 2467 MovieClip Frame 1
stop();
_parent.ghurt = false;
Instance of Symbol 2463 MovieClip in Symbol 2467 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((!_root.pause) or (!_root.hiroalive)) {
this.play();
} else {
this.stop();
}
}
Symbol 2467 MovieClip Frame 2
_parent.attack = false;
_parent.defend = false;
_root.spinattack = false;
_parent.spd = 0;
Symbol 2474 MovieClip Frame 74
stop();
_root.end = true;
_root.warp = true;
Symbol 2475 MovieClip Frame 1
stop();
Instance of Symbol 2334 MovieClip in Symbol 2475 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.stage3) {
this.play();
}
}
Symbol 2502 MovieClip Frame 60
stop();
_root.inmessage = false;
Instance of Symbol 139 MovieClip "press_st" in Symbol 2502 MovieClip Frame 60
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cut.cuttwo.play();
}
}
Symbol 2502 MovieClip Frame 120
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2502 MovieClip Frame 120
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cut.cuttwo.play();
}
}
Symbol 2502 MovieClip Frame 180
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2502 MovieClip Frame 180
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cut.cuttwo.play();
}
}
Symbol 2502 MovieClip Frame 240
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2502 MovieClip Frame 240
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cut.cuttwo.play();
}
}
Symbol 2502 MovieClip Frame 271
_root.warp = false;
_root.gotoAndStop("indung9");
Symbol 2528 MovieClip Frame 60
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2528 MovieClip Frame 60
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cuttwo.play();
}
}
Symbol 2528 MovieClip Frame 120
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2528 MovieClip Frame 120
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cuttwo.play();
}
}
Symbol 2528 MovieClip Frame 180
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2528 MovieClip Frame 180
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cuttwo.play();
}
}
Symbol 2528 MovieClip Frame 240
stop();
Instance of Symbol 139 MovieClip "press_st" in Symbol 2528 MovieClip Frame 240
onClipEvent (enterFrame) {
this.play();
if (Key.isDown(13)) {
_root.cuttwo.play();
}
}
Symbol 2528 MovieClip Frame 271
_root.gotoAndStop("credits");
Symbol 2532 MovieClip Frame 757
stop();