Frame 1
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
Stage.showMenu = false;
Frame 459
function __com_mochibot__(swfid, mc, lv) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
g[n] = res;
return(res);
}
this.createEmptyMovieClip("musicDummySoundClip", this.getNextHighestDepth());
music = new Sound(musicDummySoundClip);
music.attachSound("role_model");
this.createEmptyMovieClip("intro_outroDummySoundClip", this.getNextHighestDepth());
intro_outro = new Sound(intro_outroDummySoundClip);
intro_outro.attachSound("intro_outro");
intro_outro.start(0, 999);
stop();
__com_mochibot__("0b3ac632", this, 10301);
jump = new Sound();
coin_take = new Sound();
death_sound = new Sound();
end_loop = new Sound();
jump.attachSound("hero_jump");
coin_take.attachSound("coin_pickup");
death_sound.attachSound("hero_die");
end_loop.attachSound("end");
Frame 460
life = "3";
gotoAndStop ("level1_1_intro");
Frame 461
stop();
Frame 462
life = life - 1;
music.setVolume(0);
Frame 515
if (level == "1") {
gotoAndStop ("level1_1_intro");
}
if (level == "2") {
gotoAndStop ("level1_2_intro");
}
if (level == "3") {
gotoAndStop ("level1_3_intro");
}
if (level == "4") {
gotoAndStop ("level1_4_intro");
}
if (level == "5") {
gotoAndStop ("level1_5_intro");
}
if (level == "6") {
gotoAndStop ("level1_6_intro");
}
if (level == "7") {
gotoAndStop ("level1_7_intro");
}
if (level == "8") {
gotoAndStop ("level1_8_intro");
}
if (level == "9") {
gotoAndStop ("level1_9_intro");
}
if (level == "10") {
gotoAndStop ("level1_10_intro");
}
if (level == "11") {
gotoAndStop ("level2_1_intro");
}
if (level == "12") {
gotoAndStop ("level2_2_intro");
}
if (level == "13") {
gotoAndStop ("level2_3_intro");
}
if (level == "14") {
gotoAndStop ("level2_4_intro");
}
if (level == "15") {
gotoAndStop ("level2_5_intro");
}
if (level == "16") {
gotoAndStop ("level2_6_intro");
}
if (level == "17") {
gotoAndStop ("level2_7_intro");
}
if (level == "18") {
gotoAndStop ("level2_8_intro");
}
if (level == "19") {
gotoAndStop ("level2_9_intro");
}
if (level == "20") {
gotoAndStop ("level2_10_intro");
}
if (level == "21") {
gotoAndStop ("level3_1_intro");
}
if (level == "22") {
gotoAndStop ("level3_2_intro");
}
if (level == "23") {
gotoAndStop ("level3_3_intro");
}
if (level == "24") {
gotoAndStop ("level3_4_intro");
}
if (level == "25") {
gotoAndStop ("level3_5_intro");
}
Frame 516
music.start(0, 999);
music.setVolume(100);
intro_outro.stop();
jackdies = "true";
katedies = "false";
level = "1";
stop();
Instance of Symbol 94 MovieClip "jake_run" in Frame 516
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 517
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC1.limitMC1.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC1.limitMC1.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC1.limitMC1.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC1.limitMC1.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC1.limitMC1.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
fscommand ("showmenu", "false");
this.stageMC1.limitMC1._visible = false;
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 0);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip "coinMC" in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 517
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 517
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "8") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_2_intro");
}
}
Frame 526
music.setVolume(100);
level = "2";
Instance of Symbol 94 MovieClip "jake_run" in Frame 526
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 527
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC2.limitMC2.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC2.limitMC2.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC2.limitMC2.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC2.limitMC2.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC2.limitMC2.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
this.stageMC2.limitMC21._visible = false;
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 527
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 527
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "13") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_3_intro");
}
}
Frame 536
music.setVolume(100);
level = "3";
Instance of Symbol 94 MovieClip "jake_run" in Frame 536
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 537
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC3.limitMC3.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC3.limitMC3.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC3.limitMC3.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC3.limitMC3.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC3.limitMC3.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
this.stageMC3.limitMC3._visible = false;
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 537
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 537
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "5") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_4_intro");
}
if (this._parent.jakeMC.hitTest(this._parent.death_level1_3)) {
_root.gotoAndPlay("death");
}
}
Frame 546
music.setVolume(100);
level = "4";
Instance of Symbol 94 MovieClip "jake_run" in Frame 546
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 547
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC4.limitMC4.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC4.limitMC4.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC4.limitMC4.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC4.limitMC4.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC4.limitMC4.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
this.stageMC4.limitMC4._visible = false;
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 547
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 547
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "8") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_5_intro");
}
}
Frame 556
music.setVolume(100);
level = "5";
Instance of Symbol 94 MovieClip "jake_run" in Frame 556
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 557
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC5.limitMC5.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC5.limitMC5.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC5.limitMC5.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC5.limitMC5.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC5.limitMC5.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
this.stageMC5.limitMC5._visible = false;
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 557
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 557
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 557
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "2") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_6_pass");
}
}
Instance of Symbol 133 MovieClip in Frame 557
onClipEvent (enterFrame) {
if (_root.death_level1_5_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_5_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_5_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_5_4.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_5_5.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 157 MovieClip in Frame 565
on (release) {
gotoAndPlay (566);
}
Frame 566
intro_outro.stop();
music.setVolume(100);
level = "6";
stop();
Instance of Symbol 94 MovieClip "jake_run" in Frame 566
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 567
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC6.limitMC6.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC6.limitMC6.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC6.limitMC6.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC6.limitMC6.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC6.limitMC6.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 567
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 567
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 567
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "6") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_7_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 567
onClipEvent (enterFrame) {
if (_root.death_level1_6_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_6_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_6_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 576
music.setVolume(100);
level = "7";
Instance of Symbol 94 MovieClip "jake_run" in Frame 576
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 577
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC7.limitMC7.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC7.limitMC7.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC7.limitMC7.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC7.limitMC7.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC7.limitMC7.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 577
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "8") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_8_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 577
onClipEvent (enterFrame) {
if (_root.death_level1_7_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 586
music.setVolume(100);
level = "8";
Instance of Symbol 94 MovieClip "jake_run" in Frame 586
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 587
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC8.limitMC8.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC8.limitMC8.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC8.limitMC8.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC8.limitMC8.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC8.limitMC8.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 587
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 587
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 587
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "11") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_9_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 587
onClipEvent (enterFrame) {
if (_root.death_level1_8_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_4.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_5.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_6.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_7.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 596
music.setVolume(100);
level = "9";
Instance of Symbol 94 MovieClip "jake_run" in Frame 596
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 597
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC9.limitMC9.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC9.limitMC9.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC9.limitMC9.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC9.limitMC9.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC9.limitMC9.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 597
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "14") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level1_10_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (_root.death_level1_8_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_4.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_5.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_6.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_7.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_8.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_9.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level1_8_10.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 606
music.setVolume(100);
level = "10";
Instance of Symbol 94 MovieClip "jake_run" in Frame 606
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 607
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC10.limitMC10.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC10.limitMC10.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC10.limitMC10.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC10.limitMC10.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC10.limitMC10.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 133 MovieClip in Frame 607
onClipEvent (enterFrame) {
if (this._parent.jakeMC.hitTest(this._parent.heroine_captured)) {
_root.gotoAndStop("sequence_1");
}
}
Instance of Symbol 133 MovieClip in Frame 607
onClipEvent (enterFrame) {
if (_root.lava_level1_10.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("level1_10_intro");
}
}
Frame 616
stop();
Frame 617
stop();
Frame 618
music.setVolume(100);
intro_outro.stop();
level = "11";
life = "3";
stop();
Instance of Symbol 94 MovieClip "jake_run" in Frame 618
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 619
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC11.limitMC11.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC11.limitMC11.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC11.limitMC11.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC11.limitMC11.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC11.limitMC11.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 619
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 619
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 247 MovieClip in Frame 619
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 90) {
moveleft = false;
moveright = true;
}
if (_x > 117) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 133 MovieClip in Frame 619
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "5") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_2_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 619
onClipEvent (enterFrame) {
if (_root.death_level2_1_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 626
music.setVolume(100);
level = "12";
Instance of Symbol 94 MovieClip "jake_run" in Frame 626
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 627
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC12.limitMC12.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC12.limitMC12.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC12.limitMC12.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC12.limitMC12.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC12.limitMC12.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 627
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 627
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 627
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "8") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_3_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 627
onClipEvent (enterFrame) {
if (_root.death_level2_2_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level2_2_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level2_2_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 636
music.setVolume(100);
level = "13";
Instance of Symbol 94 MovieClip "jake_run" in Frame 636
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 637
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC13.limitMC13.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC13.limitMC13.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC13.limitMC13.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC13.limitMC13.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC13.limitMC13.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 637
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 637
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 637
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "3") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_4_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 637
onClipEvent (enterFrame) {
if (_root.death_level2_3_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 646
music.setVolume(100);
level = "14";
Instance of Symbol 94 MovieClip "jake_run" in Frame 646
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 247 MovieClip in Frame 646
onClipEvent (enterFrame) {
this._x = this._x + 4;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 647
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC14.limitMC14.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC14.limitMC14.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC14.limitMC14.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC14.limitMC14.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC14.limitMC14.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 647
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 647
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 647
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "7") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_5_pass");
}
}
Instance of Symbol 133 MovieClip in Frame 647
onClipEvent (enterFrame) {
if (_root.death_level2_4_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 656
intro_outro.stop();
stop();
Frame 657
music.setVolume(100);
stop();
stop();
Instance of Symbol 94 MovieClip "jake_run" in Frame 657
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 658
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.stageMC15.limitMC15.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.stageMC15.limitMC15.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.stageMC15.limitMC15.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.stageMC15.limitMC15.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.stageMC15.limitMC15.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
level = "15";
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 287 MovieClip in Frame 658
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 35) {
moveup = false;
movedown = true;
}
if (_y > 125) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 658
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 40) {
moveup = false;
movedown = true;
}
if (_y > 125) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 658
onClipEvent (load) {
moveup = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 53) {
moveup = false;
movedown = true;
}
if (_y > 125) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 658
onClipEvent (load) {
moveup = true;
speed = 5;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 64) {
moveup = false;
movedown = true;
}
if (_y > 125) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 658
onClipEvent (load) {
moveup = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 74) {
moveup = false;
movedown = true;
}
if (_y > 125) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 288 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 288 MovieClip in Frame 658
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 288 MovieClip in Frame 658
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 133 MovieClip in Frame 658
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "5") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_6_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 658
onClipEvent (enterFrame) {
if (_root.death_level2_4_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 667
music.setVolume(100);
level = "16";
Instance of Symbol 94 MovieClip "jake_run" in Frame 667
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 668
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC16.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC16.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC16.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC16.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC16.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 668
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 668
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 668
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
movedown = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
moveup = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 668
onClipEvent (load) {
movedown = true;
speed = 7;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 175) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 133 MovieClip in Frame 668
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "3") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_7_intro");
}
}
Frame 678
music.setVolume(100);
level = "17";
Instance of Symbol 94 MovieClip "jake_run" in Frame 678
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 679
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC17.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC17.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC17.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC17.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC17.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 679
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 330) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 115) {
moveleft = false;
moveright = true;
}
if (_x > 185) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 224) {
moveleft = false;
moveright = true;
}
if (_x > 282) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 175) {
moveleft = false;
moveright = true;
}
if (_x > 234) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 65) {
moveleft = false;
moveright = true;
}
if (_x > 133) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 288 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 288 MovieClip in Frame 679
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 288 MovieClip in Frame 679
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 133 MovieClip in Frame 679
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "6") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_8_intro");
}
}
Frame 688
music.setVolume(100);
level = "18";
Instance of Symbol 94 MovieClip "jake_run" in Frame 688
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 689
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC18.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC18.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC18.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC18.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC18.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 689
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 689
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 689
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 287 MovieClip in Frame 689
onClipEvent (load) {
moveright = true;
speed = 4;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 187) {
moveleft = false;
moveright = true;
}
if (_x > 325) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 689
onClipEvent (load) {
moveleft = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 187) {
moveleft = false;
moveright = true;
}
if (_x > 325) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 689
onClipEvent (load) {
moveleft = true;
speed = 4;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 18) {
moveleft = false;
moveright = true;
}
if (_x > 155) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 689
onClipEvent (load) {
moveright = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 18) {
moveleft = false;
moveright = true;
}
if (_x > 155) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 133 MovieClip in Frame 689
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "3") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_9_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 689
onClipEvent (enterFrame) {
if (_root.death_level2_8_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 698
music.setVolume(100);
level = "19";
Instance of Symbol 94 MovieClip "jake_run" in Frame 698
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 699
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC19.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC19.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC19.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC19.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC19.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 97) {
moveleft = false;
moveright = true;
}
if (_x > 105) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 197) {
moveleft = false;
moveright = true;
}
if (_x > 205) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 247) {
moveleft = false;
moveright = true;
}
if (_x > 255) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 119) {
moveleft = false;
moveright = true;
}
if (_x > 126) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 47) {
moveleft = false;
moveright = true;
}
if (_x > 55) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 308) {
moveleft = false;
moveright = true;
}
if (_x > 317) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 699
onClipEvent (load) {
moveleft = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 17) {
moveleft = false;
moveright = true;
}
if (_x > 330) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 699
onClipEvent (load) {
moveright = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 17) {
moveleft = false;
moveright = true;
}
if (_x > 330) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 699
onClipEvent (load) {
moveleft = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 17) {
moveleft = false;
moveright = true;
}
if (_x > 330) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 133 MovieClip in Frame 699
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "23") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_10_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 699
onClipEvent (enterFrame) {
if (_root.death_level2_9_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level2_9_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level2_9_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level2_9_4.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 708
music.setVolume(100);
level = "20";
Instance of Symbol 94 MovieClip "jake_run" in Frame 708
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 709
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC20.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC20.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC20.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC20.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC20.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 133 MovieClip in Frame 709
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "23") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level2_9_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 709
onClipEvent (enterFrame) {
if (_root.lava_level2_10.hitTest(_root.jakeMC)) {
_root.gotoAndStop("level2_10_intro");
}
if (_root.rune1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("level2_10_end");
}
}
Frame 718
music.setVolume(30);
stop();
life = "3";
Frame 719
stop();
Frame 720
music.setVolume(100);
intro_outro.stop();
katedies = "true";
jackdies = "false";
level = "21";
stop();
Instance of Symbol 317 MovieClip "jake_run" in Frame 720
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 721
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC21.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC21.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC21.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC21.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC21.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 133 MovieClip in Frame 721
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "4") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level3_2_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 721
onClipEvent (enterFrame) {
if (_root.death_level3_1_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level3_1_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level3_1_3.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 731
music.setVolume(100);
level = "22";
Instance of Symbol 317 MovieClip "jake_run" in Frame 731
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 732
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC22.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC22.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC22.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC22.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC22.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 732
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 732
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 732
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 732
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 732
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 247 MovieClip in Frame 732
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 732
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 732
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 732
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 247 MovieClip in Frame 732
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 732
onClipEvent (load) {
moveright = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 92) {
moveleft = false;
moveright = true;
}
if (_x > 120) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 732
onClipEvent (load) {
moveright = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 225) {
moveleft = false;
moveright = true;
}
if (_x > 255) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 287 MovieClip in Frame 732
onClipEvent (load) {
movedown = true;
speed = 5;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 70) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 287 MovieClip in Frame 732
onClipEvent (load) {
moveup = true;
speed = 5;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 20) {
moveup = false;
movedown = true;
}
if (_y > 70) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
}
Instance of Symbol 288 MovieClip in Frame 732
onClipEvent (load) {
moveright = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 288 MovieClip in Frame 732
onClipEvent (load) {
moveleft = true;
speed = 1;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 15) {
moveleft = false;
moveright = true;
}
if (_x > 333) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 133 MovieClip in Frame 732
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "5") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level3_3_intro");
}
}
Frame 742
music.setVolume(100);
level = "23";
Instance of Symbol 317 MovieClip "jake_run" in Frame 742
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 743
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC23.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC23.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC23.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC23.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC23.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 335 MovieClip in Frame 743
onClipEvent (load) {
movedown = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 16) {
moveup = false;
movedown = true;
}
if (_y > 90) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 335 MovieClip in Frame 743
onClipEvent (load) {
moveup = true;
speed = 3;
}
onClipEvent (enterFrame) {
if (moveup) {
_y = (_y - speed);
_yscale = 100;
}
if (_y < 16) {
moveup = false;
movedown = true;
}
if (_y > 90) {
movedown = false;
moveup = true;
}
if (movedown) {
_y = (_y + speed);
_yscale = 100;
}
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 133 MovieClip in Frame 743
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "5") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level3_4_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 743
onClipEvent (enterFrame) {
if (_root.death_level3_3_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 752
music.setVolume(100);
level = "24";
Instance of Symbol 317 MovieClip "jake_run" in Frame 752
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 753
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC24.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC24.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC24.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC24.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC24.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 127 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
unloadMovie (this);
_root.score = _root.score + 1;
_root.coin_take.start(0, 1);
}
}
Instance of Symbol 287 MovieClip in Frame 753
onClipEvent (load) {
moveleft = true;
speed = 6;
}
onClipEvent (enterFrame) {
if (moveleft) {
_x = (_x - speed);
_xscale = 100;
}
if (_x < 17) {
moveleft = false;
moveright = true;
}
if (_x > 325) {
moveright = false;
moveleft = true;
}
if (moveright) {
_x = (_x + speed);
_xscale = -100;
}
}
Instance of Symbol 340 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 340 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Instance of Symbol 133 MovieClip in Frame 753
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (_root.score == "8") {
_root.goalMC.play();
}
if (this._parent.jakeMC.hitTest(this._parent.goalMC)) {
_root.gotoAndStop("level3_5_intro");
}
}
Instance of Symbol 133 MovieClip in Frame 753
onClipEvent (enterFrame) {
if (_root.death_level3_4_1.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
if (_root.death_level3_4_2.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("death");
}
}
Frame 762
music.setVolume(100);
level = "25";
Instance of Symbol 317 MovieClip "jake_run" in Frame 762
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 763
function move_wait() {
if (Key.isDown(Kleft)) {
this.jakeMC._xscale = -100;
this.jakeMC.gotoAndStop("walk");
}
if (Key.isDown(Kright)) {
this.jakeMC._xscale = 100;
this.jakeMC.gotoAndStop("walk");
}
}
function jump_wait() {
if (Key.isDown(Kjump)) {
this.jakeMC.gotoAndStop("jumpUp");
}
}
function fall_wait() {
if (!this.limitMC25.hitTest(this.jakeMC._x, this.jakeMC._y, true)) {
this.jakeMC.gotoAndStop("jumpDown");
}
}
function move_left(valueX) {
if (!this.limitMC25.hitTest((this.jakeMC._x - valueX) - 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x - valueX;
}
}
function move_right(valueX) {
if (!this.limitMC25.hitTest((this.jakeMC._x + valueX) + 8, this.jakeMC._y - 4, true)) {
this.jakeMC._x = this.jakeMC._x + valueX;
}
}
function jump_down(valueY) {
if (!this.limitMC25.hitTest(this.jakeMC._x, this.jakeMC._y - 2, true)) {
this.jakeMC._y = this.jakeMC._y + valueY;
} else {
i = 1;
while (i <= 5) {
if (!this.limitMC25.hitTest(this.jakeMC._x, this.jakeMC._y - i, true)) {
this.jakeMC._y = this.jakeMC._y - (i - 3);
break;
}
i++;
}
this.jakeMC.gotoAndStop("stand");
}
}
stop();
Kleft = 37;
Kright = 39;
Kjump = 38;
walkSpeed = 2;
jumpHeight = 6;
jumpSpeed = 0.5;
fallSpeed = 3;
Instance of Symbol 133 MovieClip in Frame 763
onClipEvent (load) {
_root.score = 0;
}
onClipEvent (enterFrame) {
if (this._parent.jakeMC.hitTest(this._parent.rune2)) {
_root.gotoAndStop("level3_5_end");
}
}
Instance of Symbol 133 MovieClip in Frame 763
onClipEvent (enterFrame) {
if (_root.lava_level3_5.hitTest(_root.jakeMC)) {
_root.gotoAndPlay("kate_death");
}
}
Frame 772
music.setVolume(30);
Frame 773
music.stop();
Frame 853
music.setVolume(30);
stop();
Frame 854
stop();
Frame 855
stop();
Frame 856
stop();
Frame 881
music.setVolume(0);
Frame 928
end_loop.start(0, 999);
Instance of Symbol 321 MovieClip "jake_run" in Frame 1022
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1022
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1047
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1047
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1057
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1057
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1062
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1062
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1065
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1065
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1067
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1067
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1069
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1069
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1071
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1071
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 321 MovieClip "jake_run" in Frame 1073
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Instance of Symbol 225 MovieClip "jake_run" in Frame 1073
onClipEvent (enterFrame) {
this._x = this._x + 3;
if (_x > 355) {
_root.nextFrame();
}
}
Frame 1142
end_loop.stop();
intro_outro.start(0, 999);
Frame 1257
stop();
Frame 1258
stop();
Frame 1259
stop();
Frame 1260
stop();
Frame 1261
stop();
Frame 1327
gotoAndPlay (2081);
Frame 1328
music.stop();
Frame 1329
gotoAndStop (459);
Instance of Symbol 132 MovieClip "portal" in Frame 1665
onClipEvent (enterFrame) {
play();
}
Frame 2065
gotoAndStop ("level1_1_intro");
Frame 2286
intro_outro.stop();
Frame 2346
intro_outro.start(0, 999);
Frame 2391
stop();
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.play();
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 19 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 41 Button
on (keyPress "<Enter>") {
nextFrame();
}
Symbol 46 Button
on (release) {
gotoAndStop ("password_win");
}
Symbol 47 Button
on (release) {
getURL ("http://jkamovies.newgrounds.com/", "_blank");
}
Symbol 49 Button
on (release) {
gotoAndPlay (516);
}
Symbol 50 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 56 Button
on (release) {
gotoAndStop (459);
}
Symbol 57 Button
on (release) {
if (passbox == "H58K9") {
_root.gotoAndStop("level2_1_intro");
life = "3";
} else if (passbox == "FKGl8") {
_root.gotoAndStop("level3_1_intro");
life = "3";
} else if (passbox == "EIHJ7") {
_root.gotoAndStop("level2_5_intro");
life = "3";
} else if (passbox == "JS765") {
_root.gotoAndStop("level1_6_intro");
life = "3";
}
music.start(0, 999);
}
Symbol 87 MovieClip Frame 1
if (_root.jackdies == "true") {
gotoAndPlay ("hero_dies");
} else if (_root.katedies == "true") {
gotoAndPlay ("heroine_dies");
}
Symbol 87 MovieClip Frame 27
stop();
Symbol 87 MovieClip Frame 54
stop();
Symbol 94 MovieClip Frame 7
gotoAndPlay (1);
Symbol 118 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 10
gotoAndPlay (1);
Symbol 122 MovieClip Frame 1
this.gotoAndStop("jumpDown");
Instance of Symbol 118 MovieClip in Symbol 122 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.move_wait();
_root.jump_wait();
}
Instance of Symbol 118 MovieClip in Symbol 122 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._xscale == 100) {
_root.move_right(_root.walkSpeed);
if (!Key.isDown(_root.Kright)) {
_parent.gotoAndStop("stand");
}
} else {
_root.move_left(_root.walkSpeed);
if (!Key.isDown(_root.Kleft)) {
_parent.gotoAndStop("stand");
}
}
_root.jump_wait();
_root.fall_wait();
}
Symbol 122 MovieClip Frame 4
_root.jump.start(0, 0);
Instance of Symbol 118 MovieClip in Symbol 122 MovieClip Frame 4
onClipEvent (load) {
jumpH = -_root.jumpHeight;
}
onClipEvent (enterFrame) {
_parent._y = _parent._y + jumpH;
jumpH = jumpH + _root.jumpSpeed;
if (jumpH >= 0) {
_parent.gotoAndStop("jumpDown");
}
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
Instance of Symbol 118 MovieClip in Symbol 122 MovieClip Frame 5
onClipEvent (load) {
jumpH = 0;
}
onClipEvent (enterFrame) {
if (jumpH < _root.fallSpeed) {
jumpH = jumpH + _root.jumpSpeed;
}
_root.jump_down(jumpH);
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
Symbol 131 MovieClip Frame 16
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 1154
stop();
stop();
Symbol 155 Button
on (keyPress "<Enter>") {
nextFrame();
}
Symbol 199 MovieClip Frame 47
stop();
Symbol 235 MovieClip Frame 7
stop();
Symbol 247 MovieClip Frame 1
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
Symbol 277 Button
on (release) {
getURL ("http://jkamovies.newgrounds.com/", "_blank");
}
Symbol 280 Button
on (release) {
gotoAndPlay (459);
}
Symbol 287 MovieClip Frame 1
if (this.hitTest(this._parent.jakeMC)) {
_root.gotoAndPlay("death");
}
Symbol 317 MovieClip Frame 7
gotoAndPlay (1);
Symbol 324 MovieClip Frame 10
gotoAndPlay (1);
Symbol 327 MovieClip Frame 10
gotoAndPlay (1);
Symbol 328 MovieClip Frame 1
this.gotoAndStop("jumpDown");
Instance of Symbol 118 MovieClip in Symbol 328 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.move_wait();
_root.jump_wait();
}
Instance of Symbol 118 MovieClip in Symbol 328 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._xscale == 100) {
_root.move_right(_root.walkSpeed);
if (!Key.isDown(_root.Kright)) {
_parent.gotoAndStop("stand");
}
} else {
_root.move_left(_root.walkSpeed);
if (!Key.isDown(_root.Kleft)) {
_parent.gotoAndStop("stand");
}
}
_root.jump_wait();
_root.fall_wait();
}
Instance of Symbol 118 MovieClip in Symbol 328 MovieClip Frame 4
onClipEvent (load) {
jumpH = -_root.jumpHeight;
}
onClipEvent (enterFrame) {
_parent._y = _parent._y + jumpH;
jumpH = jumpH + _root.jumpSpeed;
if (jumpH >= 0) {
_parent.gotoAndStop("jumpDown");
}
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
Instance of Symbol 118 MovieClip in Symbol 328 MovieClip Frame 5
onClipEvent (load) {
jumpH = 0;
}
onClipEvent (enterFrame) {
if (jumpH < _root.fallSpeed) {
jumpH = jumpH + _root.jumpSpeed;
}
_root.jump_down(jumpH);
if (Key.isDown(_root.Kright)) {
_parent._xscale = 100;
_root.move_right(_root.walkSpeed);
} else if (Key.isDown(_root.Kleft)) {
_parent._xscale = -100;
_root.move_left(_root.walkSpeed);
}
}
Symbol 346 Button
on (keyPress "<Enter>") {
play();
}
Symbol 368 Button
on (keyPress "<Enter>") {
gotoAndStop ("main_menu");
}
Symbol 375 Button
on (release) {
gotoAndStop ("level1_1_intro");
}
Symbol 380 MovieClip Frame 10
gotoAndPlay (1);