Frame 1
fscommand ("showmenu", "false");
_root.gameID_str = "1549";
_root.main_link = "http://www.2dplay.com/index.php?gameid=" + gameID_str;
_root.scores_link = ("http://www.2dplay.com/highscores.php?gameid=" + gameID_str) + "&hiscore=";
_root.viewscores_link = "http://www.2dplay.com/showscores.php?gameid=" + gameID_str;
_root.download_link = "http://www.2dplay.com/downloadgame.php?gameid=" + gameID_str;
_root.romanius_1_link = "http://www.2dplay.com/";
_root.cheat_mode = false;
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
lvl = 1;
score = 0;
function hex_md5(s) {
return(binl2hex(core_md5(str2binl(s), s.length * chrsz)));
}
function b64_md5(s) {
return(binl2b64(core_md5(str2binl(s), s.length * chrsz)));
}
function str_md5(s) {
return(binl2str(core_md5(str2binl(s), s.length * chrsz)));
}
function hex_hmac_md5(key, data) {
return(binl2hex(core_hmac_md5(key, data)));
}
function b64_hmac_md5(key, data) {
return(binl2b64(core_hmac_md5(key, data)));
}
function str_hmac_md5(key, data) {
return(binl2str(core_hmac_md5(key, data)));
}
function md5_vm_test() {
return(hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72");
}
function core_md5(x, len) {
x[len >> 5] = x[len >> 5] | (128 << (len % 32));
x[(((len + 64) >>> 9) << 4) + 14] = len;
var a = 1732584193;
var b = -271733879;
var c = -1732584194;
var d = 271733878;
var i = 0;
while (i < x.length) {
var olda = a;
var oldb = b;
var oldc = c;
var oldd = d;
a = md5_ff(a, b, c, d, x[i + 0], 7, -680876936);
d = md5_ff(d, a, b, c, x[i + 1], 12, -389564586);
c = md5_ff(c, d, a, b, x[i + 2], 17, 606105819);
b = md5_ff(b, c, d, a, x[i + 3], 22, -1044525330);
a = md5_ff(a, b, c, d, x[i + 4], 7, -176418897);
d = md5_ff(d, a, b, c, x[i + 5], 12, 1200080426);
c = md5_ff(c, d, a, b, x[i + 6], 17, -1473231341);
b = md5_ff(b, c, d, a, x[i + 7], 22, -45705983);
a = md5_ff(a, b, c, d, x[i + 8], 7, 1770035416);
d = md5_ff(d, a, b, c, x[i + 9], 12, -1958414417);
c = md5_ff(c, d, a, b, x[i + 10], 17, -42063);
b = md5_ff(b, c, d, a, x[i + 11], 22, -1990404162);
a = md5_ff(a, b, c, d, x[i + 12], 7, 1804603682);
d = md5_ff(d, a, b, c, x[i + 13], 12, -40341101);
c = md5_ff(c, d, a, b, x[i + 14], 17, -1502002290);
b = md5_ff(b, c, d, a, x[i + 15], 22, 1236535329);
a = md5_gg(a, b, c, d, x[i + 1], 5, -165796510);
d = md5_gg(d, a, b, c, x[i + 6], 9, -1069501632);
c = md5_gg(c, d, a, b, x[i + 11], 14, 643717713);
b = md5_gg(b, c, d, a, x[i + 0], 20, -373897302);
a = md5_gg(a, b, c, d, x[i + 5], 5, -701558691);
d = md5_gg(d, a, b, c, x[i + 10], 9, 38016083);
c = md5_gg(c, d, a, b, x[i + 15], 14, -660478335);
b = md5_gg(b, c, d, a, x[i + 4], 20, -405537848);
a = md5_gg(a, b, c, d, x[i + 9], 5, 568446438);
d = md5_gg(d, a, b, c, x[i + 14], 9, -1019803690);
c = md5_gg(c, d, a, b, x[i + 3], 14, -187363961);
b = md5_gg(b, c, d, a, x[i + 8], 20, 1163531501);
a = md5_gg(a, b, c, d, x[i + 13], 5, -1444681467);
d = md5_gg(d, a, b, c, x[i + 2], 9, -51403784);
c = md5_gg(c, d, a, b, x[i + 7], 14, 1735328473);
b = md5_gg(b, c, d, a, x[i + 12], 20, -1926607734);
a = md5_hh(a, b, c, d, x[i + 5], 4, -378558);
d = md5_hh(d, a, b, c, x[i + 8], 11, -2022574463);
c = md5_hh(c, d, a, b, x[i + 11], 16, 1839030562);
b = md5_hh(b, c, d, a, x[i + 14], 23, -35309556);
a = md5_hh(a, b, c, d, x[i + 1], 4, -1530992060);
d = md5_hh(d, a, b, c, x[i + 4], 11, 1272893353);
c = md5_hh(c, d, a, b, x[i + 7], 16, -155497632);
b = md5_hh(b, c, d, a, x[i + 10], 23, -1094730640);
a = md5_hh(a, b, c, d, x[i + 13], 4, 681279174);
d = md5_hh(d, a, b, c, x[i + 0], 11, -358537222);
c = md5_hh(c, d, a, b, x[i + 3], 16, -722521979);
b = md5_hh(b, c, d, a, x[i + 6], 23, 76029189);
a = md5_hh(a, b, c, d, x[i + 9], 4, -640364487);
d = md5_hh(d, a, b, c, x[i + 12], 11, -421815835);
c = md5_hh(c, d, a, b, x[i + 15], 16, 530742520);
b = md5_hh(b, c, d, a, x[i + 2], 23, -995338651);
a = md5_ii(a, b, c, d, x[i + 0], 6, -198630844);
d = md5_ii(d, a, b, c, x[i + 7], 10, 1126891415);
c = md5_ii(c, d, a, b, x[i + 14], 15, -1416354905);
b = md5_ii(b, c, d, a, x[i + 5], 21, -57434055);
a = md5_ii(a, b, c, d, x[i + 12], 6, 1700485571);
d = md5_ii(d, a, b, c, x[i + 3], 10, -1894986606);
c = md5_ii(c, d, a, b, x[i + 10], 15, -1051523);
b = md5_ii(b, c, d, a, x[i + 1], 21, -2054922799);
a = md5_ii(a, b, c, d, x[i + 8], 6, 1873313359);
d = md5_ii(d, a, b, c, x[i + 15], 10, -30611744);
c = md5_ii(c, d, a, b, x[i + 6], 15, -1560198380);
b = md5_ii(b, c, d, a, x[i + 13], 21, 1309151649);
a = md5_ii(a, b, c, d, x[i + 4], 6, -145523070);
d = md5_ii(d, a, b, c, x[i + 11], 10, -1120210379);
c = md5_ii(c, d, a, b, x[i + 2], 15, 718787259);
b = md5_ii(b, c, d, a, x[i + 9], 21, -343485551);
a = safe_add(a, olda);
b = safe_add(b, oldb);
c = safe_add(c, oldc);
d = safe_add(d, oldd);
i = i + 16;
}
return(Array(a, b, c, d));
}
function md5_cmn(q, a, b, x, s, t) {
return(safe_add(bit_rol(safe_add(safe_add(a, q), safe_add(x, t)), s), b));
}
function md5_ff(a, b, c, d, x, s, t) {
return(md5_cmn((b & c) | ((~b) & d), a, b, x, s, t));
}
function md5_gg(a, b, c, d, x, s, t) {
return(md5_cmn((b & d) | (c & (~d)), a, b, x, s, t));
}
function md5_hh(a, b, c, d, x, s, t) {
return(md5_cmn((b ^ c) ^ d, a, b, x, s, t));
}
function md5_ii(a, b, c, d, x, s, t) {
return(md5_cmn(c ^ (b | (~d)), a, b, x, s, t));
}
function core_hmac_md5(key, data) {
var bkey = str2binl(key);
if (16 < bkey.length) {
bkey = core_md5(bkey, key.length * chrsz);
}
var ipad = Array(16);
var opad = Array(16);
var i = 0;
while (i < 16) {
ipad[i] = bkey[i] ^ 909522486;
opad[i] = bkey[i] ^ 1549556828;
i++;
}
var hash = core_md5(ipad.concat(str2binl(data)), 512 + (data.length * chrsz));
return(core_md5(opad.concat(hash), 640));
}
function safe_add(x, y) {
var lsw = ((x & 65535) + (y & 65535));
var msw = (((x >> 16) + (y >> 16)) + (lsw >> 16));
return((msw << 16) | (lsw & 65535));
}
function bit_rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
function str2binl(str) {
var bin = Array();
var mask = ((1 << chrsz) - 1);
var i = 0;
while (i < (str.length * chrsz)) {
bin[i >> 5] = bin[i >> 5] | ((str.charCodeAt(i / chrsz) & mask) << (i % 32));
i = i + chrsz;
}
return(bin);
}
function binl2str(bin) {
var str = "";
var mask = ((1 << chrsz) - 1);
var i = 0;
while (i < (bin.length * 32)) {
str = str + String.fromCharCode((bin[i >> 5] >>> (i % 32)) & mask);
i = i + chrsz;
}
return(str);
}
function binl2hex(binarray) {
var hex_tab = (hexcase ? "0123456789ABCDEF" : "0123456789abcdef");
var str = "";
var i = 0;
while (i < (binarray.length * 4)) {
str = str + (hex_tab.charAt((binarray[i >> 2] >> (((i % 4) * 8) + 4)) & 15) + hex_tab.charAt((binarray[i >> 2] >> ((i % 4) * 8)) & 15));
i++;
}
return(str);
}
function binl2b64(binarray) {
var tab = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
var str = "";
var i = 0;
while (i < (binarray.length * 4)) {
var triplet = (((((binarray[i >> 2] >> (8 * (i % 4))) & 255) << 16) | (((binarray[(i + 1) >> 2] >> (8 * ((i + 1) % 4))) & 255) << 8)) | ((binarray[(i + 2) >> 2] >> (8 * ((i + 2) % 4))) & 255));
var j = 0;
while (j < 4) {
if ((binarray.length * 32) < ((i * 8) + (j * 6))) {
str = str + b64pad;
} else {
str = str + tab.charAt((triplet >> (6 * (3 - j))) & 63);
}
j++;
}
i = i + 3;
}
return(str);
}
var hexcase = 0;
var b64pad = "";
var chrsz = 8;
Frame 5
_root.att._visible = true;
_root.tryagain._visible = true;
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
score = 0;
Frame 9
stop();
Instance of Symbol 297 MovieClip "ground" in Frame 9
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Instance of Symbol 361 MovieClip "hero" in Frame 9
onClipEvent (enterFrame) {
run = 5;
if (Key.isDown(37)) {
_root.hero.HP._xscale = 100;
_x = (_x - run);
this._xscale = 100;
state = 2;
}
if (Key.isDown(37) && (Key.isDown(39))) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if (_root.LEFTWALL.hitTest(_x, _y, true)) {
_x = (_x + run);
state = 1;
}
if (Key.isDown(39)) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
if (_root.RIGHTWALL.hitTest(_x, _y, true)) {
state = 1;
_x = (_x - run);
}
if (Key.isDown(65) && (Key.isDown(68))) {
_root.hero.attack.gotoAndPlay(2);
_root.hero.shield.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.attack.gotoAndPlay(2);
}
if (Key.isDown(68)) {
_root.hero.shield.gotoAndStop(2);
} else {
_root.hero.shield.gotoAndStop(1);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 6;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
} else if (_root.jumpkey) {
gravity = -22;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (0 >= _root.HPno) {
_root.black.gotoAndPlay(1);
_root.gotoAndStop(43);
}
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 0) {
_x = (_x + run);
}
if (550 < _x) {
_x = (_x - run);
}
}
Frame 10
stop();
Frame 11
stop();
lvl = 1;
_root.black.gotoAndPlay(1);
Instance of Symbol 464 MovieClip in Frame 11
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 466 MovieClip "ground" in Frame 11
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Instance of Symbol 361 MovieClip "hero" in Frame 11
onClipEvent (enterFrame) {
run = 5;
if (Key.isDown(37)) {
_root.hero.HP._xscale = 100;
_x = (_x - run);
this._xscale = 100;
state = 2;
}
if (Key.isDown(37) && (Key.isDown(39))) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if (_root.LEFTWALL.hitTest(_x, _y, true)) {
_x = (_x + run);
state = 1;
}
if (Key.isDown(39)) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
if (_root.RIGHTWALL.hitTest(_x, _y, true)) {
state = 1;
_x = (_x - run);
}
if (Key.isDown(65) && (Key.isDown(68))) {
_root.hero.attack.gotoAndPlay(2);
_root.hero.shield.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.attack.gotoAndPlay(2);
}
if (Key.isDown(68)) {
_root.hero.shield.gotoAndStop(2);
} else {
_root.hero.shield.gotoAndStop(1);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 6;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
} else if (_root.jumpkey) {
gravity = -22;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (_root.boat.hit.hitTest(this)) {
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (0 >= _root.HPno) {
_root.life.gotoAndStop(_root.life._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero.HP.gotoAndStop(1);
_root.HPno = 100;
_root.hero._x = 540;
_root.hero._y = 10;
}
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 0) {
_x = 550;
if (_root._currentframe == 11) {
_root.gotoAndStop(19);
} else {
_root.gotoAndStop(_root._currentframe + 1);
}
}
if (550 < _x) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
_root.life.gotoAndStop(_root.life._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero.HP.gotoAndStop(1);
_root.HPno = 100;
_root.hero._x = 540;
_root.hero._y = 10;
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
}
}
Instance of Symbol 538 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.hero._x = 440;
_root.hero._y = 340;
}
}
Instance of Symbol 580 MovieClip in Frame 11
onClipEvent (keyDown) {
if (Key.isDown(45) && (_root.cheat_mode)) {
_root.life.gotoAndStop(6);
}
}
Frame 12
stop();
lvl = 2;
Instance of Symbol 583 MovieClip "ground" in Frame 12
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 12
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 13
stop();
lvl = 3;
Instance of Symbol 464 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 464 MovieClip in Frame 13
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 640 MovieClip "ground" in Frame 13
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 14
stop();
lvl = 4;
Instance of Symbol 705 MovieClip "ground" in Frame 14
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
}
Frame 15
stop();
lvl = 5;
Instance of Symbol 464 MovieClip in Frame 15
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 15
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 15
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 709 MovieClip "ground" in Frame 15
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 15
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 15
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 15
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 15
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 16
stop();
lvl = 6;
Instance of Symbol 464 MovieClip in Frame 16
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 713 MovieClip "ground" in Frame 16
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
}
Instance of Symbol 635 MovieClip "s4" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s7" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s6" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s5" in Frame 16
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 17
stop();
lvl = 7;
Instance of Symbol 464 MovieClip in Frame 17
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 719 MovieClip "ground" in Frame 17
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s6" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s4" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s5" in Frame 17
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 18
stop();
lvl = 8;
Instance of Symbol 464 MovieClip in Frame 18
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 723 MovieClip "ground" in Frame 18
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 18
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 18
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 18
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s" in Frame 18
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Frame 19
stop();
lvl = 9;
Instance of Symbol 464 MovieClip in Frame 19
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 464 MovieClip in Frame 19
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 729 MovieClip "ground" in Frame 19
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
}
Instance of Symbol 635 MovieClip "s4" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s7" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s6" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s5" in Frame 19
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Frame 20
stop();
lvl = 10;
Instance of Symbol 464 MovieClip in Frame 20
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 20
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 765 MovieClip "ground" in Frame 20
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this.hit)) {
_root.hero._x = _root.hero._x - 3;
_root.sail._x = _root.sail._x - 3;
this._x = this._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 10) {
this._x = this._x + 540;
_root.sail._x = _root.sail._x + 540;
_root.hero._x = _root.hero._x + 540;
_root.gotoAndStop(_root._currentframe + 1);
}
if (420 < _root.hero._y) {
_root.black.gotoAndPlay(1);
this._x = (this._x = 450);
_root.sail._x = (_root.sail._x = 508);
}
if (0 >= _root.HPno) {
this._x = (this._x = 450);
_root.sail._x = (_root.sail._x = 508);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.a.hit)) {
this._x = this._x + 3;
_root.hero._x = _root.hero._x + 3;
_root.sail._x = _root.sail._x + 3;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.a1.hit)) {
this._x = this._x + 3;
_root.hero._x = _root.hero._x + 3;
_root.sail._x = _root.sail._x + 3;
}
}
Frame 21
stop();
lvl = 11;
Instance of Symbol 464 MovieClip in Frame 21
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Frame 22
stop();
lvl = 12;
Instance of Symbol 464 MovieClip in Frame 22
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 464 MovieClip in Frame 22
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 464 MovieClip in Frame 22
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Frame 23
stop();
lvl = 13;
Instance of Symbol 464 MovieClip in Frame 23
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 792 MovieClip "a" in Frame 23
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.black.gotoAndPlay(1);
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 24
stop();
lvl = 14;
Instance of Symbol 464 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 24
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 796 MovieClip "ground" in Frame 24
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Instance of Symbol 538 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.hero._x = 250;
_root.hero._y = 300;
}
}
Frame 25
stop();
lvl = 15;
Instance of Symbol 800 MovieClip "ground" in Frame 25
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 25
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.8);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 25
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 25
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 25
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 852 MovieClip "h" in Frame 25
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 26
stop();
lvl = 16;
Instance of Symbol 464 MovieClip in Frame 26
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 26
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 26
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 855 MovieClip "ground" in Frame 26
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
}
Instance of Symbol 852 MovieClip "h1" in Frame 26
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 852 MovieClip "h" in Frame 26
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 27
stop();
lvl = 17;
Instance of Symbol 859 MovieClip "ground" in Frame 27
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.2);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.2);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 890 MovieClip "vor3" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.2);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.2);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 890 MovieClip "vor4" in Frame 27
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 28
stop();
lvl = 18;
Instance of Symbol 464 MovieClip in Frame 28
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 28
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 896 MovieClip "ground" in Frame 28
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 28
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 28
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 28
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor3" in Frame 28
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor4" in Frame 28
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Frame 29
stop();
lvl = 19;
Instance of Symbol 901 MovieClip "ground" in Frame 29
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
while (this.hitTest(_root.vor5._x, _root.vor5._y, true)) {
_root.vor5._y = _root.vor5._y - 1;
}
while (this.hitTest(_root.vor6._x, _root.vor6._y, true)) {
_root.vor6._y = _root.vor6._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 29
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.3);
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 29
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.5);
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 29
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.5);
}
}
Frame 30
stop();
lvl = 20;
Instance of Symbol 910 MovieClip "ground" in Frame 30
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
while (this.hitTest(_root.vor5._x, _root.vor5._y, true)) {
_root.vor5._y = _root.vor5._y - 1;
}
while (this.hitTest(_root.vor6._x, _root.vor6._y, true)) {
_root.vor6._y = _root.vor6._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor3" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor4" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor5" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor6" in Frame 30
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Frame 31
stop();
lvl = 21;
Instance of Symbol 914 MovieClip "ground" in Frame 31
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
while (this.hitTest(_root.vor5._x, _root.vor5._y, true)) {
_root.vor5._y = _root.vor5._y - 1;
}
while (this.hitTest(_root.vor6._x, _root.vor6._y, true)) {
_root.vor6._y = _root.vor6._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor3" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor4" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor5" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 890 MovieClip "vor6" in Frame 31
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Frame 32
stop();
lvl = 22;
Instance of Symbol 919 MovieClip "ground" in Frame 32
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.vor._x, _root.vor._y, true)) {
_root.vor._y = _root.vor._y - 1;
}
while (this.hitTest(_root.vor1._x, _root.vor1._y, true)) {
_root.vor1._y = _root.vor1._y - 1;
}
while (this.hitTest(_root.vor2._x, _root.vor2._y, true)) {
_root.vor2._y = _root.vor2._y - 1;
}
while (this.hitTest(_root.vor3._x, _root.vor3._y, true)) {
_root.vor3._y = _root.vor3._y - 1;
}
while (this.hitTest(_root.vor4._x, _root.vor4._y, true)) {
_root.vor4._y = _root.vor4._y - 1;
}
while (this.hitTest(_root.vor5._x, _root.vor5._y, true)) {
_root.vor5._y = _root.vor5._y - 1;
}
while (this.hitTest(_root.vor6._x, _root.vor6._y, true)) {
_root.vor6._y = _root.vor6._y - 1;
}
}
Instance of Symbol 890 MovieClip "vor1" in Frame 32
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.3);
}
}
Instance of Symbol 890 MovieClip "vor2" in Frame 32
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.5);
}
}
Instance of Symbol 890 MovieClip "vor" in Frame 32
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -100;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.stopLeft.hitTest(this.hit)) {
this.legs.gotoAndStop(1);
_x = (_x + 4.5);
}
}
Frame 33
stop();
lvl = 23;
Instance of Symbol 923 MovieClip "ground" in Frame 33
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
while (this.hitTest(_root.h2._x, _root.h2._y, true)) {
_root.h2._y = _root.h2._y - 1;
}
}
Instance of Symbol 852 MovieClip "h1" in Frame 33
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 852 MovieClip "h" in Frame 33
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 852 MovieClip "h2" in Frame 33
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 34
stop();
lvl = 24;
Instance of Symbol 464 MovieClip in Frame 34
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 928 MovieClip "ground" in Frame 34
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
while (this.hitTest(_root.h2._x, _root.h2._y, true)) {
_root.h2._y = _root.h2._y - 1;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 34
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (500 < _y) {
this.gotoAndStop(2);
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 34
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 34
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 852 MovieClip "h1" in Frame 34
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 852 MovieClip "h2" in Frame 34
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 35
stop();
lvl = 25;
Instance of Symbol 464 MovieClip in Frame 35
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 35
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 933 MovieClip "ground" in Frame 35
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 35
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 35
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 35
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 35
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 36
stop();
lvl = 26;
Instance of Symbol 464 MovieClip in Frame 36
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 1004 MovieClip "ground" in Frame 36
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 36
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 36
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 36
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 36
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 37
stop();
lvl = 27;
Instance of Symbol 1009 MovieClip "ground" in Frame 37
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Frame 38
stop();
lvl = 28;
Instance of Symbol 464 MovieClip in Frame 38
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 464 MovieClip in Frame 38
onClipEvent (enterFrame) {
this._x = this._x + 3;
}
Instance of Symbol 1014 MovieClip "ground" in Frame 38
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
}
Instance of Symbol 635 MovieClip "s4" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s7" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s6" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s5" in Frame 38
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 39
stop();
lvl = 29;
Instance of Symbol 1018 MovieClip "ground" in Frame 39
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s._x, _root.s._y, true)) {
_root.s._y = _root.s._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
}
Instance of Symbol 635 MovieClip "s4" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s3" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s1" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s7" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s2" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.5);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s6" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Instance of Symbol 635 MovieClip "s5" in Frame 39
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
Frame 40
stop();
lvl = 30;
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(5);
Instance of Symbol 1022 MovieClip "ground" in Frame 40
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s8._x, _root.s8._y, true)) {
_root.s8._y = _root.s8._y - 1;
}
while (this.hitTest(_root.s9._x, _root.s9._y, true)) {
_root.s9._y = _root.s9._y - 1;
}
while (this.hitTest(_root.c1._x, _root.c1._y, true)) {
_root.c1._y = _root.c1._y - 1;
}
while (this.hitTest(_root.c2._x, _root.c2._y, true)) {
_root.c2._y = _root.c2._y - 1;
}
while (this.hitTest(_root.c3._x, _root.c3._y, true)) {
_root.c3._y = _root.c3._y - 1;
}
while (this.hitTest(_root.c4._x, _root.c4._y, true)) {
_root.c4._y = _root.c4._y - 1;
}
while (this.hitTest(_root.c5._x, _root.c5._y, true)) {
_root.c5._y = _root.c5._y - 1;
}
while (this.hitTest(_root.c6._x, _root.c6._y, true)) {
_root.c6._y = _root.c6._y - 1;
}
while (this.hitTest(_root.c7._x, _root.c7._y, true)) {
_root.c7._y = _root.c7._y - 1;
}
}
Instance of Symbol 1146 MovieClip "s9" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c1" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c2" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c3" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c4" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c5" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c6" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c7" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s1" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s2" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s3" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s4" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s5" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s6" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s7" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s8" in Frame 40
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Frame 41
stop();
Frame 42
stop();
Frame 43
stop();
Instance of Symbol 1195 MovieClip in Frame 43
onClipEvent (enterFrame) {
if (_root.score >= 50) {
this.gotoAndStop(2);
}
if (_root.score >= 150) {
this.gotoAndStop(3);
}
if (_root.score >= 250) {
this.gotoAndStop(4);
}
if (_root.score >= 350) {
this.gotoAndStop(5);
}
if (_root.score >= 500) {
this.gotoAndStop(6);
}
if (_root.score >= 650) {
this.gotoAndStop(7);
}
if (_root.score >= 800) {
this.gotoAndStop(8);
}
if (_root.score >= 950) {
this.gotoAndStop(9);
}
if (_root.score >= 1100) {
this.gotoAndStop(10);
}
if (_root.score >= 1300) {
this.gotoAndStop(11);
}
if (_root.score >= 1600) {
this.gotoAndStop(12);
}
if (_root.score >= 2000) {
this.gotoAndStop(13);
}
if (_root.score >= 2500) {
this.gotoAndStop(14);
}
}
Frame 44
stop();
_root.black.gotoAndPlay(1);
Instance of Symbol 1199 MovieClip "ground" in Frame 44
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s8._x, _root.s8._y, true)) {
_root.s8._y = _root.s8._y - 1;
}
while (this.hitTest(_root.s9._x, _root.s9._y, true)) {
_root.s9._y = _root.s9._y - 1;
}
while (this.hitTest(_root.c1._x, _root.c1._y, true)) {
_root.c1._y = _root.c1._y - 1;
}
while (this.hitTest(_root.c2._x, _root.c2._y, true)) {
_root.c2._y = _root.c2._y - 1;
}
while (this.hitTest(_root.c3._x, _root.c3._y, true)) {
_root.c3._y = _root.c3._y - 1;
}
while (this.hitTest(_root.c4._x, _root.c4._y, true)) {
_root.c4._y = _root.c4._y - 1;
}
while (this.hitTest(_root.c5._x, _root.c5._y, true)) {
_root.c5._y = _root.c5._y - 1;
}
while (this.hitTest(_root.c6._x, _root.c6._y, true)) {
_root.c6._y = _root.c6._y - 1;
}
while (this.hitTest(_root.c7._x, _root.c7._y, true)) {
_root.c7._y = _root.c7._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
}
Instance of Symbol 1146 MovieClip "s9" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c1" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c2" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c3" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c4" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c5" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c6" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c7" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s1" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s2" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s3" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s4" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s5" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s6" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s7" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s8" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 361 MovieClip "hero" in Frame 44
onClipEvent (enterFrame) {
run = 5;
if (Key.isDown(37)) {
_root.hero.HP._xscale = 100;
_x = (_x - run);
this._xscale = 100;
state = 2;
}
if (Key.isDown(37) && (Key.isDown(39))) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if (_root.LEFTWALL.hitTest(_x, _y, true)) {
_x = (_x + run);
state = 1;
}
if (Key.isDown(39)) {
_root.hero.HP._xscale = -100;
_x = (_x + run);
this._xscale = -100;
state = 2;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
if (_root.RIGHTWALL.hitTest(_x, _y, true)) {
state = 1;
_x = (_x - run);
}
if (Key.isDown(65) && (Key.isDown(68))) {
_root.hero.attack.gotoAndPlay(2);
_root.hero.shield.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.attack.gotoAndPlay(2);
}
if (Key.isDown(68)) {
_root.hero.shield.gotoAndStop(2);
} else {
_root.hero.shield.gotoAndStop(1);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(6);
}
}
onClipEvent (enterFrame) {
this._y = this._y + 6;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
} else if (_root.jumpkey) {
gravity = -22;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (0 >= _root.HPno) {
_root.black.gotoAndPlay(1);
_root.gotoAndStop(43);
}
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 0) {
_x = (_x + run);
}
if (550 < _x) {
_x = (_x - run);
}
}
Instance of Symbol 1214 MovieClip "h" in Frame 44
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 45
stop();
_root.black.gotoAndPlay(1);
Instance of Symbol 1220 MovieClip "ground" in Frame 45
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s8._x, _root.s8._y, true)) {
_root.s8._y = _root.s8._y - 1;
}
while (this.hitTest(_root.s9._x, _root.s9._y, true)) {
_root.s9._y = _root.s9._y - 1;
}
while (this.hitTest(_root.c1._x, _root.c1._y, true)) {
_root.c1._y = _root.c1._y - 1;
}
while (this.hitTest(_root.c2._x, _root.c2._y, true)) {
_root.c2._y = _root.c2._y - 1;
}
while (this.hitTest(_root.c3._x, _root.c3._y, true)) {
_root.c3._y = _root.c3._y - 1;
}
while (this.hitTest(_root.c4._x, _root.c4._y, true)) {
_root.c4._y = _root.c4._y - 1;
}
while (this.hitTest(_root.c5._x, _root.c5._y, true)) {
_root.c5._y = _root.c5._y - 1;
}
while (this.hitTest(_root.c6._x, _root.c6._y, true)) {
_root.c6._y = _root.c6._y - 1;
}
while (this.hitTest(_root.c7._x, _root.c7._y, true)) {
_root.c7._y = _root.c7._y - 1;
}
}
Frame 46
stop();
Instance of Symbol 1277 MovieClip "ground" in Frame 46
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
while (this.hitTest(_root.h2._x, _root.h2._y, true)) {
_root.h2._y = _root.h2._y - 1;
}
while (this.hitTest(_root.h3._x, _root.h3._y, true)) {
_root.h3._y = _root.h3._y - 1;
}
}
Instance of Symbol 1214 MovieClip "h" in Frame 46
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1214 MovieClip "h1" in Frame 46
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h2" in Frame 46
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h3" in Frame 46
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 47
stop();
Instance of Symbol 1327 MovieClip "ground" in Frame 47
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s8._x, _root.s8._y, true)) {
_root.s8._y = _root.s8._y - 1;
}
while (this.hitTest(_root.s9._x, _root.s9._y, true)) {
_root.s9._y = _root.s9._y - 1;
}
while (this.hitTest(_root.c1._x, _root.c1._y, true)) {
_root.c1._y = _root.c1._y - 1;
}
while (this.hitTest(_root.c2._x, _root.c2._y, true)) {
_root.c2._y = _root.c2._y - 1;
}
while (this.hitTest(_root.c3._x, _root.c3._y, true)) {
_root.c3._y = _root.c3._y - 1;
}
while (this.hitTest(_root.c4._x, _root.c4._y, true)) {
_root.c4._y = _root.c4._y - 1;
}
while (this.hitTest(_root.c5._x, _root.c5._y, true)) {
_root.c5._y = _root.c5._y - 1;
}
while (this.hitTest(_root.c6._x, _root.c6._y, true)) {
_root.c6._y = _root.c6._y - 1;
}
while (this.hitTest(_root.c7._x, _root.c7._y, true)) {
_root.c7._y = _root.c7._y - 1;
}
}
Instance of Symbol 1146 MovieClip "s9" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c1" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c2" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c3" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c4" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c5" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c6" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c7" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s1" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s2" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s3" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s4" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s5" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s6" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s7" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s8" in Frame 47
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Frame 48
stop();
Instance of Symbol 1334 MovieClip "ground" in Frame 48
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
while (this.hitTest(_root.h2._x, _root.h2._y, true)) {
_root.h2._y = _root.h2._y - 1;
}
while (this.hitTest(_root.h3._x, _root.h3._y, true)) {
_root.h3._y = _root.h3._y - 1;
}
while (this.hitTest(_root.h4._x, _root.h4._y, true)) {
_root.h4._y = _root.h4._y - 1;
}
while (this.hitTest(_root.h5._x, _root.h5._y, true)) {
_root.h5._y = _root.h5._y - 1;
}
}
Instance of Symbol 1214 MovieClip "h" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1214 MovieClip "h1" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h2" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h3" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h4" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h5" in Frame 48
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Frame 49
stop();
Instance of Symbol 464 MovieClip in Frame 49
onClipEvent (enterFrame) {
this._x = this._x - 3;
}
Instance of Symbol 1340 MovieClip "ground" in Frame 49
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Frame 50
stop();
Instance of Symbol 1346 MovieClip "ground" in Frame 50
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.h._x, _root.h._y, true)) {
_root.h._y = _root.h._y - 1;
}
while (this.hitTest(_root.h1._x, _root.h1._y, true)) {
_root.h1._y = _root.h1._y - 1;
}
while (this.hitTest(_root.h2._x, _root.h2._y, true)) {
_root.h2._y = _root.h2._y - 1;
}
while (this.hitTest(_root.h3._x, _root.h3._y, true)) {
_root.h3._y = _root.h3._y - 1;
}
while (this.hitTest(_root.h4._x, _root.h4._y, true)) {
_root.h4._y = _root.h4._y - 1;
}
while (this.hitTest(_root.h5._x, _root.h5._y, true)) {
_root.h5._y = _root.h5._y - 1;
}
while (this.hitTest(_root.s1._x, _root.s1._y, true)) {
_root.s1._y = _root.s1._y - 1;
}
while (this.hitTest(_root.s2._x, _root.s2._y, true)) {
_root.s2._y = _root.s2._y - 1;
}
while (this.hitTest(_root.s5._x, _root.s5._y, true)) {
_root.s5._y = _root.s5._y - 1;
}
while (this.hitTest(_root.s6._x, _root.s6._y, true)) {
_root.s6._y = _root.s6._y - 1;
}
while (this.hitTest(_root.s7._x, _root.s7._y, true)) {
_root.s7._y = _root.s7._y - 1;
}
while (this.hitTest(_root.s4._x, _root.s4._y, true)) {
_root.s4._y = _root.s4._y - 1;
}
while (this.hitTest(_root.s3._x, _root.s3._y, true)) {
_root.s3._y = _root.s3._y - 1;
}
while (this.hitTest(_root.s8._x, _root.s8._y, true)) {
_root.s8._y = _root.s8._y - 1;
}
while (this.hitTest(_root.s9._x, _root.s9._y, true)) {
_root.s9._y = _root.s9._y - 1;
}
while (this.hitTest(_root.c1._x, _root.c1._y, true)) {
_root.c1._y = _root.c1._y - 1;
}
while (this.hitTest(_root.c2._x, _root.c2._y, true)) {
_root.c2._y = _root.c2._y - 1;
}
while (this.hitTest(_root.c3._x, _root.c3._y, true)) {
_root.c3._y = _root.c3._y - 1;
}
while (this.hitTest(_root.c4._x, _root.c4._y, true)) {
_root.c4._y = _root.c4._y - 1;
}
while (this.hitTest(_root.c5._x, _root.c5._y, true)) {
_root.c5._y = _root.c5._y - 1;
}
while (this.hitTest(_root.c6._x, _root.c6._y, true)) {
_root.c6._y = _root.c6._y - 1;
}
while (this.hitTest(_root.c7._x, _root.c7._y, true)) {
_root.c7._y = _root.c7._y - 1;
}
}
Instance of Symbol 1146 MovieClip "s9" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c1" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c2" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c3" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c4" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c5" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c6" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1146 MovieClip "c7" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s1" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s2" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s3" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s4" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s5" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s6" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s7" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1147 MovieClip "s8" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 35) < _root.hero._x) {
this._xscale = 110;
this.p._xscale = 100;
_x = (_x + 4.6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = -110;
this.p._xscale = -100;
_x = (_x - 4.6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
Instance of Symbol 1214 MovieClip "h" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1214 MovieClip "h1" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h2" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h3" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h4" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 1324 MovieClip "h5" in Frame 50
onClipEvent (enterFrame) {
this._y = this._y + 7;
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero.herostop)) {
if ((_x + 30) < _root.hero._x) {
this._xscale = 100;
this.p._xscale = 100;
this.HP._xscale = 150;
_x = (_x + 4.3);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 30)) {
this._xscale = -100;
this.p._xscale = -100;
this.HP._xscale = -150;
_x = (_x - 4.3);
this.legs.gotoAndStop(2);
}
}
if (0 >= _root.HPno) {
this.area._xscale = 1000;
this.area._yscale = 1000;
}
}
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this.hit)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.two.heroattack.hitTest(this.hit)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (_root.hero.attack.three.heroattack.hitTest(this.hit)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.TP.TPanimation.TPhit)) {
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
if (this.hit.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
this.HP.gotoAndStop(this.HP._currentframe + 1);
}
}
onClipEvent (enterFrame) {
if (this.HP.HPno >= 1) {
this.gotoAndStop(2);
}
}
Symbol 7 MovieClip Frame 16
stop();
Symbol 13 MovieClip Frame 1
var gameBytesTotal = 0;
var gameBytesLoaded = 0;
var percent = 0;
Symbol 13 MovieClip Frame 3
gameBytesTotal = _root.getBytesTotal();
gameBytesLoaded = _root.getBytesLoaded();
percent = Math.round((gameBytesLoaded / gameBytesTotal) * 100);
bar.loadbar._xscale = percent;
if (((gameBytesLoaded >= gameBytesTotal) && (0 < gameBytesTotal)) && (_root.logo._currentframe >= _root.logo._totalframes)) {
_root.gotoAndStop("startgame");
stop();
} else {
gotoAndPlay ("preload");
}
Symbol 16 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 59 MovieClip Frame 1
_root.loading._visible = false;
Symbol 59 MovieClip Frame 111
_root.loading._visible = true;
stop();
Symbol 67 Button
on (press) {
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(2);
_root.gotoAndStop(4);
}
Symbol 83 MovieClip Frame 443
_root.music.gotoAndStop(2);
_root.black.gotoAndPlay(1);
_root.gotoAndStop(4);
Symbol 87 MovieClip Frame 1
stopAllSounds();
stop();
Symbol 87 MovieClip Frame 2
stop();
Symbol 87 MovieClip Frame 3
stop();
Symbol 87 MovieClip Frame 4
stopAllSounds();
stop();
Symbol 87 MovieClip Frame 5
stopAllSounds();
gotoAndStop (3);
Symbol 87 MovieClip Frame 6
stopAllSounds();
gotoAndStop (2);
Symbol 87 MovieClip Frame 8
stop();
Symbol 87 MovieClip Frame 9
stopAllSounds();
gotoAndStop (8);
Symbol 87 MovieClip Frame 10
stop();
Symbol 87 MovieClip Frame 11
stopAllSounds();
gotoAndStop (7);
Symbol 98 Button
on (press) {
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(9);
_root.life.gotoAndStop(6);
gotoAndStop (10);
}
Symbol 103 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (8);
}
Symbol 108 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (6);
}
Symbol 113 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (9);
_root.music.gotoAndStop(9);
}
Symbol 118 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (7);
}
Symbol 123 Button
on (release) {
getURL (_root.viewscores_link, "_blank");
}
Symbol 128 Button
on (release) {
getURL (_root.download_link, "_blank");
}
Symbol 133 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 137 Button
on (press) {
getURL (_root.main_link, "_blank");
}
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 2
stop();
Symbol 143 MovieClip Frame 3
_root.gotoAndStop(5);
Symbol 143 MovieClip Frame 4
stop();
Symbol 143 MovieClip Frame 5
stop();
Symbol 143 MovieClip Frame 6
stop();
Symbol 143 MovieClip Frame 7
stop();
Symbol 143 MovieClip Frame 8
stop();
Symbol 143 MovieClip Frame 9
stop();
gotoAndStop (8);
Symbol 143 MovieClip Frame 11
stop();
gotoAndStop (12);
Symbol 143 MovieClip Frame 12
stop();
Symbol 174 MovieClip Frame 9
stop();
Symbol 183 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (4);
_root.music.gotoAndStop(6);
}
Symbol 188 Button
on (press) {
_root.score = 0;
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(9);
_root.life.gotoAndStop(6);
gotoAndStop (10);
}
Symbol 193 Button
on (release) {
var hashkey = _root.hex_md5(((("gameid=" + _root.gameID_str) + "&hiscore=") + _root.score) + "2DPlay.com/");
getURL (String(((_root.scores_link + _root.score) + "&hash=") + hashkey), "_blank");
}
Symbol 195 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 82
gotoAndPlay (94);
Symbol 204 MovieClip Frame 83
gotoAndPlay (94);
Symbol 204 MovieClip Frame 84
gotoAndPlay (94);
Symbol 204 MovieClip Frame 85
gotoAndPlay (94);
Symbol 204 MovieClip Frame 86
gotoAndPlay (94);
Symbol 204 MovieClip Frame 87
gotoAndPlay (94);
Symbol 204 MovieClip Frame 88
gotoAndPlay (94);
Symbol 204 MovieClip Frame 89
gotoAndPlay (94);
Symbol 204 MovieClip Frame 90
gotoAndPlay (94);
Symbol 204 MovieClip Frame 94
stop();
_parent.gotoAndStop(41);
_root.music.gotoAndStop(4);
Symbol 208 MovieClip Frame 1
stop();
Symbol 208 MovieClip Frame 2
stop();
Symbol 208 MovieClip Frame 3
gotoAndPlay (5);
Symbol 208 MovieClip Frame 4
_root.ta._visible = false;
Symbol 208 MovieClip Frame 5
stop();
_root.ta._visible = false;
Symbol 212 Button
on (press) {
_root.black.gotoAndPlay(1);
_parent.att.gotoAndStop(_parent.att._currentframe + 1);
_root.score = 0;
_root.life.gotoAndStop(6);
if (_root.lvl == 1) {
_root.gotoAndStop(11);
} else if (_root.lvl == 2) {
_root.gotoAndStop(12);
} else if (_root.lvl == 3) {
_root.gotoAndStop(13);
} else if (_root.lvl == 4) {
_root.gotoAndStop(14);
} else if (_root.lvl == 5) {
_root.gotoAndStop(15);
} else if (_root.lvl == 6) {
_root.gotoAndStop(16);
} else if (_root.lvl == 7) {
_root.gotoAndStop(17);
} else if (_root.lvl == 8) {
_root.gotoAndStop(18);
} else if (_root.lvl == 9) {
_root.gotoAndStop(19);
} else if (_root.lvl == 10) {
_root.gotoAndStop(20);
} else if (_root.lvl == 11) {
_root.gotoAndStop(21);
} else if (_root.lvl == 12) {
_root.gotoAndStop(22);
} else if (_root.lvl == 13) {
_root.gotoAndStop(23);
} else if (_root.lvl == 14) {
_root.gotoAndStop(24);
} else if (_root.lvl == 15) {
_root.gotoAndStop(25);
} else if (_root.lvl == 16) {
_root.gotoAndStop(26);
} else if (_root.lvl == 17) {
_root.gotoAndStop(27);
} else if (_root.lvl == 18) {
_root.gotoAndStop(28);
} else if (_root.lvl == 19) {
_root.gotoAndStop(29);
} else if (_root.lvl == 20) {
_root.gotoAndStop(30);
} else if (_root.lvl == 21) {
_root.gotoAndStop(31);
} else if (_root.lvl == 22) {
_root.gotoAndStop(32);
} else if (_root.lvl == 23) {
_root.gotoAndStop(33);
} else if (_root.lvl == 24) {
_root.gotoAndStop(34);
} else if (_root.lvl == 25) {
_root.gotoAndStop(35);
} else if (_root.lvl == 26) {
_root.gotoAndStop(36);
} else if (_root.lvl == 27) {
_root.gotoAndStop(37);
} else if (_root.lvl == 28) {
_root.gotoAndStop(38);
} else if (_root.lvl == 29) {
_root.gotoAndStop(39);
} else if (_root.lvl == 30) {
_root.gotoAndStop(40);
}
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 222 Button
on (press) {
_quality = "LOW";
}
Symbol 228 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 234 Button
on (press) {
_quality = "HIGH";
}
Symbol 239 Button
on (press) {
_root.music.gotoAndStop(4);
_root.gotoAndStop(3);
}
Symbol 240 Button
on (press) {
getURL (_root.download_link, "_blank");
}
Symbol 241 Button
on (press) {
getURL (_root.main_link, "_blank");
}
Symbol 251 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (4);
}
Symbol 254 Button
on (release) {
getURL (_root.main_link, "_blank");
}
Symbol 266 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (47);
}
Symbol 272 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (46);
}
Symbol 276 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (44);
}
Symbol 282 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (48);
}
Symbol 286 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (49);
}
Symbol 290 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (45);
}
Symbol 294 Button
on (press) {
_root.music.gotoAndStop(11);
_root.black.gotoAndPlay(1);
gotoAndPlay (50);
}
Symbol 300 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 20
gotoAndStop (1);
Symbol 309 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 1
/* no clip actions */
Symbol 310 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 317 MovieClip Frame 18
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 320 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
if (Key.isDown(40)) {
_root.hero.attack.gotoAndPlay(11);
}
if (Key.isDown(38)) {
_root.hero.attack.gotoAndPlay(34);
}
Symbol 321 MovieClip Frame 9
gotoAndStop (1);
Symbol 321 MovieClip Frame 28
gotoAndStop (1);
Symbol 321 MovieClip Frame 41
gotoAndStop (1);
Symbol 328 MovieClip Frame 4
stop();
_root.hero.herohit.gotoAndStop(2);
Symbol 329 MovieClip Frame 1
stop();
_root.hero.herohit.gotoAndStop(1);
Symbol 329 MovieClip Frame 2
stop();
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 101
stop();
Symbol 335 MovieClip Frame 1
stop();
_root.hero._visible = true;
Symbol 335 MovieClip Frame 2
_root.hero._visible = false;
Symbol 335 MovieClip Frame 3
_root.hero._visible = true;
Symbol 335 MovieClip Frame 4
_root.hero._visible = false;
Symbol 335 MovieClip Frame 5
_root.hero._visible = true;
Symbol 335 MovieClip Frame 6
_root.hero._visible = false;
Symbol 335 MovieClip Frame 7
_root.hero._visible = true;
Symbol 335 MovieClip Frame 8
_root.hero._visible = false;
Symbol 335 MovieClip Frame 9
_root.hero._visible = true;
Symbol 335 MovieClip Frame 10
_root.hero._visible = false;
Symbol 335 MovieClip Frame 11
_root.hero._visible = true;
Symbol 335 MovieClip Frame 12
_root.hero._visible = false;
Symbol 335 MovieClip Frame 13
_root.hero._visible = true;
Symbol 335 MovieClip Frame 14
_root.hero._visible = false;
Symbol 335 MovieClip Frame 15
_root.hero._visible = true;
Symbol 335 MovieClip Frame 16
_root.hero._visible = false;
Symbol 335 MovieClip Frame 17
_root.hero._visible = true;
Symbol 335 MovieClip Frame 18
_root.hero._visible = false;
Symbol 335 MovieClip Frame 19
gotoAndStop (1);
Symbol 358 MovieClip Frame 3
stop();
Symbol 360 MovieClip Frame 4
stop();
Symbol 360 MovieClip Frame 8
stop();
Symbol 361 MovieClip Frame 1
stop();
Symbol 361 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 3
stop();
Symbol 370 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndPlay(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
}
Symbol 370 MovieClip Frame 6
gotoAndStop (1);
Symbol 377 Button
on (press) {
_root.music.gotoAndStop(4);
gotoAndStop (2);
}
Symbol 380 Button
on (press) {
_root.music.gotoAndStop(8);
gotoAndStop (1);
}
Symbol 381 MovieClip Frame 1
stop();
Symbol 385 Button
on (press) {
_root.menuopt.gotoandplay(2);
}
Symbol 390 Button
on (press) {
gotoAndStop(_currentframe + 1);
}
Symbol 394 Button
on (press) {
gotoAndPlay (45);
}
Symbol 396 Button
on (press) {
gotoAndStop(_currentframe - 1);
}
Symbol 400 MovieClip Frame 1
stop();
Symbol 400 MovieClip Frame 2
stop();
Symbol 404 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 2
stop();
Symbol 405 MovieClip Frame 1
stop();
Instance of Symbol 404 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.titanpower.gotoAndStop(_root.titanpower._currentframe + 1);
_root.score = Number(_root.score) + 8;
this.gotoAndStop(2);
}
}
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
stop();
Instance of Symbol 408 MovieClip in Symbol 409 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.score = Number(_root.score) + 5;
_root.life.gotoAndStop(_root.life._currentframe + 1);
this.gotoAndStop(2);
}
}
Symbol 424 Button
on (press) {
gotoAndPlay (15);
}
Symbol 425 MovieClip Frame 31
stop();
Symbol 425 MovieClip Frame 32
stop();
Symbol 425 MovieClip Frame 33
stop();
Symbol 425 MovieClip Frame 34
stop();
Symbol 425 MovieClip Frame 35
stop();
Symbol 425 MovieClip Frame 36
stop();
Symbol 425 MovieClip Frame 37
stop();
Symbol 425 MovieClip Frame 38
stop();
Symbol 425 MovieClip Frame 39
stop();
Symbol 425 MovieClip Frame 40
stop();
Symbol 425 MovieClip Frame 41
stop();
Symbol 425 MovieClip Frame 42
stop();
Symbol 425 MovieClip Frame 43
stop();
Symbol 425 MovieClip Frame 66
stop();
Symbol 427 Button
on (press) {
_quality = "HIGH";
}
Symbol 431 Button
on (press) {
_root.menuopt.board.sure.gotoAndPlay(2);
}
Symbol 432 Button
on (press) {
_root.menuopt.gotoandplay(12);
}
Symbol 438 Button
on (press) {
_root.music.gotoAndStop(6);
_root.black.gotoAndPlay(1);
_root.gotoAndStop(4);
}
Symbol 442 Button
on (release) {
_root.menuopt.board.sure.gotoAndPlay(9);
}
Symbol 443 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 8
stop();
Instance of Symbol 443 MovieClip "sure" in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(17) && (Key.isDown(85))) {
_root.life.gotoAndStop(80);
}
if (Key.isDown(17) && (Key.isDown(84))) {
_root.titanpower.gotoAndStop(11);
}
}
Symbol 445 MovieClip Frame 1
stop();
Instance of Symbol 443 MovieClip "sure" in Symbol 445 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(17) && (Key.isDown(85))) {
_root.life.gotoAndStop(80);
}
if (Key.isDown(17) && (Key.isDown(84))) {
_root.titanpower.gotoAndStop(11);
}
}
Symbol 445 MovieClip Frame 11
stop();
Instance of Symbol 443 MovieClip "sure" in Symbol 445 MovieClip Frame 21
onClipEvent (enterFrame) {
if (Key.isDown(17) && (Key.isDown(85))) {
_root.life.gotoAndStop(80);
}
if (Key.isDown(17) && (Key.isDown(84))) {
_root.titanpower.gotoAndStop(11);
}
}
Symbol 453 MovieClip Frame 91
_root.gotoAndStop(11);
Symbol 454 Button
on (press) {
_root.gotoAndStop(11);
}
Symbol 488 MovieClip Frame 1
stop();
Instance of Symbol 478 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.herohit.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 7);
_root.HPno = Number(_root.HPno) - 7;
}
if (_root.hero.shield.shield2.hitTest(this)) {
_parent.gotoAndStop(2);
}
}
Symbol 488 MovieClip Frame 2
stop();
Symbol 521 MovieClip Frame 1
stop();
gotoAndStop(random(5) + 1);
Symbol 536 MovieClip Frame 1
stop();
Instance of Symbol 468 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(58);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(58);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(58);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndPlay(58);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndPlay(58);
}
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x + 5;
}
}
Instance of Symbol 470 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 472 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(33);
}
}
Symbol 536 MovieClip Frame 32
gotoAndPlay (1);
Symbol 536 MovieClip Frame 57
gotoAndPlay (1);
Symbol 536 MovieClip Frame 58
_root.score = Number(_root.score) + 3;
Symbol 536 MovieClip Frame 85
stop();
Symbol 545 MovieClip Frame 1
stop();
Symbol 545 MovieClip Frame 2
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 3
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 4
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 5
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 6
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 7
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 8
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 9
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 9
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 10
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 10
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 545 MovieClip Frame 11
stop();
Instance of Symbol 544 MovieClip in Symbol 545 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.TP.gotoAndPlay(2);
}
}
Symbol 577 MovieClip Frame 55
_root.titanpower.gotoAndStop(_root.titanpower._currentframe - 1);
Symbol 577 MovieClip Frame 56
_root.TP.gotoAndStop(1);
Symbol 578 MovieClip Frame 1
stop();
Instance of Symbol 310 MovieClip "attack" in Symbol 596 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.hero.herohit.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 10);
_root.HPno = Number(_root.HPno) - 10;
}
}
Symbol 597 MovieClip Frame 1
stop();
Instance of Symbol 590 MovieClip in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 601 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 2
stop();
Instance of Symbol 600 MovieClip in Symbol 601 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_parent.gotoAndStop(1);
}
if (1 >= _root.HPno) {
_parent.gotoAndStop(1);
}
}
Symbol 608 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
stop();
Instance of Symbol 400 MovieClip in Symbol 623 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe - 7);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe - 7);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe - 6);
_root.HPno = Number(_root.HPno) + 20;
_root.score = Number(_root.score) + 5;
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.HPno >= 100) {
_root.HPno = 100;
}
}
Symbol 624 MovieClip Frame 1
stop();
gotoAndStop(random(27) + 1);
Symbol 624 MovieClip Frame 2
stop();
Symbol 624 MovieClip Frame 3
stop();
Symbol 624 MovieClip Frame 4
stop();
Symbol 624 MovieClip Frame 5
stop();
Symbol 624 MovieClip Frame 6
stop();
Symbol 624 MovieClip Frame 7
stop();
Symbol 624 MovieClip Frame 8
stop();
Symbol 624 MovieClip Frame 9
stop();
Symbol 624 MovieClip Frame 10
stop();
Symbol 624 MovieClip Frame 11
stop();
gotoAndStop(random(10) + 1);
Symbol 624 MovieClip Frame 12
stop();
Symbol 624 MovieClip Frame 13
stop();
Symbol 624 MovieClip Frame 14
stop();
Symbol 624 MovieClip Frame 15
stop();
Symbol 624 MovieClip Frame 16
stop();
Symbol 624 MovieClip Frame 17
stop();
Symbol 624 MovieClip Frame 18
stop();
Symbol 624 MovieClip Frame 19
stop();
Symbol 624 MovieClip Frame 20
stop();
Symbol 624 MovieClip Frame 21
stop();
Symbol 624 MovieClip Frame 23
stop();
Symbol 624 MovieClip Frame 24
stop();
Symbol 624 MovieClip Frame 25
stop();
Symbol 624 MovieClip Frame 26
stop();
Symbol 624 MovieClip Frame 27
stop();
Symbol 634 MovieClip Frame 1
_root.score = Number(_root.score) + 5;
_parent.p.gotoAndPlay(2);
Symbol 634 MovieClip Frame 36
stop();
Symbol 635 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 588 MovieClip "area" in Symbol 635 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
this._xscale = 1000;
this._yscale = 1000;
}
}
Symbol 635 MovieClip Frame 2
stop();
Symbol 637 MovieClip Frame 47
stop();
Symbol 661 MovieClip Frame 1
stop();
Instance of Symbol 656 MovieClip in Symbol 661 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.herohit.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 7);
_root.HPno = Number(_root.HPno) - 7;
}
if (_root.hero.shield.shield2.hitTest(this)) {
_parent.gotoAndStop(2);
}
}
Symbol 661 MovieClip Frame 2
stop();
Symbol 699 MovieClip Frame 1
_root.score = Number(_root.score) + 3;
Symbol 699 MovieClip Frame 31
stop();
Symbol 700 MovieClip Frame 1
stop();
Instance of Symbol 643 MovieClip "hit" in Symbol 700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(45);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(45);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(45);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(45);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(45);
}
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x + 5;
}
}
Instance of Symbol 470 MovieClip in Symbol 700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 472 MovieClip in Symbol 700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(25);
}
}
Symbol 700 MovieClip Frame 24
gotoAndStop (1);
Symbol 700 MovieClip Frame 44
gotoAndStop (1);
Symbol 700 MovieClip Frame 45
stop();
Instance of Symbol 760 MovieClip "hit" in Symbol 765 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
}
Symbol 805 MovieClip Frame 1
stop();
Symbol 805 MovieClip Frame 2
stop();
Instance of Symbol 600 MovieClip in Symbol 805 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_parent.gotoAndStop(1);
}
if (1 >= _root.HPno) {
_parent.gotoAndStop(1);
}
}
Instance of Symbol 310 MovieClip "attack" in Symbol 825 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.hero.herohit.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 20);
_root.HPno = Number(_root.HPno) - 20;
}
}
Symbol 826 MovieClip Frame 1
stop();
Instance of Symbol 807 MovieClip in Symbol 826 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 832 MovieClip Frame 1
stop();
Symbol 832 MovieClip Frame 4
gotoAndPlay (6);
Symbol 832 MovieClip Frame 6
_parent.gotoAndStop(2);
Symbol 834 MovieClip Frame 1
stop();
Symbol 851 MovieClip Frame 1
_root.score = Number(_root.score) + 10;
_parent.p.gotoAndPlay(2);
Symbol 851 MovieClip Frame 31
stop();
Symbol 852 MovieClip Frame 1
stop();
Instance of Symbol 588 MovieClip "area" in Symbol 852 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
this._xscale = 1000;
this._yscale = 1000;
}
}
Symbol 852 MovieClip Frame 2
stop();
Instance of Symbol 310 MovieClip "attack" in Symbol 871 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.hero.herohit.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 15);
_root.HPno = Number(_root.HPno) - 15;
}
}
Symbol 872 MovieClip Frame 1
stop();
Instance of Symbol 864 MovieClip in Symbol 872 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 889 MovieClip Frame 1
_root.score = Number(_root.score) + 5;
_parent.p.gotoAndPlay(2);
Symbol 889 MovieClip Frame 13
stop();
Symbol 890 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip "hit" in Symbol 890 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 588 MovieClip "area" in Symbol 890 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
this._xscale = 1000;
this._yscale = 1000;
}
}
Symbol 892 MovieClip Frame 47
stop();
Instance of Symbol 959 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 15);
_root.HPno = Number(_root.HPno) - 15;
}
}
Symbol 1000 MovieClip Frame 1
_root.score = Number(_root.score) + 7;
Symbol 1000 MovieClip Frame 30
stop();
Instance of Symbol 643 MovieClip "hit" in Symbol 1001 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(39);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(39);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(39);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(39);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(39);
}
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x + 5;
}
}
Symbol 1001 MovieClip Frame 38
gotoAndPlay (1);
Symbol 1001 MovieClip Frame 39
stop();
Symbol 1041 MovieClip Frame 211
_root.Boss.gotoAndPlay(2);
Symbol 1128 MovieClip Frame 1
stop();
Instance of Symbol 1026 MovieClip in Symbol 1128 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x + 5;
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_root.bossHP.gotoAndStop(_root.bossHP._currentframe + 3);
}
}
Instance of Symbol 1064 MovieClip in Symbol 1128 MovieClip Frame 39
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 8);
_root.HPno = Number(_root.HPno) - 8;
}
}
Instance of Symbol 1064 MovieClip in Symbol 1128 MovieClip Frame 55
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 8);
_root.HPno = Number(_root.HPno) - 8;
}
}
Instance of Symbol 1064 MovieClip in Symbol 1128 MovieClip Frame 92
onClipEvent (enterFrame) {
if (_root.hero.herostop.hitTest(this)) {
_root.hero.heroblink.gotoAndPlay(2);
_root.hero.herohit.gotoAndPlay(3);
_root.hero.HP.gotoAndStop(_root.hero.HP._currentframe + 15);
_root.HPno = Number(_root.HPno) - 15;
}
}
Symbol 1128 MovieClip Frame 107
gotoAndPlay (2);
Symbol 1138 MovieClip Frame 1
stop();
Instance of Symbol 1130 MovieClip in Symbol 1138 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndPlay(2);
}
}
Symbol 1138 MovieClip Frame 7
_root.bossHP.gotoAndStop(_root.bossHP._currentframe + 5);
Symbol 1145 MovieClip Frame 1
_root.score = Number(_root.score) + 5;
_parent.p.gotoAndPlay(2);
Symbol 1145 MovieClip Frame 125
_parent.gotoAndStop(3);
Symbol 1146 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 588 MovieClip "area" in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
this._xscale = 1000;
this._yscale = 1000;
}
}
Symbol 1146 MovieClip Frame 2
stop();
Symbol 1146 MovieClip Frame 3
this._x = random(550) + 550;
gotoAndStop (1);
Symbol 1147 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip in Symbol 1147 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(2);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_root.hero.jumping.jumpingattack.heroattack.gotoAndStop(2);
_parent.gotoAndStop(2);
}
}
Instance of Symbol 588 MovieClip "area" in Symbol 1147 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.herostop)) {
this._xscale = 1000;
this._yscale = 1000;
}
}
Symbol 1147 MovieClip Frame 2
stop();
Symbol 1147 MovieClip Frame 3
this._x = random(550) - 550;
gotoAndStop (1);
Symbol 1150 Button
on (press) {
_root.music.gotoAndStop(4);
gotoAndStop (2);
}
Symbol 1151 Button
on (press) {
_root.music.gotoAndStop(5);
gotoAndStop (1);
}
Symbol 1152 MovieClip Frame 1
stop();
Symbol 1156 MovieClip Frame 137
stop();
Symbol 1168 MovieClip Frame 1
stopAllSounds();
Symbol 1168 MovieClip Frame 261
_root.music.gotoAndStop(2);
_root.black.gotoAndPlay(1);
_root.gotoAndStop(42);
Symbol 1170 Button
on (press) {
_root.black.gotoAndPlay(1);
gotoAndStop (4);
_root.music.gotoAndStop(6);
}
Symbol 1171 Button
on (release) {
_root.score = 0;
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(9);
_root.life.gotoAndStop(6);
gotoAndStop (10);
}
Symbol 1178 Button
on (press) {
_root.HPno = 100;
_root.black.gotoAndPlay(1);
gotoAndStop (4);
_root.music.gotoAndStop(6);
}
Symbol 1179 Button
on (press) {
_root.score;
_root.HPno = 100;
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(6);
_root.life.gotoAndStop(6);
gotoAndStop (8);
}
Symbol 1195 MovieClip Frame 1
stop();
Symbol 1195 MovieClip Frame 2
stop();
Symbol 1195 MovieClip Frame 3
stop();
Symbol 1195 MovieClip Frame 4
stop();
Symbol 1195 MovieClip Frame 5
stop();
Symbol 1195 MovieClip Frame 6
stop();
Symbol 1195 MovieClip Frame 7
stop();
Symbol 1195 MovieClip Frame 8
stop();
Symbol 1195 MovieClip Frame 9
stop();
Symbol 1195 MovieClip Frame 10
stop();
Symbol 1195 MovieClip Frame 11
stop();
Symbol 1195 MovieClip Frame 12
stop();
Symbol 1195 MovieClip Frame 13
stop();
Symbol 1195 MovieClip Frame 14
stop();
Symbol 1202 MovieClip Frame 47
stop();
Symbol 1213 MovieClip Frame 1
_root.score = Number(_root.score) + 10;
_parent.p.gotoAndPlay(2);
Symbol 1213 MovieClip Frame 110
_parent.gotoAndStop(3);
Symbol 1214 MovieClip Frame 1
stop();
Instance of Symbol 588 MovieClip "area" in Symbol 1214 MovieClip Frame 1
onClipEvent (enterFrame) {
this._yscale = 1000;
this._xscale = 1000;
}
Symbol 1214 MovieClip Frame 2
stop();
Symbol 1214 MovieClip Frame 3
this._x = random(550) - 650;
gotoAndStop (1);
Symbol 1223 MovieClip Frame 47
stop();
Symbol 1249 MovieClip Frame 1
_root.score = Number(_root.score) + 7;
Symbol 1249 MovieClip Frame 190
_parent.gotoAndPlay(1);
Instance of Symbol 643 MovieClip "hit" in Symbol 1250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x + 5;
}
}
Symbol 1250 MovieClip Frame 52
gotoAndPlay (15);
Symbol 1250 MovieClip Frame 53
stop();
Symbol 1273 MovieClip Frame 1
_root.score = Number(_root.score) + 7;
Symbol 1273 MovieClip Frame 190
_parent.gotoAndPlay(1);
Instance of Symbol 643 MovieClip "hit" in Symbol 1274 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(53);
}
if (this.hitTest(_root.hero.herostop)) {
_root.hero._x = _root.hero._x - 5;
}
}
Symbol 1274 MovieClip Frame 52
gotoAndPlay (15);
Symbol 1274 MovieClip Frame 53
stop();
Symbol 1280 MovieClip Frame 47
stop();
Symbol 1303 MovieClip Frame 1
_root.score = Number(_root.score) + 3;
Symbol 1303 MovieClip Frame 109
_parent.gotoAndPlay(1);
Symbol 1304 MovieClip Frame 30
stop();
Instance of Symbol 643 MovieClip "hit" in Symbol 1304 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(74);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(74);
}
}
Instance of Symbol 470 MovieClip in Symbol 1304 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(31);
}
}
Instance of Symbol 472 MovieClip in Symbol 1304 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(54);
}
}
Symbol 1304 MovieClip Frame 53
gotoAndStop (30);
Symbol 1304 MovieClip Frame 73
gotoAndStop (30);
Symbol 1304 MovieClip Frame 74
stop();
Symbol 1322 MovieClip Frame 1
_root.score = Number(_root.score) + 3;
Symbol 1322 MovieClip Frame 109
_parent.gotoAndPlay(1);
Symbol 1323 MovieClip Frame 30
stop();
Instance of Symbol 643 MovieClip "hit" in Symbol 1323 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.hero.attack.one.heroattack.hitTest(this)) {
_root.hero.attack.one.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (_root.hero.attack.two.heroattack.hitTest(this)) {
_root.hero.attack.two.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (_root.hero.attack.three.heroattack.hitTest(this)) {
_root.hero.attack.three.heroattack.gotoAndStop(2);
_parent.gotoAndStop(74);
}
if (this.hitTest(_root.TP.TPanimation.TPhit)) {
_parent.gotoAndStop(74);
}
if (this.hitTest(_root.hero.jumping.jumpingattack.heroattack)) {
_parent.gotoAndStop(74);
}
}
Instance of Symbol 470 MovieClip in Symbol 1323 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(31);
}
}
Instance of Symbol 472 MovieClip in Symbol 1323 MovieClip Frame 30
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_parent.gotoAndPlay(54);
}
}
Symbol 1323 MovieClip Frame 53
gotoAndStop (30);
Symbol 1323 MovieClip Frame 73
gotoAndStop (30);
Symbol 1323 MovieClip Frame 74
stop();
Symbol 1324 MovieClip Frame 1
stop();
Instance of Symbol 588 MovieClip "area" in Symbol 1324 MovieClip Frame 1
onClipEvent (enterFrame) {
this._yscale = 1000;
this._xscale = 1000;
}
Symbol 1324 MovieClip Frame 2
stop();
Symbol 1324 MovieClip Frame 3
this._x = random(550) + 650;
gotoAndStop (1);
Symbol 1330 MovieClip Frame 47
stop();
Symbol 1337 MovieClip Frame 47
stop();
Symbol 1343 MovieClip Frame 47
stop();
Symbol 1349 MovieClip Frame 47
stop();