Frame 1
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100)) + "%";
byteload = Math.round(this.getBytesLoaded());
bytetotal = Math.round(this.getBytesTotal());
loader._width = (byteload / bytetotal) * 404;
Frame 2
if (loadedbytes == totalbytes) {
gotoAndPlay (3);
eval (undefined)();
} else {
gotoAndPlay (1);
}
Frame 190
stop();
Frame 220
gotoAndPlay ("fraBeforeIntro");
Frame 221
myMusic.setVolume(0);
stop();
Frame 271
myMusic = new Sound();
myMusic.attachSound("bgmMusic");
myMusic.setVolume(0);
stop();
Instance of Symbol 118 MovieClip in Frame 1821
onClipEvent (enterFrame) {
this._x = _root.mcVcam._x + 6;
this._y = _root.mcVcam._y + 203;
}
Instance of Symbol 119 MovieClip in Frame 1821
onClipEvent (enterFrame) {
this._x = _root.mcVcam._x + 6;
this._y = _root.mcVcam._y - 191;
}
Instance of Symbol 214 MovieClip "mcVcam" in Frame 2375
onClipEvent (enterFrame) {
this._x = _root.mcDante._x;
this._y = _root.mcDante._y;
}
Frame 2430
myMusic = new Sound();
myMusic.attachSound("bgmMusic");
myMusic.setVolume(100);
Frame 2498
var gainSpeed = 0;
_root.gainSpeed = 0;
myMusic.setVolume(100);
Frame 2512
stop();
Frame 2523
stop();
Instance of Symbol 242 MovieClip "Level1_simba" in Frame 2523
onClipEvent (load) {
L1_simbaspeed = 2.5;
_root.speed.bar._width = 150;
_root.test = 300;
_root.gainSpeed = 0;
}
onClipEvent (enterFrame) {
_root.LV1_simbaicon._x = _root.LV1_simbaicon._x + 0.5;
if (_root.LV1_simbaicon._x >= 60) {
_root.speed.bar._width = _root.speed.bar._width - 0.5;
distance = _root.speed.bar._width * 2;
_root.test = distance;
_root.LV1_buffherd._x = 300 - distance;
}
}
onClipEvent (enterFrame) {
if (_root.test == "0") {
_root.gotoAndPlay("fraGameOver1");
_root.asdf = "TRUE";
}
}
onClipEvent (enterFrame) {
if (_root.LV1_simbaicon._x >= 50) {
_root.LV2speedup1._x = _root.LV2speedup1._x - 3;
}
if (_root.LV1_simbaicon._x >= 80) {
_root.LV2speedup2._x = _root.LV2speedup2._x - 3;
}
if (_root.LV1_simbaicon._x >= 120) {
_root.LV2speedup3._x = _root.LV2speedup3._x - 3;
}
if (_root.LV1_simbaicon._x >= 155) {
_root.LV2speedup4._x = _root.LV2speedup4._x - 3;
}
if (_root.LV1_simbaicon._x >= 190) {
_root.LV2speedup5._x = _root.LV2speedup5._x - 3;
}
if (_root.LV1_simbaicon._x >= 220) {
_root.LV2speedup6._x = _root.LV2speedup6._x - 3;
}
if (_root.LV1_simbaicon._x >= 290) {
_root.LV2speedup7._x = _root.LV2speedup7._x - 5;
}
if (_root.LV1_simbaicon._x >= 350) {
_root.LV2speedup8._x = _root.LV2speedup8._x - 5;
}
if (_root.LV1_simbaicon._x >= 390) {
_root.LV2speedup9._x = _root.LV2speedup9._x - 5;
}
if (_root.LV1_simbaicon._x >= 450) {
_root.LV2speedup10._x = _root.LV2speedup10._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
_root.speed.bar._width = _root.speed.bar._width + 0.1;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.LV2speedup1)) {
_root.LV2speedup1._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup2)) {
_root.LV2speedup2._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup3)) {
_root.LV2speedup3._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup4)) {
_root.LV2speedup4._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup5)) {
_root.LV2speedup5._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup6)) {
_root.LV2speedup6._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup7)) {
_root.LV2speedup7._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup8)) {
_root.LV2speedup8._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup9)) {
_root.LV2speedup9._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
if (this.hitTest(_root.LV2speedup10)) {
_root.LV2speedup10._y = 500;
_root.gainSpeed = _root.gainSpeed + 20;
}
_root.txtGain = _root.gainSpeed;
if (_root.gainSpeed > 0) {
_root.gainSpeed = _root.gainSpeed - 1;
_root.speed.bar._width = _root.speed.bar._width + 1;
} else if (_root.gainSpeed <= 0) {
}
}
onClipEvent (enterFrame) {
if (_root.LV1_simbaicon._x >= 100) {
_root.butBonus1._x = _root.butBonus1._x - 10;
}
if (_root.LV1_simbaicon._x >= 200) {
_root.butBonus2._x = _root.butBonus2._x - 10;
}
if (_root.LV1_simbaicon._x >= 300) {
_root.butBonus3._x = _root.butBonus3._x - 10;
}
}
onClipEvent (enterFrame) {
if (_root.LV1_simbaicon._x >= 475) {
_root.LV1_tree._x = _root.LV1_tree._x - 5;
}
}
onClipEvent (enterFrame) {
if (_root.Level1_simba.hitTest(_root.LV1_tree)) {
_root.gotoAndPlay("fraCutscene1");
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
if (this._y > 195) {
this._y = this._y - L1_simbaspeed;
}
} else if (Key.isDown(40)) {
if (this._y < 380) {
this._y = this._y + L1_simbaspeed;
}
}
}
onClipEvent (enterFrame) {
if (_root.speed.bar._width >= 150) {
_root.speed.bar._width = 150;
}
}
Frame 2533
myMusic.setVolume(100);
Frame 2848
myMusic.setVolume(100);
Instance of Symbol 388 MovieClip "mufasashadow" in Frame 2848
onClipEvent (enterFrame) {
this.mufasaRUN.stop();
this.mufasaSTAND.play();
_root.grasssway.stop();
this.gotoAndPlay(24);
}
Instance of Symbol 388 MovieClip "mufasa" in Frame 2848
onClipEvent (enterFrame) {
this.mufasaRUN.stop();
this.mufasaSTAND.play();
this.gotoAndPlay(24);
}
Frame 2868
stop();
Instance of Symbol 388 MovieClip "mufasashadow" in Frame 2875
onClipEvent (enterFrame) {
this._x = _root.mufasa._x + 25;
this._y = _root.mufasa._y + 55;
if (Key.isDown(37)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
} else if (Key.isDown(38)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
} else if (Key.isDown(40)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
} else {
this.mufasaRUN.stop();
this.mufasaSTAND.play();
_root.grasssway.stop();
this.gotoAndPlay(24);
}
}
Instance of Symbol 388 MovieClip "mufasa" in Frame 2875
onClipEvent (load) {
mufasa_xspeed = 5;
mufasa_yspeed = 3;
LV2mufasaicon_xspeed = 0.1;
gorgeback_xspeed = 0.9;
gorgeveryback_xspeed = 0.5;
mountain_xspeed = 0.25;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_root.LV2mufasaicon._x = _root.LV2mufasaicon._x - LV2mufasaicon_xspeed;
_root.grasssway.play();
if (_root.LV2mufasaicon._x >= 506) {
this._x = this._x - mufasa_xspeed;
} else if (_root.LV2mufasaicon._x <= 50) {
this._x = this._x - mufasa_xspeed;
} else {
this._x = this._x - 0;
}
_root.gorgeback._x = _root.gorgeback._x + gorgeback_xspeed;
_root.gorgeveryback._x = _root.gorgeveryback._x + gorgeveryback_xspeed;
_root.mountain._x = _root.mountain._x + mountain_xspeed;
if (_root.LV2mufasaicon._x <= 500) {
_root.LV2speedup1._x = _root.LV2speedup1._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 460) {
_root.LV2speedup2._x = _root.LV2speedup2._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 410) {
_root.LV2speedup3._x = _root.LV2speedup3._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 360) {
_root.LV2speedup4._x = _root.LV2speedup4._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 310) {
_root.LV2speedup5._x = _root.LV2speedup5._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 290) {
_root.LV2speedup6._x = _root.LV2speedup6._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 260) {
_root.LV2speedup7._x = _root.LV2speedup7._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 220) {
_root.LV2speedup8._x = _root.LV2speedup8._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 180) {
_root.LV2speedup9._x = _root.LV2speedup9._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 150) {
_root.LV2speedup10._x = _root.LV2speedup10._x + mufasa_xspeed;
}
} else if (Key.isDown(38)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_y = (_y - mufasa_yspeed);
} else if (Key.isDown(40)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_y = (_y + mufasa_yspeed);
} else {
this.mufasaRUN.stop();
this.mufasaSTAND.play();
_root.grasssway.stop();
this.gotoAndPlay(24);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(37))) {
_y = (_y + mufasa_yspeed);
_x = (_x - 0);
} else if (Key.isDown(38) && (Key.isDown(37))) {
_y = (_y - mufasa_yspeed);
_x = (_x - 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittestbelow)) {
_y = (_y - mufasa_yspeed);
}
if (this._y <= 235) {
this._y = 235;
}
if (_root.LV2mufasaicon._x <= 50) {
_root.LV2mufasaicon._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.LV2speedup1)) {
_root.speed.play();
_root.LV2speedup1._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup2)) {
_root.speed.play();
_root.LV2speedup2._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup3)) {
_root.speed.play();
_root.LV2speedup3._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup4)) {
_root.speed.play();
_root.LV2speedup4._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup5)) {
_root.speed.play();
_root.LV2speedup5._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup6)) {
_root.speed.play();
_root.LV2speedup6._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup7)) {
_root.speed.play();
_root.LV2speedup7._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup8)) {
_root.speed.play();
_root.LV2speedup8._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup9)) {
_root.speed.play();
_root.LV2speedup9._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup10)) {
_root.speed.play();
_root.LV2speedup10._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.LV2nextlevel)) {
tellTarget ("/") {
play();
};
}
}
Frame 2876
stop();
Instance of Symbol 388 MovieClip "mufasa" in Frame 2876
onClipEvent (load) {
mufasa_xspeed = 5;
mufasa_yspeed = 3;
LV2mufasaicon_xspeed = 0.1;
gorgeback_xspeed = 0.9;
gorgeveryback_xspeed = 0.5;
mountain_xspeed = 0.25;
_root.LV3time._currentframe = 1;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_root.LV2mufasaicon._x = _root.LV2mufasaicon._x - LV2mufasaicon_xspeed;
_root.grasssway.play();
if (_root.LV2mufasaicon._x >= 506) {
this._x = this._x - mufasa_xspeed;
} else if (_root.LV2mufasaicon._x <= 50) {
this._x = this._x - mufasa_xspeed;
} else {
this._x = this._x - 0;
}
_root.gorgeback._x = _root.gorgeback._x + gorgeback_xspeed;
_root.gorgeveryback._x = _root.gorgeveryback._x + gorgeveryback_xspeed;
_root.mountain._x = _root.mountain._x + mountain_xspeed;
if (_root.LV2mufasaicon._x <= 500) {
_root.LV2speedup1._x = _root.LV2speedup1._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 460) {
_root.LV2speedup2._x = _root.LV2speedup2._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 410) {
_root.LV2speedup3._x = _root.LV2speedup3._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 360) {
_root.LV2speedup4._x = _root.LV2speedup4._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 310) {
_root.LV2speedup5._x = _root.LV2speedup5._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 290) {
_root.LV2speedup6._x = _root.LV2speedup6._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 260) {
_root.LV2speedup7._x = _root.LV2speedup7._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 220) {
_root.LV2speedup8._x = _root.LV2speedup8._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 180) {
_root.LV2speedup9._x = _root.LV2speedup9._x + mufasa_xspeed;
}
if (_root.LV2mufasaicon._x <= 150) {
_root.LV2speedup10._x = _root.LV2speedup10._x + mufasa_xspeed;
}
} else if (Key.isDown(38)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_y = (_y - mufasa_yspeed);
} else if (Key.isDown(40)) {
this.mufasaRUN.play();
this.gotoAndPlay(1);
_y = (_y + mufasa_yspeed);
} else {
this.mufasaRUN.stop();
this.mufasaSTAND.play();
_root.grasssway.stop();
this.gotoAndPlay(24);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(37))) {
_y = (_y + mufasa_yspeed);
_x = (_x - 0);
} else if (Key.isDown(38) && (Key.isDown(37))) {
_y = (_y - mufasa_yspeed);
_x = (_x - 0);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittestbelow)) {
_y = (_y - mufasa_yspeed);
}
if (this._y <= 235) {
this._y = 235;
}
if (_root.LV2mufasaicon._x <= 50) {
_root.LV2mufasaicon._x = 50;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.LV2speedup1)) {
_root.speed.play();
_root.LV2speedup1._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup2)) {
_root.speed.play();
_root.LV2speedup2._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup3)) {
_root.speed.play();
_root.LV2speedup3._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup4)) {
_root.speed.play();
_root.LV2speedup4._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup5)) {
_root.speed.play();
_root.LV2speedup5._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup6)) {
_root.speed.play();
_root.LV2speedup6._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup7)) {
_root.speed.play();
_root.LV2speedup7._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup8)) {
_root.speed.play();
_root.LV2speedup8._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup9)) {
_root.speed.play();
_root.LV2speedup9._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
if (this.hitTest(_root.LV2speedup10)) {
_root.speed.play();
_root.LV2speedup10._x = 1000;
LV2mufasaicon_xspeed = LV2mufasaicon_xspeed * 1.5;
mufasa_yspeed = mufasa_yspeed * 0.9;
gorgeback_x = gorgeback_x * 1.25;
gorgeveryback_x = gorgeveryback_x * 1.25;
mountain_x = mountain_x * 1.25;
mufasa_xspeed = mufasa_xspeed * 1.5;
_root.speedmsg.play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.LV2nextlevel)) {
tellTarget ("/") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.LV3time._currentframe >= 1230) {
gotoAndPlay ("fraGameOver2");
}
}
Frame 2888
myMusic.setVolume(100);
Frame 3111
myMusic.setVolume(100);
Instance of Symbol 446 MovieClip "mcLV3Simba" in Frame 3111
onClipEvent (enterFrame) {
this.stop();
}
Instance of Symbol 214 MovieClip "mcVcam" in Frame 3111
onClipEvent (enterFrame) {
this._x = _root.mcLV3Simba._x;
this._y = _root.mcLV3Simba._y;
}
Frame 3135
stop();
Frame 3148
stop();
Instance of Symbol 455 MovieClip "mcLV3buff1" in Frame 3148
onClipEvent (enterFrame) {
this._x = this._x - 2.5;
this._y = this._y + 5;
if (this._y >= 750) {
this._y = -150;
this._x = 401.7;
}
}
Instance of Symbol 185 MovieClip "mcLV3head1" in Frame 3148
onClipEvent (enterFrame) {
this._x = _root.mcLV3buff1._x - 60;
this._y = _root.mcLV3buff1._y + 10;
}
Instance of Symbol 455 MovieClip "mcLV3buff2" in Frame 3148
onClipEvent (enterFrame) {
this._x = this._x - 2.5;
this._y = this._y + 5;
if (this._y >= 750) {
this._y = -262.4;
this._x = 751.8;
}
}
Instance of Symbol 185 MovieClip "mcLV3head2" in Frame 3148
onClipEvent (enterFrame) {
this._x = _root.mcLV3buff2._x - 60;
this._y = _root.mcLV3buff2._y + 10;
}
Instance of Symbol 455 MovieClip "mcLV3buff3" in Frame 3148
onClipEvent (enterFrame) {
this._x = this._x - 2.5;
this._y = this._y + 5;
if (this._y >= 750) {
this._y = -468.2;
this._x = 657;
}
}
Instance of Symbol 185 MovieClip "mcLV3head3" in Frame 3148
onClipEvent (enterFrame) {
this._x = _root.mcLV3buff3._x - 60;
this._y = _root.mcLV3buff3._y + 10;
}
Instance of Symbol 446 MovieClip "mcLV3Simba" in Frame 3148
onClipEvent (load) {
_root.LV3HP.LV3HPbar._width = 100;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + 5;
this._xscale = 100;
this.play();
} else if (Key.isDown(37)) {
this._x = this._x - 5;
this.play();
this._xscale = -100;
} else {
this.stop();
}
}
onClipEvent (enterFrame) {
if (this._x <= 137.8) {
this._x = 137.8;
}
if (this._x >= 480) {
this._x = 480;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.mcLV3head1)) {
_root.mcLV3stats.LV3HP.LV3HPbar._width = _root.mcLV3stats.LV3HP.LV3HPbar._width - 7.5;
this._x = this._x + 50;
}
if (this.hitTest(_root.mcLV3head2)) {
_root.mcLV3stats.LV3HP.LV3HPbar._width = _root.mcLV3stats.LV3HP.LV3HPbar._width - 7.5;
this._x = this._x - 50;
}
if (this.hitTest(_root.mcLV3head3)) {
_root.mcLV3stats.LV3HP.LV3HPbar._width = _root.mcLV3stats.LV3HP.LV3HPbar._width - 7.5;
if (this._x >= _root.mcLV3head3._x) {
this._x = this._x + 50;
} else if (this._x < _root.mcLV3head3._x) {
this._x = this._x - 50;
}
}
}
onClipEvent (enterFrame) {
if (_root.LV3time._currentframe >= 900) {
_root.play();
}
}
onClipEvent (enterFrame) {
if (_root.mcLV3stats.LV3HP.LV3HPbar._width <= 5) {
_root.gotoAndPlay("fraGameOver3");
}
}
Instance of Symbol 464 MovieClip "mcLV3stats" in Frame 3148
onClipEvent (enterFrame) {
this._x = _root.mcVcam._x + 160;
this._y = _root.mcVcam._y + 150;
}
Instance of Symbol 468 MovieClip "LV3time" in Frame 3148
onClipEvent (enterFrame) {
this._x = _root.mcVcam._x - 230;
this._y = _root.mcVcam._y;
}
Frame 3156
myMusic.setVolume(100);
myMusic.setVolume(100);
Frame 3416
myMusic.setVolume(100);
_root.forerock.stop();
_root.mufasa.mufasaWALK.stop();
_root.mufasa.gotoAndPlay(48);
_root.mufasa.mufasaSTAND.play();
_root.runicon.gotoAndPlay(26);
_root.runicon.walkclip.play();
_root.runlabel = "WALK";
Frame 3430
_root.forerock.stop();
_root.mufasa.mufasaWALK.stop();
_root.mufasa.gotoAndPlay(48);
_root.mufasa.mufasaSTAND.play();
_root.runicon.gotoAndPlay(26);
_root.runicon.walkclip.play();
_root.runlabel = "WALK";
Frame 3440
stop();
Instance of Symbol 490 MovieClip "forerock" in Frame 3456
onClipEvent (enterFrame) {
if (this.hitTest(_root.hittestleft)) {
this._x = 280.6;
}
if (this.hitTest(_root.hittestright)) {
this._x = -501.6;
}
}
Frame 3460
stop();
Instance of Symbol 527 MovieClip "mufasa" in Frame 3460
onClipEvent (enterFrame) {
if (_root.recoverybar.recovery._width >= 200) {
if (Key.isDown(39)) {
_xscale = 20;
if (_root.runmode == "false") {
this.mufasaWALK.play();
this.gotoAndPlay(1);
_root.mufasaicon._x = _root.mufasaicon._x - -0.3;
if ((_root.mufasaicon._x >= 60) && (_root.mufasaicon._x <= 509.9)) {
_root.mufasa._x = _root.mufasa._x - 0;
} else {
_root.mufasa._x = _root.mufasa._x - -3;
}
if (_root.mufasaicon._x >= 508.6) {
_root.forerock._x = _root.forerock._x - 0;
} else if (_root.mufasaicon._x < 508.6) {
_root.forerock._x = _root.forerock._x - 2;
}
if (_root.mufasaicon._x >= 100) {
_root.rock1._x = _root.rock1._x - 3;
}
if (_root.mufasaicon._x >= 150) {
_root.rock2._x = _root.rock2._x - 3;
}
if (_root.mufasaicon._x >= 200) {
_root.rock3._x = _root.rock3._x - 3;
}
if (_root.mufasaicon._x >= 250) {
_root.rock4._x = _root.rock4._x - 3;
}
if (_root.mufasaicon._x >= 300) {
_root.rock5._x = _root.rock5._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock6._x = _root.rock6._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock7._x = _root.rock7._x - 3;
}
if (_root.mufasaicon._x >= 125) {
_root.staminaplus1._x = _root.staminaplus1._x - 3;
}
if (_root.mufasaicon._x >= 175) {
_root.staminaplus2._x = _root.staminaplus2._x - 3;
}
if (_root.mufasaicon._x >= 200) {
_root.staminaplus3._x = _root.staminaplus3._x - 3;
}
if (_root.mufasaicon._x >= 275) {
_root.staminaplus4._x = _root.staminaplus4._x - 3;
}
if (_root.mufasaicon._x >= 325) {
_root.staminaplus5._x = _root.staminaplus5._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.staminaplus6._x = _root.staminaplus6._x - 3;
}
if (_root.mufasaicon._x >= 425) {
_root.staminaplus7._x = _root.staminaplus7._x - 3;
}
if (_root.mufasaicon._x >= 125) {
_root.heal1._x = _root.heal1._x - 3;
}
if (_root.mufasaicon._x >= 250) {
_root.heal2._x = _root.heal2._x - 3;
}
if (_root.mufasaicon._x >= 400) {
_root.heal3._x = _root.heal3._x - 3;
}
}
if (_root.runmode == "true") {
if (_root.staminabar.stamina._width > 1) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 0.5;
this.mufasaRUN.play();
this.gotoAndPlay(25);
_root.mufasaicon._x = _root.mufasaicon._x - -0.5;
if ((_root.mufasaicon._x >= 60) && (_root.mufasaicon._x <= 509.9)) {
_root.mufasa._x = _root.mufasa._x - 0;
} else {
_root.mufasa._x = _root.mufasa._x - -5;
}
if (_root.mufasaicon._x >= 508.6) {
_root.forerock._x = _root.forerock._x - 0;
} else if (_root.mufasaicon._x < 508.6) {
_root.forerock._x = _root.forerock._x - 5;
}
if (_root.mufasaicon._x >= 100) {
_root.rock1._x = _root.rock1._x - 7;
}
if (_root.mufasaicon._x >= 150) {
_root.rock2._x = _root.rock2._x - 7;
}
if (_root.mufasaicon._x >= 200) {
_root.rock3._x = _root.rock3._x - 7;
}
if (_root.mufasaicon._x >= 250) {
_root.rock4._x = _root.rock4._x - 7;
}
if (_root.mufasaicon._x >= 300) {
_root.rock5._x = _root.rock5._x - 7;
}
if (_root.mufasaicon._x >= 350) {
_root.rock6._x = _root.rock6._x - 7;
}
if (_root.mufasaicon._x >= 350) {
_root.rock7._x = _root.rock7._x - 7;
}
if (_root.mufasaicon._x >= 125) {
_root.staminaplus1._x = _root.staminaplus1._x - 7;
}
if (_root.mufasaicon._x >= 175) {
_root.staminaplus2._x = _root.staminaplus2._x - 7;
}
if (_root.mufasaicon._x >= 200) {
_root.staminaplus3._x = _root.staminaplus3._x - 7;
}
if (_root.mufasaicon._x >= 275) {
_root.staminaplus4._x = _root.staminaplus4._x - 7;
}
if (_root.mufasaicon._x >= 325) {
_root.staminaplus5._x = _root.staminaplus5._x - 7;
}
if (_root.mufasaicon._x >= 350) {
_root.staminaplus6._x = _root.staminaplus6._x - 7;
}
if (_root.mufasaicon._x >= 425) {
_root.staminaplus7._x = _root.staminaplus7._x - 7;
}
if (_root.mufasaicon._x >= 125) {
_root.heal1._x = _root.heal1._x - 7;
}
if (_root.mufasaicon._x >= 250) {
_root.heal2._x = _root.heal2._x - 7;
}
if (_root.mufasaicon._x >= 400) {
_root.heal3._x = _root.heal3._x - 7;
}
} else if (_root.staminabar.stamina.width <= 1) {
this.mufasaWALK.play();
this.gotoAndPlay(1);
_root.mufasaicon._x = _root.mufasaicon._x - -0.3;
if ((_root.mufasaicon._x >= 60) && (_root.mufasaicon._x <= 509.9)) {
_root.mufasa._x = _root.mufasa._x - 0;
} else {
_root.mufasa._x = _root.mufasa._x - -3;
}
if (_root.mufasaicon._x >= 508.6) {
_root.forerock._x = _root.forerock._x - 0;
} else if (_root.mufasaicon._x < 508.6) {
_root.forerock._x = _root.forerock._x - 2;
}
if (_root.mufasaicon._x >= 100) {
_root.rock1._x = _root.rock1._x - 3;
}
if (_root.mufasaicon._x >= 150) {
_root.rock2._x = _root.rock2._x - 3;
}
if (_root.mufasaicon._x >= 200) {
_root.rock3._x = _root.rock3._x - 3;
}
if (_root.mufasaicon._x >= 250) {
_root.rock4._x = _root.rock4._x - 3;
}
if (_root.mufasaicon._x >= 300) {
_root.rock5._x = _root.rock5._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock6._x = _root.rock6._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock7._x = _root.rock7._x - 3;
}
if (_root.mufasaicon._x >= 125) {
_root.staminaplus1._x = _root.staminaplus1._x - 3;
}
if (_root.mufasaicon._x >= 175) {
_root.staminaplus2._x = _root.staminaplus2._x - 3;
}
if (_root.mufasaicon._x >= 200) {
_root.staminaplus3._x = _root.staminaplus3._x - 3;
}
if (_root.mufasaicon._x >= 275) {
_root.staminaplus4._x = _root.staminaplus4._x - 3;
}
if (_root.mufasaicon._x >= 325) {
_root.staminaplus5._x = _root.staminaplus5._x - 3;
}
if (_root.mufasaicon._x >= 350) {
_root.staminaplus6._x = _root.staminaplus6._x - 3;
}
if (_root.mufasaicon._x >= 425) {
_root.staminaplus7._x = _root.staminaplus7._x - 3;
}
if (_root.mufasaicon._x >= 125) {
_root.heal1._x = _root.heal1._x - 3;
}
if (_root.mufasaicon._x >= 250) {
_root.heal2._x = _root.heal2._x - 3;
}
if (_root.mufasaicon._x >= 400) {
_root.heal3._x = _root.heal3._x - 3;
}
}
}
} else if (Key.isDown(37)) {
if (_root.runmode == "false") {
this.mufasaWALK.play();
this.gotoAndPlay(1);
_root.mufasaicon._x = _root.mufasaicon._x - 0.3;
if (_root.mufasaicon._x <= 67.9) {
_root.forerock._x = _root.forerock._x - 0;
} else if (_root.mufasaicon._x > 67.9) {
_root.forerock._x = _root.forerock._x - -2;
}
if (_root.mufasaicon._x >= 75) {
_root.mufasa._x = _root.mufasa._x - 0;
} else if (_root.mufasaicon._x < 75) {
_root.mufasa._x = _root.mufasa._x - 3;
}
if (_root.mufasaicon._x >= 100) {
_root.rock1._x = _root.rock1._x - -3;
}
if (_root.mufasaicon._x >= 150) {
_root.rock2._x = _root.rock2._x - -3;
}
if (_root.mufasaicon._x >= 200) {
_root.rock3._x = _root.rock3._x - -3;
}
if (_root.mufasaicon._x >= 250) {
_root.rock4._x = _root.rock4._x - -3;
}
if (_root.mufasaicon._x >= 300) {
_root.rock5._x = _root.rock5._x - -3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock6._x = _root.rock6._x - -3;
}
if (_root.mufasaicon._x >= 350) {
_root.rock7._x = _root.rock7._x - -3;
}
if (_root.mufasaicon._x >= 125) {
_root.staminaplus1._x = _root.staminaplus1._x - -3;
}
if (_root.mufasaicon._x >= 175) {
_root.staminaplus2._x = _root.staminaplus2._x - -3;
}
if (_root.mufasaicon._x >= 200) {
_root.staminaplus3._x = _root.staminaplus3._x - -3;
}
if (_root.mufasaicon._x >= 275) {
_root.staminaplus4._x = _root.staminaplus4._x - -3;
}
if (_root.mufasaicon._x >= 325) {
_root.staminaplus5._x = _root.staminaplus5._x - -3;
}
if (_root.mufasaicon._x >= 350) {
_root.staminaplus6._x = _root.staminaplus6._x - -3;
}
if (_root.mufasaicon._x >= 425) {
_root.staminaplus7._x = _root.staminaplus7._x - -3;
}
if (_root.mufasaicon._x >= 125) {
_root.heal1._x = _root.heal1._x - -3;
}
if (_root.mufasaicon._x >= 250) {
_root.heal2._x = _root.heal2._x - -3;
}
if (_root.mufasaicon._x >= 400) {
_root.heal3._x = _root.heal3._x - -3;
}
} else if (_root.runmode == "true") {
this.mufasaRUN.play();
this.gotoAndPlay(25);
_root.mufasaicon._x = _root.mufasaicon._x - 0.5;
if (_root.mufasaicon._x <= 67.9) {
_root.forerock._x = _root.forerock._x - 0;
} else if (_root.mufasaicon._x > 67.9) {
_root.forerock._x = _root.forerock._x - -5;
}
if (_root.mufasaicon._x >= 75) {
_root.mufasa._x = _root.mufasa._x - 0;
} else if (_root.mufasaicon._x < 75) {
_root.mufasa._x = _root.mufasa._x - 5;
}
if (_root.mufasaicon._x >= 100) {
_root.rock1._x = _root.rock1._x - -7;
}
if (_root.mufasaicon._x >= 150) {
_root.rock2._x = _root.rock2._x - -7;
}
if (_root.mufasaicon._x >= 200) {
_root.rock3._x = _root.rock3._x - -7;
}
if (_root.mufasaicon._x >= 250) {
_root.rock4._x = _root.rock4._x - -7;
}
if (_root.mufasaicon._x >= 300) {
_root.rock5._x = _root.rock5._x - -7;
}
if (_root.mufasaicon._x >= 350) {
_root.rock6._x = _root.rock6._x - -7;
}
if (_root.mufasaicon._x >= 350) {
_root.rock7._x = _root.rock7._x - -7;
}
if (_root.mufasaicon._x >= 125) {
_root.staminaplus1._x = _root.staminaplus1._x - -7;
}
if (_root.mufasaicon._x >= 175) {
_root.staminaplus2._x = _root.staminaplus2._x - -7;
}
if (_root.mufasaicon._x >= 200) {
_root.staminaplus3._x = _root.staminaplus3._x - -7;
}
if (_root.mufasaicon._x >= 275) {
_root.staminaplus4._x = _root.staminaplus4._x - -7;
}
if (_root.mufasaicon._x >= 325) {
_root.staminaplus5._x = _root.staminaplus5._x - -7;
}
if (_root.mufasaicon._x >= 350) {
_root.staminaplus6._x = _root.staminaplus6._x - -7;
}
if (_root.mufasaicon._x >= 425) {
_root.staminaplus7._x = _root.staminaplus7._x - -7;
}
if (_root.mufasaicon._x >= 125) {
_root.heal1._x = _root.heal1._x - -7;
}
if (_root.mufasaicon._x >= 250) {
_root.heal2._x = _root.heal2._x - -7;
}
if (_root.mufasaicon._x >= 400) {
_root.heal3._x = _root.heal3._x - -7;
}
}
_xscale = -20;
} else if (Key.isDown(38)) {
if (_root.recoverybar.recovery._width >= 200) {
if (_root.runmode == "false") {
_y = (_y - 3);
this.gotoAndPlay(1);
this.mufasaWALK.play();
} else if (_root.runmode == "true") {
_y = (_y - 1);
this.mufasaRUN.play();
}
}
} else if (Key.isDown(40)) {
if (_root.recoverybar.recovery._width >= 200) {
if (_root.runmode == "false") {
_y = (_y - -3);
this.gotoAndPlay(1);
this.mufasaWALK.play();
} else if (_root.runmode == "true") {
_y = (_y - -1);
this.mufasaRUN.play();
}
}
} else {
_root.mufasa.mufasaWALK.stop();
_root.mufasa.mufasaRUN.stop();
_root.mufasa.mufasaSTAND.play();
_root.mufasa.gotoAndPlay(48);
_root.forerock.stop();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -0.3;
}
} else {
_root.mufasa.mufasaRUN.stop();
_root.mufasa.mufasaWALK.stop();
_root.mufasa.gotoAndPlay(150);
_root.mufasa.mufasaHIT.play();
}
}
on (keyPress "<Space>") {
if (_root.runmode == "false") {
_root.runmode = "true";
} else if (_root.runmode == "true") {
_root.runmode = "false";
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (Key.isDown(39))) {
if (_root.runmode == "false") {
_y = (_y - -3);
_x = (_x - 0);
} else if (_root.runmode == "true") {
_y = (_y - -1);
_x = (_x - 0);
}
} else if (Key.isDown(40) && (Key.isDown(37))) {
if (_root.runmode == "false") {
_y = (_y - -3);
_x = (_x - 0);
} else if (_root.runmode == "true") {
_y = (_y - -1);
_x = (_x - 0);
}
} else if (Key.isDown(38) && (Key.isDown(37))) {
if (_root.runmode == "false") {
_y = (_y - 3);
_x = (_x - 0);
} else if (_root.runmode == "true") {
_y = (_y - 1);
_x = (_x - 0);
}
} else if (Key.isDown(38) && (Key.isDown(39))) {
if (_root.runmode == "false") {
_y = (_y - 3);
_x = (_x - 0);
} else if (_root.runmode == "true") {
_y = (_y - 1);
_x = (_x - 0);
}
}
}
onClipEvent (enterFrame) {
if (this._y <= 185) {
_y = (_y - -3);
}
if (this.hitTest(_root.hittestbelow)) {
_y = (_y - 3);
}
if (_root.mufasaicon._x <= 51.9) {
_root.mufasaicon._x = 51.9;
}
if (_root.mufasaicon._x >= 509.9) {
_root.mufasaicon._x = 509.9;
}
if ((_root.mufasaicon_x = 509.9)) {
_root.mufasa._x = _root.mufasa._x - 0;
}
if (_root.mufasa._x <= 48.3) {
_root.mufasa._x = _root.mufasa._x - -3;
}
}
onClipEvent (enterFrame) {
if (_root.mufasa.hitTest(_root.rock1)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock1._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock1._x = _root.rock1._x - -50;
} else if (this._x > _root.rock1._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock1._x = _root.rock1._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock2)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock2._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock2._x = _root.rock2._x - -50;
} else if (this._x > _root.rock2._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock2._x = _root.rock2._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock3)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock3._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock3._x = _root.rock3._x - -50;
} else if (this._x > _root.rock3._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock3._x = _root.rock3._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock4)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock4._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock4._x = _root.rock4._x - -50;
} else if (this._x > _root.rock4._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock4._x = _root.rock4._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock5)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock5._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock5._x = _root.rock5._x - -50;
} else if (this._x > _root.rock5._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock5._x = _root.rock5._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock6)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock6._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock6._x = _root.rock6._x - -50;
} else if (this._x > _root.rock6._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock6._x = _root.rock6._x - 50;
}
}
if (_root.mufasa.hitTest(_root.rock7)) {
_root.lifebar.life._width = _root.lifebar.life._width - 41;
_root.mufasastat.play();
_root.staminabar.stamina._width = _root.staminabar.stamina._width - 25;
_root.mufasaicon._x = _root.mufasaicon._x - 3;
_root.recoverybar.recovery._width = 1;
if (this._x <= _root.rock7._x) {
_root.forerock._x = _root.forerock._x - -50;
_root.rock7._x = _root.rock7._x - -50;
} else if (this._x > _root.rock7._x) {
_root.forerock._x = _root.forerock._x - 50;
_root.rock7._x = _root.rock7._x - 50;
}
} else {
_root.recoverybar.recovery._width = _root.recoverybar.recovery._width - -4.8;
}
}
onClipEvent (enterFrame) {
if (_root.lifebar.life._width <= 1) {
tellTarget ("/") {
_root.gotoAndPlay("fraGameOver4");
};
}
}
onClipEvent (enterFrame) {
if (_root.runmode == "false") {
_root.runlabel = "WALK";
_root.runicon.walkclip.play();
_root.runicon.gotoAndStop(26);
} else if (_root.runmode == "true") {
_root.runlabel = "RUN";
_root.runicon.runclip.play();
_root.runicon.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.staminaplus1)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus1._x = 250;
_root.staminaplus1._y = 550;
}
if (this.hitTest(_root.staminaplus2)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus2._x = 250;
_root.staminaplus2._y = 550;
}
if (this.hitTest(_root.staminaplus3)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus3._x = 250;
_root.staminaplus3._y = 550;
}
if (this.hitTest(_root.staminaplus4)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus4._x = 250;
_root.staminaplus4._y = 550;
}
if (this.hitTest(_root.staminaplus5)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus5._x = 250;
_root.staminaplus5._y = 550;
}
if (this.hitTest(_root.staminaplus6)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus6._x = 250;
_root.staminaplus6._y = 550;
}
if (this.hitTest(_root.staminaplus7)) {
_root.staminabar.stamina._width = _root.staminabar.stamina._width - -50;
_root.staminaplus7._x = 250;
_root.staminaplus7._y = 550;
}
if (this.hitTest(_root.heal1)) {
_root.lifebar.life._width = _root.lifebar.life._width - -41;
_root.heal1._x = 250;
_root.heal1._y = 550;
}
if (this.hitTest(_root.heal2)) {
_root.lifebar.life._width = _root.lifebar.life._width - -41;
_root.heal2._x = 250;
_root.heal2._y = 550;
}
if (this.hitTest(_root.heal3)) {
_root.lifebar.life._width = _root.lifebar.life._width - -41;
_root.heal3._x = 250;
_root.heal3._y = 550;
}
}
onClipEvent (enterFrame) {
if (_root.staminabar.stamina._width >= 150) {
_root.staminabar.stamina._width = 150;
}
if (_root.recoverybar.recovery._width >= 200) {
_root.recoverybar.recovery._width = 200;
}
}
onClipEvent (enterFrame) {
if (_root.lifebar.life._width >= 205) {
_root.lifebar.life._width = 205;
}
}
onClipEvent (enterFrame) {
if (this._x >= 600) {
tellTarget ("/") {
play();
};
}
}
Frame 3475
myMusic.setVolume(100);
myMusic.stop();
Frame 3476
myMusic.setVolume(100);
myMusic.stop();
Frame 4468
gotoAndPlay ("fraCredits");
Frame 4688
stop();
Frame 4908
stop();
Frame 5128
stop();
Frame 5348
stop();
Frame 6463
stop();
Symbol 41 MovieClip Frame 30
gotoAndPlay (2);
Symbol 61 Button
on (release) {
play();
}
Symbol 62 Button
on (release) {
gotoAndPlay ("fraSceneSelection2");
}
Symbol 69 Button
on (release) {
gotoAndPlay ("Before Intro");
}
Symbol 71 Button
on (release) {
gotoAndPlay ("fraLevel1");
}
Symbol 73 Button
on (release) {
gotoAndPlay ("fraCutscene1");
}
Symbol 75 Button
on (release) {
gotoAndPlay ("fraLevel2");
}
Symbol 77 Button
on (release) {
gotoAndPlay ("fraCutscene2");
}
Symbol 79 Button
on (release) {
gotoAndPlay ("fraLevel3");
}
Symbol 81 Button
on (release) {
gotoAndPlay ("fraCutscene3");
}
Symbol 83 Button
on (release) {
gotoAndPlay ("fraOfKingsAndFollowers");
}
Symbol 85 Button
on (release) {
gotoAndPlay ("fraCutsceneEnd");
}
Symbol 87 Button
on (release) {
gotoAndPlay ("fraCredits");
}
Symbol 88 Button
on (release) {
gotoAndPlay ("Before Intro");
}
Symbol 89 Button
on (release) {
gotoAndPlay ("fraLevel1");
}
Symbol 90 Button
on (release) {
gotoAndPlay ("fraCutscene1");
}
Symbol 91 Button
on (release) {
gotoAndPlay ("fraLevel2");
}
Symbol 92 Button
on (release) {
gotoAndPlay ("fraCutscene2");
}
Symbol 93 Button
on (release) {
gotoAndPlay ("fraLevel3");
}
Symbol 94 Button
on (release) {
gotoAndPlay ("fraCutscene3");
}
Symbol 95 Button
on (release) {
gotoAndPlay ("fraOfKingsAndFollowers");
}
Symbol 96 Button
on (release) {
gotoAndPlay ("fraCutsceneEnd");
}
Symbol 97 Button
on (release) {
gotoAndPlay ("fraCredits");
}
Symbol 102 Button
on (release) {
gotoAndPlay ("fraIntro");
}
Symbol 156 Button
on (release) {
gotoAndPlay ("fraSkip");
}
Symbol 187 MovieClip Frame 30
gotoAndPlay (2);
Symbol 191 MovieClip Frame 30
gotoAndPlay (2);
Symbol 214 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
parentColor.setTransform(camColor.getTransform());
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 265 Button
on (release) {
play();
_root.time.play();
}
Symbol 298 MovieClip Frame 60
gotoAndPlay (1);
Symbol 308 Button
on (release) {
_root.gainSpeed = _root.gainSpeed + 35;
_root.butBonus1._y = 500;
}
Symbol 309 Button
on (release) {
_root.gainSpeed = _root.gainSpeed + 35;
_root.butBonus2._y = 500;
}
Symbol 310 Button
on (release) {
_root.gainSpeed = _root.gainSpeed + 35;
_root.butBonus4._y = 500;
}
Symbol 311 Button
on (release) {
_root.gainSpeed = _root.gainSpeed + 35;
_root.butBonus3._y = 500;
}
Symbol 315 Button
on (release) {
_root.speed.bar._width = _root.speed.bar._width + 50;
_root.butBonus1._y = 500;
}
Symbol 316 Button
on (release) {
_root.speed.bar._width = _root.speed.bar._width + 50;
_root.butBonus2._y = 500;
}
Symbol 317 Button
on (release) {
_root.speed.bar._width = _root.speed.bar._width + 25;
_root.butBonus4._y = 500;
}
Symbol 318 Button
on (release) {
_root.speed.bar._width = _root.speed.bar._width + 25;
_root.butBonus3._y = 500;
}
Symbol 388 MovieClip Frame 1
stop();
Symbol 388 MovieClip Frame 23
gotoAndPlay (1);
Symbol 388 MovieClip Frame 74
gotoAndPlay (24);
Symbol 388 MovieClip Frame 117
gotoAndPlay (75);
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 30
gotoAndStop (1);
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 25
gotoAndPlay (1);
Symbol 413 MovieClip Frame 1230
_root.gotoAndPlay("fraGameOver2");
Symbol 419 MovieClip Frame 1
stop();
Symbol 419 MovieClip Frame 15
stop();
Symbol 419 MovieClip Frame 30
stop();
Symbol 419 MovieClip Frame 45
stop();
Symbol 419 MovieClip Frame 60
stop();
Symbol 419 MovieClip Frame 75
stop();
Symbol 419 MovieClip Frame 90
stop();
Symbol 419 MovieClip Frame 105
stop();
Symbol 419 MovieClip Frame 120
stop();
Symbol 419 MovieClip Frame 135
stop();
Symbol 426 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 900
stop();
Symbol 503 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 30
gotoAndPlay (2);
Symbol 525 MovieClip Frame 1
stop();
Symbol 525 MovieClip Frame 40
gotoAndPlay (1);
Symbol 525 MovieClip Frame 79
gotoAndPlay (1);
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 24
gotoAndPlay (1);
Symbol 527 MovieClip Frame 47
gotoAndPlay (25);
Symbol 527 MovieClip Frame 98
gotoAndPlay (49);
Symbol 527 MovieClip Frame 149
gotoAndPlay (100);
Symbol 527 MovieClip Frame 162
gotoAndPlay (48);
Symbol 537 MovieClip Frame 1
stop();
Symbol 547 Button
on (release) {
play();
}
Symbol 569 MovieClip Frame 1
stop();
Symbol 587 MovieClip Frame 25
gotoAndPlay (2);
Symbol 587 MovieClip Frame 26
gotoAndPlay (27);
Symbol 587 MovieClip Frame 50
gotoAndPlay (27);
Symbol 602 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 1
stop();
Symbol 638 Button
on (release) {
gotoAndPlay ("fraSceneSelection");
}
Symbol 640 Button
on (release) {
gotoAndPlay ("fraLevel1");
}
Symbol 649 Button
on (release) {
gotoAndPlay ("fraSceneSelection");
}
Symbol 650 Button
on (release) {
gotoAndPlay ("fraLevel2");
}
Symbol 659 Button
on (release) {
gotoAndPlay ("fraSceneSelection");
}
Symbol 660 Button
on (release) {
gotoAndPlay ("fraLevel3");
}
Symbol 669 Button
on (release) {
gotoAndPlay ("fraSceneSelection");
}
Symbol 670 Button
on (release) {
gotoAndPlay ("fraOfKingsAndFollowers");
}
Symbol 689 Button
on (release) {
gotoAndPlay ("fraSceneSelection");
}