Frame 2
bytesloaded = getBytesLoaded();
bytestotal = getBytesTotal();
percent1 = (getBytesLoaded() / getBytesTotal()) * 100;
percent = int(percent1) + "%";
loadbar1 = int(percent1);
_root.loaderman.gotoAndPlay(loadbar1);
if (bytesloaded == bytestotal) {
gotoAndStop (4);
}
Frame 3
gotoAndPlay (2);
Frame 4
play();
Frame 412
play();
Frame 429
stop();
Frame 430
play();
Frame 465
stop();
Frame 466
play();
Frame 501
stop();
Frame 502
play();
Frame 537
stop();
Frame 538
play();
Frame 573
stop();
Frame 574
play();
Frame 609
stop();
Frame 610
play();
Frame 645
stop();
Frame 646
play();
Frame 681
stop();
Frame 682
play();
Frame 717
stop();
Frame 718
play();
Frame 753
stop();
Frame 754
play();
Frame 1412
stopAllSounds();
play();
Frame 1574
stop();
Frame 1577
deeep = 1;
if (_root.ghoppermode == true) {
rs_hp = 50;
} else {
rs_hp = 25;
}
Instance of Symbol 336 MovieClip in Frame 1577
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(600);
}
}
Instance of Symbol 338 MovieClip in Frame 1577
onClipEvent (load) {
if (_root.bgmode == false) {
this.gotoAndStop(500);
}
}
Instance of Symbol 411 MovieClip "mountedsam" in Frame 1577
onClipEvent (load) {
this.swapDepths(50);
}
onClipEvent (enterFrame) {
this.closeness = this._currentframe;
if (Key.isDown(38) and (this._currentframe < 41)) {
this.nextFrame();
} else if (Key.isDown(40)) {
this.prevFrame();
}
if (this.hitt.hitTest(_root.depth01)) {
this.scene_depth = 50;
this.swapDepths(50);
}
if (this.hitt.hitTest(_root.depth02)) {
this.scene_depth = 40;
this.swapDepths(40);
}
if (this.hitt.hitTest(_root.depth03)) {
this.scene_depth = 30;
this.swapDepths(30);
}
if (this.hitt.hitTest(_root.depth04)) {
this.scene_depth = 20;
this.swapDepths(20);
}
if (this.hitt.hitTest(_root.depth05)) {
this.scene_depth = 10;
this.swapDepths(10);
}
}
Instance of Symbol 415 MovieClip "health_warning" in Frame 1577
onClipEvent (load) {
dedframes = 0;
}
onClipEvent (enterFrame) {
if (_root.rs_hp < 6) {
this.flash = true;
} else {
this.flash = false;
}
if (_root.rs_hp < this.hp) {
_root.mountedsam.man.soh.gotoAndPlay(80);
_root.mountedsam.hit_flash.play();
}
this.hp = _root.rs_hp;
if (_root.rs_hp < 1) {
dedframes++;
trace(dedframes);
if (dedframes > 49) {
_root.gotoAndPlay("rs_level_lose");
dedframes = 0;
}
}
}
Instance of Symbol 401 MovieClip in Frame 1577
/* no clip actions */
Instance of Symbol 422 MovieClip in Frame 1577
onClipEvent (enterFrame) {
if (this.setup != true) {
this.qtime = 0;
this.setup = true;
}
if (this.qtime == 0) {
this.qtime = 2;
if (Key.isDown(81)) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
}
if (this.qtime > 0) {
this.qtime--;
}
}
Frame 1578
lightcav = true;
Instance of Symbol 463 MovieClip "light_cav" in Frame 1581
onClipEvent (enterFrame) {
this.man.gotoAndStop(_root.mountedsam.closeness - 1);
this.swapDepths(_root.mountedsam.scene_depth + 11);
}
Frame 1612
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1614
gotoAndPlay (1697);
spear = true;
Instance of Symbol 481 MovieClip "rs_spear" in Frame 1615
onClipEvent (load) {
hitsam = false;
whichdepth = random(5);
if (whichdepth == 0) {
this.gotoAndPlay(1);
this.swapDepths(58);
} else if (whichdepth == 1) {
this.gotoAndPlay(6);
this.swapDepths(48);
} else if (whichdepth == 2) {
this.gotoAndPlay(11);
this.swapDepths(38);
} else if (whichdepth == 3) {
this.gotoAndPlay(16);
this.swapDepths(28);
} else if (whichdepth == 4) {
this.gotoAndPlay(21);
this.swapDepths(18);
}
trace(this.getDepth);
}
onClipEvent (enterFrame) {
if (this.man.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) {
trace("ass2");
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1633
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1635
archer = true;
Instance of Symbol 493 MovieClip "rs_archer" in Frame 1636
onClipEvent (load) {
this.swapDepths(70);
}
Frame 1654
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1656
heavycav = true;
Instance of Symbol 505 MovieClip "heavy_cav" in Frame 1657
onClipEvent (enterFrame) {
this.man.gotoAndStop(_root.mountedsam.closeness - 1);
this.swapDepths(_root.mountedsam.scene_depth + 12);
}
Frame 1688
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1690
Frame 1695
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1697
spear = true;
Frame 1698
whichspear = random(5);
if (whichspear == 0) {
gotoAndPlay (1701);
} else if (whichspear == 1) {
gotoAndPlay (1715);
} else if (whichspear == 2) {
gotoAndPlay (1729);
} else if (whichspear == 3) {
gotoAndPlay (1743);
} else if (whichspear == 4) {
gotoAndPlay (1757);
} else {
gotoAndPlay (1690);
}
Instance of Symbol 480 MovieClip "sman01" in Frame 1702
onClipEvent (load) {
hitsam = false;
this.swapDepths(58);
}
onClipEvent (enterFrame) {
if ((this.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1713
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Instance of Symbol 480 MovieClip "sman02" in Frame 1716
onClipEvent (load) {
hitsam = false;
this.swapDepths(48);
}
onClipEvent (enterFrame) {
if ((this.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1727
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Instance of Symbol 480 MovieClip "sman03" in Frame 1730
onClipEvent (load) {
hitsam = false;
this.swapDepths(38);
}
onClipEvent (enterFrame) {
if ((this.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1741
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Instance of Symbol 480 MovieClip "sman04" in Frame 1744
onClipEvent (load) {
hitsam = false;
this.swapDepths(28);
}
onClipEvent (enterFrame) {
if ((this.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1755
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Instance of Symbol 480 MovieClip "sman05" in Frame 1758
onClipEvent (load) {
hitsam = false;
this.swapDepths(18);
}
onClipEvent (enterFrame) {
if ((this.hitt.hitTest(_root.mountedsam.hitt2) and (hitsam != true)) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
hitsam = true;
}
}
Frame 1769
whichframe = random(6);
if (whichframe == 0) {
gotoAndPlay (1690);
} else if ((whichframe == 1) and (_root.spear != true)) {
gotoAndPlay (1697);
} else if ((whichframe == 2) and (_root.archer != true)) {
gotoAndPlay (1635);
} else if (((whichframe == 3) and (_root.lightcav != true)) and (_root.heavycav != true)) {
gotoAndPlay (1578);
} else if (((whichframe == 4) and (_root.heavycav != true)) and (_root.lightcav != true)) {
gotoAndPlay (1656);
} else if (whichframe == 5) {
gotoAndPlay (1690);
} else {
gotoAndPlay (1690);
}
Frame 1771
stopAllSounds();
removeMovieClip("_root.mountedsam");
_root.rs_archer.gotoAndPlay(81);
_root.light_cav.gotoAndPlay(290);
_root.heavy_cav.gotoAndPlay(262);
_root.rs_spear.gotoAndPlay(160);
_root.sman01.gotoAndPlay(160);
_root.sman02.gotoAndPlay(160);
_root.sman03.gotoAndPlay(160);
_root.sman04.gotoAndPlay(160);
_root.sman05.gotoAndPlay(160);
removeMovieClip("");
Instance of Symbol 644 MovieClip in Frame 1772
/* no clip actions */
Frame 1775
stop();
Frame 1777
stopAllSounds();
removeMovieClip("_root.mountedsam");
_root.rs_archer.gotoAndPlay(81);
_root.light_cav.gotoAndPlay(290);
_root.heavy_cav.gotoAndPlay(262);
_root.rs_spear.gotoAndPlay(160);
_root.sman01.gotoAndPlay(160);
_root.sman02.gotoAndPlay(160);
_root.sman03.gotoAndPlay(160);
_root.sman04.gotoAndPlay(160);
_root.sman05.gotoAndPlay(160);
removeMovieClip("");
gotoAndPlay (4106);
Frame 1779
stopAllSounds();
gotoAndPlay (4327);
Frame 1783
stopAllSounds();
Frame 1784
stop();
Frame 1785
var sam_playerhit;
var depth;
var warnum;
warList = new Array();
var arrownum;
arrowList = new Array();
var nme;
var blood = 0;
var kills = 50;
var hpcharge = 0;
var level1lose = false;
stop();
Instance of Symbol 653 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 655 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 656 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(625);
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 657 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(575);
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 659 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 661 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
this.moveleft = true;
this.moveright = false;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
this.moveright = true;
this.moveleft = false;
} else {
this.stop();
this.moveleft = false;
this.moveright = false;
}
}
Instance of Symbol 662 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 686 MovieClip "war_sword" in Frame 1785
onClipEvent (enterFrame) {
if (this.dead != true) {
if (this.statsetup != true) {
this.hp = 10;
this.statsetup = true;
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit.hitTest(_root.sam_player)) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
if (samdistance > 3) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 5;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 5;
}
} else {
this.man.move = 1;
}
if (this.hit.hitTest(_root.sam_player.man.hit1)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 6;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit2)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit3)) {
this.man.move = 3;
this.hp = this.hp - 10;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
Instance of Symbol 779 MovieClip "sam_player" in Frame 1785
onClipEvent (enterFrame) {
if (this.setstats != true) {
if (_root.ghoppermode == true) {
this.hp = 70;
} else {
this.hp = 35;
}
this.setstats = true;
this.deadtime = 30;
}
if (this.hp > 0) {
if (_root.hpcharge >= 10) {
if (this.hp < 30) {
this.hp++;
}
_root.hpcharge = 0;
}
if (this.hp > 0) {
}
if ((Key.isDown(37) and (!Key.isDown(38))) and (this.man.supermove != true)) {
this.gotoAndPlay(6);
this.man.move = 1;
} else if ((Key.isDown(39) and (!Key.isDown(38))) and (this.man.supermove != true)) {
this.gotoAndPlay(1);
this.man.move = 1;
} else if (Key.isDown(65)) {
this.man.move = 3;
} else if (Key.isDown(68) and (_root.blood > 7)) {
this.man.move = 8;
this.man.gotoAndPlay("super");
_root.blood = _root.blood - 8;
} else if (Key.isDown(83)) {
this.man.move = 4;
} else if (Key.isDown(40)) {
this.man.move = 7;
} else if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(6);
this.man.move = 2;
} else if ((Key.isDown(38) and (!Key.isDown(37))) and (!Key.isDown(39))) {
this.man.move = 2;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this.man.move = 2;
} else {
this.man.move = 0;
}
if (_root.sam_playerhit == true) {
if (this.man.move != 7) {
if (this.hp < 1) {
this.man.move = 6;
} else {
this.man.move = 5;
}
} else {
this.man.ching = true;
}
_root.sam_playerhit = false;
}
} else {
this.dead = true;
_root.level1lose = true;
this.deadtime--;
if (this.deady != true) {
this.man.gotoAndPlay(127);
this.deady = true;
}
if (this.man.gone == true) {
_root.gotoAndPlay("level1over");
this.man.gone = false;
}
}
}
Instance of Symbol 781 MovieClip "spawn3" in Frame 1785
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(60);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(50);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(40);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(30);
} else if (_root.kills <= 20) {
this.respawn1 = random(20);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn2" in Frame 1785
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(60);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(50);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(40);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(30);
} else if (_root.kills <= 20) {
this.respawn1 = random(20);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn1" in Frame 1785
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(60);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(50);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(40);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(30);
} else if (_root.kills <= 20) {
this.respawn1 = random(20);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn4" in Frame 1785
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(60);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(50);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(40);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(30);
} else if (_root.kills <= 20) {
this.respawn1 = random(20);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 791 MovieClip "war_bow" in Frame 1785
onClipEvent (enterFrame) {
if (this.dead != true) {
if (this.statsetup != true) {
this.hp = 10;
this.statsetup = true;
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit == true) {
_root.arrownum++;
var arrowx = _root.arrownum;
duplicateMovieClip (_root.arrow, "arrow" + arrowx, _root.depth);
setProperty("_root.arrow" + arrowx, _y , _root.arrow._y);
_root.arrowList[arrowx] = String("arrow" + arrowx);
this.shot = _root.arrowList[arrowx];
_root.depth++;
if (_root.sam_player._x < this._x) {
setProperty("_root.arrow" + arrowx, _x , this._x - 5);
_root[this.shot].gotoAndPlay(1);
} else if (_root.sam_player._x > this._x) {
setProperty("_root.arrow" + arrowx, _x , this._x + 5);
_root[this.shot].gotoAndPlay(6);
}
_root[this.shot].swapDepths(_root.sam_player);
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
if (samdistance > 12) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 5;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 5;
}
} else {
this.man.move = 1;
}
if (this.hit.hitTest(_root.sam_player.man.hit1)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 6;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit2)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit3)) {
this.man.move = 3;
this.hp = this.hp - 10;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
Instance of Symbol 793 MovieClip "arrow" in Frame 1785
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hitted == true) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
this.removeMovieClip();
}
}
Instance of Symbol 815 MovieClip "boss1" in Frame 1785
onClipEvent (enterFrame) {
if (this.statsetup != true) {
this.hp = 30;
this.statsetup = true;
}
if (_root.kills > 0) {
this.man.gotoAndPlay(65);
}
if ((this.dead != true) and (_root.kills < 1)) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit.hitTest(_root.sam_player)) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if ((_root.sam_player._x < this._x) and (this.man.attacking != true)) {
this.gotoAndPlay(6);
} else if ((_root.sam_player._x > this._x) and (this.man.attacking != true)) {
this.gotoAndPlay(1);
}
if (samdistance > 7) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 4;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 4;
}
} else {
this.whattodo = random(30);
if (this.whattodo == 0) {
this.man.move = 2;
} else {
this.man.move = 1;
}
}
if (this.hit.hitTest(_root.sam_player.man.hit1) and (this.man.attacking == true)) {
if ((_root.sam_player._x > this._x) and (this.left == true)) {
this.man.move = 3;
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
} else if ((_root.sam_player._x < this._x) and (this.right == true)) {
this.man.move = 3;
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit1) and (this.man.attacking != true)) {
this.man.block = true;
}
if ((this.hit.hitTest(_root.sam_player.man.hit2) and (this.man.attacking == true)) and (_root.sam_player.man.move == 4)) {
if ((_root.sam_player._x > this._x) and (this.left == true)) {
this.man.move = 3;
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
} else if ((_root.sam_player._x < this._x) and (this.right == true)) {
this.man.move = 3;
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
}
if ((this.hit.hitTest(_root.sam_player.man.hit2) and (this.man.attacking != true)) and (_root.sam_player.man.move == 4)) {
this.man.block = true;
}
if (this.hit.hitTest(_root.sam_player.man.hit3) and (this.man.attacking == true)) {
this.man.move = 3;
this.hp = this.hp - 3;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if (_root.kills < 1) {
_root.gotoAndPlay("level1over");
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
}
Instance of Symbol 422 MovieClip in Frame 1785
onClipEvent (enterFrame) {
if (this.setup != true) {
this.qtime = 0;
this.setup = true;
}
if (this.qtime == 0) {
this.qtime = 2;
if (Key.isDown(81)) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
}
if (this.qtime > 0) {
this.qtime--;
}
}
Instance of Symbol 415 MovieClip "health_warning" in Frame 1785
onClipEvent (enterFrame) {
if (_root.sam_player.hp < 3) {
this.flash = true;
} else {
this.flash = false;
}
}
Instance of Symbol 415 MovieClip "blood_warning" in Frame 1785
onClipEvent (enterFrame) {
if (_root.blood > 7) {
this.flash = true;
} else {
this.flash = false;
}
}
Frame 1786
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
Frame 1794
delete sam_playerhit;
delete depth;
delete warnum;
delete warList;
delete arrownum;
delete arrowList;
delete nme;
delete blood;
delete kills;
delete hpcharge;
if (_root.level1lose == true) {
gotoAndPlay (1795);
} else {
gotoAndPlay (1821);
_root.level1victory = true;
}
stop();
Frame 1795
stopAllSounds();
play();
Instance of Symbol 820 MovieClip in Frame 1795
onClipEvent (enterFrame) {
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
}
Frame 1819
stop();
Instance of Symbol 839 MovieClip in Frame 1819
onClipEvent (enterFrame) {
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
}
Frame 1821
stopAllSounds();
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
play();
Frame 2007
stopAllSounds();
gotoAndPlay (2008);
Frame 2012
stop();
Frame 2013
var sam_playerhit;
var depth;
var warnum;
warList = new Array();
var arrownum;
arrowList = new Array();
var starnum;
starList = new Array();
var astar;
var nme;
var blood = 0;
var kills = 50;
var hpcharge = 0;
var level2lose = false;
stop();
Instance of Symbol 653 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 655 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 906 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(625);
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 908 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(575);
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 659 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 910 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
this.gotoAndStop(160);
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
this.moveleft = true;
this.moveright = false;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
this.moveright = true;
this.moveleft = false;
} else {
this.stop();
this.moveleft = false;
this.moveright = false;
}
}
Instance of Symbol 662 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this.prevFrame();
this.framenum = this._currentframe;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this.nextFrame();
this.framenum = this._currentframe;
} else {
this.stop();
}
}
Instance of Symbol 928 MovieClip "nmesam" in Frame 2013
onClipEvent (enterFrame) {
if (this.dead != true) {
if (this.statsetup != true) {
this.hp = 10;
this.statsetup = true;
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit.hitTest(_root.sam_player)) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
if (samdistance > 4) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 5;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 5;
}
} else {
this.whattodo = random(15);
if (this.whattodo == 0) {
this.man.move = 2;
} else {
this.man.move = 1;
}
}
if (this.hit.hitTest(_root.sam_player.man.hit1) and (this.man.blocking != true)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 6;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit1) and (this.man.blocking == true)) {
this.man.block = true;
}
if (this.hit.hitTest(_root.sam_player.man.hit2) and (this.man.blocking != true)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit2) and (this.man.blocking == true)) {
this.man.block = true;
}
if (this.hit.hitTest(_root.sam_player.man.hit3)) {
this.man.move = 3;
this.hp = this.hp - 10;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
Instance of Symbol 686 MovieClip "war_sword" in Frame 2013
onClipEvent (enterFrame) {
if (this.dead != true) {
if (this.statsetup != true) {
this.hp = 10;
this.statsetup = true;
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit.hitTest(_root.sam_player)) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
if (samdistance > 3) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 5;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 5;
}
} else {
this.man.move = 1;
}
if (this.hit.hitTest(_root.sam_player.man.hit1)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 6;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit2)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit3)) {
this.man.move = 3;
this.hp = this.hp - 10;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
Instance of Symbol 781 MovieClip "spawn3" in Frame 2013
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(50);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(40);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(30);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(20);
} else if (_root.kills <= 20) {
this.respawn1 = random(15);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else if (whichone == 1) {
duplicateMovieClip (_root.nmesam, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn2" in Frame 2013
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(50);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(40);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(30);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(20);
} else if (_root.kills <= 20) {
this.respawn1 = random(15);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else if (whichone == 1) {
duplicateMovieClip (_root.nmesam, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn1" in Frame 2013
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(50);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(40);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(30);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(20);
} else if (_root.kills <= 20) {
this.respawn1 = random(15);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else if (whichone == 1) {
duplicateMovieClip (_root.nmesam, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 781 MovieClip "spawn4" in Frame 2013
onClipEvent (enterFrame) {
if (this.time < 10) {
this.time = this.time + 1;
}
if ((this.time > 9) and (_root.kills > 0)) {
this.time = 0;
if (_root.kills > 45) {
this.respawn1 = random(50);
} else if ((_root.kills > 40) and (_root.kills <= 45)) {
this.respawn1 = random(40);
} else if ((_root.kills > 33) and (_root.kills <= 40)) {
this.respawn1 = random(30);
} else if ((_root.kills > 20) and (_root.kills <= 33)) {
this.respawn1 = random(20);
} else if (_root.kills <= 20) {
this.respawn1 = random(15);
}
if ((this.respawn1 < 3) and (_root.nme < 3)) {
_root.nme++;
_root.warnum++;
var warx = _root.warnum;
var whichone = random(4);
if (whichone == 0) {
duplicateMovieClip (_root.war_bow, "war" + warx, _root.depth);
} else if (whichone == 1) {
duplicateMovieClip (_root.nmesam, "war" + warx, _root.depth);
} else {
duplicateMovieClip (_root.war_sword, "war" + warx, _root.depth);
}
setProperty("_root.war" + warx, _y , _root.war._y);
_root.warList[warx] = String("war" + warx);
this.war = _root.warList[warx];
_root.depth++;
setProperty("_root.war" + warx, _x , this._x);
_root[this.war].swapDepths(_root.sam_player);
}
}
}
Instance of Symbol 791 MovieClip "war_bow" in Frame 2013
onClipEvent (enterFrame) {
if (this.dead != true) {
if (this.statsetup != true) {
this.hp = 10;
this.statsetup = true;
}
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hit == true) {
_root.arrownum++;
var arrowx = _root.arrownum;
duplicateMovieClip (_root.arrow, "arrow" + arrowx, _root.depth);
setProperty("_root.arrow" + arrowx, _y , _root.arrow._y);
_root.arrowList[arrowx] = String("arrow" + arrowx);
this.shot = _root.arrowList[arrowx];
_root.depth++;
if (_root.sam_player._x < this._x) {
setProperty("_root.arrow" + arrowx, _x , this._x - 5);
_root[this.shot].gotoAndPlay(1);
} else if (_root.sam_player._x > this._x) {
setProperty("_root.arrow" + arrowx, _x , this._x + 5);
_root[this.shot].gotoAndPlay(6);
}
_root[this.shot].swapDepths(_root.sam_player);
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
if (samdistance > 12) {
this.man.move = 0;
if ((_root.sam_player._x < this._x) and (this.man.notmoving != true)) {
this._x = this._x - 5;
} else if ((_root.sam_player._x > this._x) and (this.man.notmoving != true)) {
this._x = this._x + 5;
}
} else {
this.man.move = 1;
}
if (this.hit.hitTest(_root.sam_player.man.hit1)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 6;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit2)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hit.hitTest(_root.sam_player.man.hit3)) {
this.man.move = 3;
this.hp = this.hp - 10;
if (this.hp < 1) {
this.man.move = 4;
this.dead = true;
_root.nme--;
_root.kills--;
_root.hpcharge++;
}
}
} else if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 5.5;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 5.5;
}
}
Instance of Symbol 793 MovieClip "arrow" in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hitted == true) {
if (_root.sam_player.man.move != 7) {
_root.sam_player.hp = _root.sam_player.hp - 1;
}
_root.sam_playerhit = true;
this.removeMovieClip();
}
}
Instance of Symbol 779 MovieClip "sam_player" in Frame 2013
onClipEvent (enterFrame) {
if ((this.setstats != true) and (_root.level1victory == true)) {
if (_root.ghoppermode == true) {
this.hp = 70;
} else {
this.hp = 35;
}
this.setstats = true;
this.deadtime = 30;
}
if (this.hp > 0) {
if (_root.hpcharge >= 10) {
if (this.hp < 30) {
this.hp++;
}
_root.hpcharge = 0;
}
if (this.hp > 0) {
}
if ((Key.isDown(37) and (!Key.isDown(38))) and (this.man.supermove != true)) {
this.gotoAndPlay(6);
this.man.move = 1;
} else if ((Key.isDown(39) and (!Key.isDown(38))) and (this.man.supermove != true)) {
this.gotoAndPlay(1);
this.man.move = 1;
} else if (Key.isDown(65)) {
this.man.move = 3;
} else if (Key.isDown(68) and (_root.blood > 7)) {
this.man.move = 8;
this.man.gotoAndPlay("super");
_root.blood = _root.blood - 8;
} else if (Key.isDown(83)) {
this.man.move = 4;
} else if (Key.isDown(40)) {
this.man.move = 7;
} else if (Key.isDown(38) and Key.isDown(37)) {
this.gotoAndPlay(6);
this.man.move = 2;
} else if ((Key.isDown(38) and (!Key.isDown(37))) and (!Key.isDown(39))) {
this.man.move = 2;
} else if (Key.isDown(38) and Key.isDown(39)) {
this.gotoAndPlay(1);
this.man.move = 2;
} else {
this.man.move = 0;
}
if (_root.sam_playerhit == true) {
if (this.man.move != 7) {
if (this.hp < 1) {
this.man.move = 6;
} else {
this.man.move = 5;
}
} else {
this.man.ching = true;
}
_root.sam_playerhit = false;
}
} else {
this.dead = true;
_root.level2lose = true;
this.deadtime--;
if (this.deady != true) {
this.man.gotoAndPlay(127);
this.deady = true;
}
if (this.man.gone == true) {
_root.gotoAndPlay("level2over");
this.man.gone = false;
}
}
}
Instance of Symbol 932 MovieClip "star" in Frame 2013
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (this.man.hitted == true) {
if (_root.sam_player.man.hitable == true) {
_root.sam_player.hp = _root.sam_player.hp - 2;
}
_root.sam_playerhit = true;
_root.astar--;
this.removeMovieClip();
}
if (this.hitTest(_root.sam_player.man.hit2) and (this.flipped != true)) {
this.man.gotoAndPlay(1);
_root.astar--;
this._rotation = 180;
this._x = this._x - 10;
this.flipped = true;
}
}
Instance of Symbol 1011 MovieClip "geisha" in Frame 2013
onClipEvent (enterFrame) {
if (this.statsetup != true) {
this.hp = 30;
this.statsetup = true;
}
if ((this.dead != true) and (_root.kills < 1)) {
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
if (((this.man.hit == true) and (this.man.move != 3)) and (_root.astar < 1)) {
_root.starnum++;
var starx = _root.starnum;
duplicateMovieClip (_root.star, "star" + starx, _root.depth);
setProperty("_root.star" + starx, _y , _root.star._y);
_root.starList[starx] = String("star" + starx);
this.shot = _root.starList[starx];
_root.depth++;
if (_root.sam_player._x < this._x) {
setProperty("_root.star" + starx, _x , this._x - 50);
_root[this.shot].gotoAndPlay(1);
} else if (_root.sam_player._x > this._x) {
setProperty("_root.star" + starx, _x , this._x + 50);
_root[this.shot].gotoAndPlay(6);
}
_root[this.shot].man.gotoAndPlay(1);
_root[this.shot].swapDepths(_root.sam_player);
}
if (_root.sam_player._x < this._x) {
this.gotoAndPlay(6);
} else if (_root.sam_player._x > this._x) {
this.gotoAndPlay(1);
}
samxChange = Math.abs(_root.sam_player._x - this._x);
samdistance = Math.round(samxChange / 20);
if (samdistance > 12) {
this.man.move = 1;
if (((_root.sam_player._x < this._x) and (this.man.jumping == true)) and (this.man.jumpa != true)) {
this._x = this._x - 15;
} else if (((_root.sam_player._x > this._x) and (this.man.jumping == true)) and (this.man.jumpa != true)) {
this._x = this._x + 15;
}
} else if ((samdistance < 10) and (this.man.jumping != true)) {
this.man.move = 1;
if ((_root.sam_player._x < this._x) and (this.man.jumping != true)) {
this.man.jumpa = true;
} else if ((_root.sam_player._x > this._x) and (this.man.jumping != true)) {
this.man.jumpa = true;
}
} else if ((samdistance < 10) and (this.jumping == true)) {
this.man.move = 1;
if ((_root.sam_player._x < this._x) and (this.man.jumping != true)) {
this._x = this._x + 15;
} else if ((_root.sam_player._x > this._x) and (this.man.jumping != true)) {
this._x = this._x - 15;
}
} else {
this.whattodo = random(20);
if (this.whattodo == 0) {
this.man.move = 2;
} else {
this.man.move = 0;
}
}
if ((this.man.jumping == true) and (this.man.jumpa == true)) {
if (_root.sam_player._x < this._x) {
this._x = this._x + 15;
} else if (_root.sam_player._x > this._x) {
this._x = this._x - 15;
}
}
i = 0;
while (i < _root.starNum) {
xx = i + 1;
nife = _root.starList[xx];
if ((this.hitTest(_root[nife]) and (_root[nife].flipped == true)) and (this.man.jumping != true)) {
_root.astar--;
removeMovieClip(_root[nife]);
this.hp = this.hp - 3;
this.man.move = 3;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
i++;
}
if (this.hitTest(_root.sam_player.man.hit1) and (this.man.jumping != true)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hitTest(_root.sam_player.man.hit2) and (this.man.jumping != true)) {
this.man.move = 3;
if (_root.sam_player._x > this._x) {
this._x = this._x - 1;
} else if (_root.sam_player._x < this._x) {
this._x = this._x + 1;
}
this.hp = this.hp - 2;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.hpcharge++;
if (_root.blood < 10) {
_root.blood = _root.blood + 1;
}
}
}
if (this.hitTest(_root.sam_player.man.hit3) and (this.man.jumping != true)) {
this.man.move = 3;
this.hp = this.hp - 3;
if (this.hp < 1) {
this.man.move = 3;
this.dead = true;
_root.hpcharge++;
}
}
} else if (_root.kills < 1) {
_root.gotoAndPlay("level2over");
if ((Key.isDown(37) and (_root.sam_player.man.moving == true)) and (!Key.isDown(39))) {
this._x = this._x + 7;
} else if ((Key.isDown(39) and (_root.sam_player.man.moving == true)) and (!Key.isDown(37))) {
this._x = this._x - 7;
}
}
}
Instance of Symbol 422 MovieClip in Frame 2013
onClipEvent (enterFrame) {
if (this.setup != true) {
this.qtime = 0;
this.setup = true;
}
if (this.qtime == 0) {
this.qtime = 2;
if (Key.isDown(81)) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
}
if (this.qtime > 0) {
this.qtime--;
}
}
Instance of Symbol 415 MovieClip "health_warning" in Frame 2013
onClipEvent (enterFrame) {
if (_root.sam_player.hp < 3) {
this.flash = true;
} else {
this.flash = false;
}
}
Instance of Symbol 415 MovieClip "blood_warning" in Frame 2013
onClipEvent (enterFrame) {
if (_root.blood > 7) {
this.flash = true;
} else {
this.flash = false;
}
}
Frame 2014
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
i = 0;
while (i < _root.starnum) {
sxx = i;
sxx2 = i + 1;
sz = _root.starList[sxx];
removeMovieClip(_root[sz]);
szz = _root.starList[sxx2];
removeMovieClip(_root[szz]);
i++;
}
Frame 2022
delete sam_playerhit;
delete depth;
delete warnum;
delete warList;
delete arrownum;
delete arrowList;
delete nme;
delete blood;
delete kills;
delete hpcharge;
delete starnum;
delete starList;
delete astar;
if (_root.level2lose == true) {
gotoAndPlay (2023);
} else {
gotoAndPlay (2050);
_root.level2victory = true;
}
stop();
Frame 2023
stopAllSounds();
play();
Instance of Symbol 820 MovieClip in Frame 2023
onClipEvent (enterFrame) {
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
i = 0;
while (i < _root.starnum) {
sxx = i;
sxx2 = i + 1;
sz = _root.starList[sxx];
removeMovieClip(_root[sz]);
szz = _root.starList[sxx2];
removeMovieClip(_root[szz]);
i++;
}
}
Instance of Symbol 820 MovieClip in Frame 2046
onClipEvent (enterFrame) {
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
i = 0;
while (i < _root.starnum) {
sxx = i;
sxx2 = i + 1;
sz = _root.starList[sxx];
removeMovieClip(_root[sz]);
szz = _root.starList[sxx2];
removeMovieClip(_root[szz]);
i++;
}
}
Frame 2047
stop();
Instance of Symbol 839 MovieClip in Frame 2047
onClipEvent (enterFrame) {
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
i = 0;
while (i < _root.starnum) {
sxx = i;
sxx2 = i + 1;
sz = _root.starList[sxx];
removeMovieClip(_root[sz]);
szz = _root.starList[sxx2];
removeMovieClip(_root[szz]);
i++;
}
}
Frame 2050
stopAllSounds();
play();
Frame 4082
stopAllSounds();
gotoAndPlay (4084);
Frame 4084
stopAllSounds();
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
i = 0;
while (i < _root.starnum) {
sxx = i;
sxx2 = i + 1;
sz = _root.starList[sxx];
removeMovieClip(_root[sz]);
szz = _root.starList[sxx2];
removeMovieClip(_root[szz]);
i++;
}
delete sam_playerhit;
delete depth;
delete warnum;
delete warList;
delete arrownum;
delete arrowList;
delete nme;
delete blood;
delete kills;
delete hpcharge;
i = 0;
while (i < _root.warNum) {
xx = i;
xx2 = i + 1;
nme = _root.warList[xx];
removeMovieClip(_root[nme]);
nme2 = _root.warList[xx2];
removeMovieClip(_root[nme2]);
removeMovieClip(_root.sam_player);
i++;
}
i = 0;
while (i < _root.arrownum) {
axx = i;
axx2 = i + 1;
az = _root.arrowList[axx];
removeMovieClip(_root[az]);
azz = _root.arrowList[axx2];
removeMovieClip(_root[azz]);
i++;
}
delete sam_playerhit;
delete depth;
delete warnum;
delete warList;
delete arrownum;
delete arrowList;
delete nme;
delete blood;
delete kills;
delete hpcharge;
delete starnum;
delete starList;
delete astar;
Frame 4086
gotoAndPlay (4087);
Frame 4087
stopAllSounds();
Frame 4088
stop();
Frame 4091
stop();
Frame 4094
stop();
Frame 4096
stopAllSounds();
Frame 4103
stop();
Frame 4105
gotoAndPlay (1577);
Frame 4106
removeMovieClip("");
Frame 4324
stop();
Frame 5496
stopAllSounds();
gotoAndPlay (1412);
Symbol 54 MovieClip Frame 859
stop();
Symbol 77 MovieClip Frame 60
stop();
Symbol 119 MovieClip Frame 201
stop();
Symbol 120 MovieClip Frame 2
stop();
Symbol 120 MovieClip Frame 101
stop();
Symbol 124 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 128 Button
on (release) {
getURL ("http://www.lazy-nation.com", "_blank");
}
Symbol 144 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 157 Button
on (release) {
gotoAndPlay (1412);
}
Symbol 160 MovieClip Frame 265
stop();
Symbol 165 Button
on (release) {
play();
}
Symbol 166 MovieClip Frame 1
gotoAndPlay (245);
Symbol 166 MovieClip Frame 515
stop();
Symbol 178 MovieClip Frame 1
gotoAndPlay (505);
Symbol 178 MovieClip Frame 746
stop();
Symbol 187 MovieClip Frame 1
gotoAndPlay (700);
Symbol 187 MovieClip Frame 1000
stop();
Symbol 193 MovieClip Frame 1
gotoAndPlay (850);
Symbol 193 MovieClip Frame 1100
stop();
Symbol 204 MovieClip Frame 1
gotoAndPlay (950);
Symbol 204 MovieClip Frame 1200
stop();
Symbol 210 MovieClip Frame 1
gotoAndPlay (1020);
Symbol 210 MovieClip Frame 1200
stop();
Symbol 216 MovieClip Frame 1
gotoAndPlay (1120);
Symbol 216 MovieClip Frame 2113
stop();
Symbol 248 Button
on (release) {
stopAllSounds();
gotoAndPlay (1783);
}
Symbol 252 Button
on (release) {
_root.instructions.gotoAndPlay(3);
}
Symbol 256 Button
on (release) {
_root.options_menu.gotoAndPlay(3);
}
Symbol 260 Button
on (release) {
gotoAndPlay (412);
stopAllSounds();
}
Symbol 264 Button
on (release) {
getURL ("http://www.lazy-nation.com", "_blank");
}
Symbol 268 Button
on (release) {
getURL ("http://www.crazymonkeygames.com/", "_blank");
}
Symbol 272 Button
on (release) {
getURL ("http://www.totalwar.com/", "_blank");
}
Symbol 277 Button
on (release) {
_root.hints_list.gotoAndPlay(3);
}
Symbol 284 MovieClip Frame 2
stop();
Symbol 284 MovieClip Frame 4
stop();
Symbol 287 Button
on (release) {
_root.ghoppermode = true;
gmodeonoff.gotoAndPlay(3);
}
Symbol 290 Button
on (release) {
_root.ghoppermode = false;
gmodeonoff.gotoAndPlay(1);
}
Symbol 291 Button
on (release) {
_root.bgmode = true;
bgonoff.gotoAndPlay(1);
}
Symbol 292 Button
on (release) {
_root.bgmode = false;
bgonoff.gotoAndPlay(3);
}
Symbol 296 Button
on (release) {
_quality = "LOW";
}
Symbol 300 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 304 Button
on (release) {
_quality = "HIGH";
}
Symbol 308 Button
on (release) {
gotoAndPlay (37);
}
Symbol 309 MovieClip Frame 2
stop();
Instance of Symbol 284 MovieClip "gmodeonoff" in Symbol 309 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.ghoppermode == true) {
gotoAndPlay (3);
}
}
Instance of Symbol 284 MovieClip "bgonoff" in Symbol 309 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.bgmode == false) {
gotoAndPlay (3);
}
}
Symbol 309 MovieClip Frame 36
stop();
Symbol 309 MovieClip Frame 68
gotoAndPlay (1);
Symbol 312 Button
on (release) {
gotoAndPlay (37);
}
Symbol 313 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 36
stop();
Symbol 313 MovieClip Frame 68
gotoAndPlay (1);
Symbol 323 Button
on (release) {
gotoAndPlay (47);
}
Symbol 325 MovieClip Frame 2
stop();
Symbol 325 MovieClip Frame 45
stop();
Symbol 325 MovieClip Frame 85
gotoAndPlay (1);
Symbol 328 MovieClip Frame 903
gotoAndPlay (1);
Symbol 330 MovieClip Frame 301
gotoAndPlay (1);
Symbol 334 MovieClip Frame 52
gotoAndPlay (1);
Symbol 336 MovieClip Frame 575
gotoAndPlay (1);
Symbol 336 MovieClip Frame 598
nextFrame();
Symbol 336 MovieClip Frame 599
nextFrame();
Symbol 336 MovieClip Frame 601
prevFrame();
Symbol 336 MovieClip Frame 602
prevFrame();
Symbol 338 MovieClip Frame 475
gotoAndPlay (1);
Symbol 338 MovieClip Frame 498
nextFrame();
Symbol 338 MovieClip Frame 499
nextFrame();
Symbol 338 MovieClip Frame 501
prevFrame();
Symbol 338 MovieClip Frame 502
prevFrame();
Symbol 399 MovieClip Frame 2
if (Key.isDown(65)) {
gotoAndPlay (44);
} else if (Key.isDown(83)) {
gotoAndPlay (68);
} else if (Key.isDown(37) and (!Key.isDown(39))) {
gotoAndPlay (5);
} else if (Key.isDown(39) and (!Key.isDown(37))) {
this.gotoAndPlay(23);
}
if (dead == true) {
gotoAndPlay (86);
}
Symbol 399 MovieClip Frame 3
if (Key.isDown(65)) {
gotoAndPlay (44);
} else if (Key.isDown(83)) {
gotoAndPlay (68);
} else if (Key.isDown(37) and (!Key.isDown(39))) {
gotoAndPlay (5);
} else if (Key.isDown(39) and (!Key.isDown(37))) {
this.gotoAndPlay(23);
}
if (dead == true) {
gotoAndPlay (86);
}
Symbol 399 MovieClip Frame 4
if (Key.isDown(65)) {
gotoAndPlay (44);
} else if (Key.isDown(83)) {
gotoAndPlay (68);
} else if (Key.isDown(37) and (!Key.isDown(39))) {
gotoAndPlay (5);
} else if (Key.isDown(39) and (!Key.isDown(37))) {
this.gotoAndPlay(23);
} else if (dead == true) {
gotoAndPlay (86);
} else {
gotoAndPlay (2);
}
Symbol 399 MovieClip Frame 22
gotoAndPlay (2);
Symbol 399 MovieClip Frame 43
gotoAndPlay (2);
Symbol 399 MovieClip Frame 67
gotoAndPlay (2);
Symbol 399 MovieClip Frame 68
blocking = true;
Symbol 399 MovieClip Frame 76
if (Key.isDown(83)) {
gotoAndPlay (72);
}
Symbol 399 MovieClip Frame 77
blocking = false;
Symbol 399 MovieClip Frame 79
gotoAndPlay (2);
Symbol 399 MovieClip Frame 85
if (_root.rs_hp < 1) {
gotoAndPlay (86);
} else {
gotoAndPlay (2);
}
Symbol 399 MovieClip Frame 86
dead = true;
Symbol 399 MovieClip Frame 150
deaddead = true;
stop();
Instance of Symbol 399 MovieClip "soh" in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.rs_hp < 1) and (dead != true)) {
dead = true;
this.gotoAndPlay("deaded");
}
}
Instance of Symbol 401 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.rs_hp < this.hp) {
_parent.soh.gotoAndPlay(80);
}
this.hp = _root.rs_hp;
}
Symbol 409 MovieClip Frame 2
stop();
Symbol 411 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 3
if (flash == false) {
gotoAndPlay (1);
}
Symbol 415 MovieClip Frame 10
gotoAndPlay (1);
Instance of Symbol 340 MovieClip in Symbol 417 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.man.soh.att2)) {
_parent.gotoAndPlay(18);
}
}
Instance of Symbol 340 MovieClip in Symbol 417 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.hitt) and (_root.mountedsam.man.soh.dead != true)) {
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
_parent.gotoAndPlay(18);
}
}
Symbol 417 MovieClip Frame 20
stop();
Symbol 420 MovieClip Frame 5
Symbol 420 MovieClip Frame 1962
_root.gotoAndPlay("boss_scene_win");
stop();
Symbol 447 MovieClip Frame 2
stop();
Symbol 447 MovieClip Frame 6
gotoAndPlay (1);
Symbol 457 MovieClip Frame 2
defense = true;
Symbol 457 MovieClip Frame 3
gotoAndPlay (2);
Symbol 457 MovieClip Frame 8
defense = false;
Symbol 457 MovieClip Frame 35
if (_root.mountedsam.man.soh.dead != true) {
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
}
defense = true;
Symbol 457 MovieClip Frame 41
gotoAndPlay (2);
Symbol 457 MovieClip Frame 42
_parent._parent._parent.hp = _parent._parent._parent.hp - 1;
defense = true;
Symbol 457 MovieClip Frame 47
if (_parent._parent._parent.hp > 0) {
gotoAndPlay (2);
}
Symbol 457 MovieClip Frame 61
stop();
Symbol 462 MovieClip Frame 1
stop();
Instance of Symbol 340 MovieClip "hitt" in Symbol 462 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.man.soh.att2)) {
if (_parent.man.man.defense != true) {
_parent.man.man.gotoAndPlay(42);
} else {
_parent.man.man.ching.play();
}
}
}
Symbol 463 MovieClip Frame 1
_root.lightcav = true;
hp = 1;
attempts = 5;
Symbol 463 MovieClip Frame 120
xx = random(2);
if (xx == 0) {
man.man.man.gotoAndPlay(4);
}
Symbol 463 MovieClip Frame 165
if (attempts < 1) {
play();
} else if (hp > 0) {
gotoAndPlay (120);
}
attempts--;
Symbol 463 MovieClip Frame 295
_root.lightcav = false;
stop();
Symbol 478 MovieClip Frame 17
stop();
Instance of Symbol 340 MovieClip "hitted" in Symbol 479 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.man.soh.att)) {
_parent.gotoAndPlay(133);
}
}
Instance of Symbol 340 MovieClip "hitt" in Symbol 479 MovieClip Frame 1
/* no clip actions */
Symbol 479 MovieClip Frame 132
gotoAndPlay (1);
Symbol 479 MovieClip Frame 140
stop();
Symbol 480 MovieClip Frame 1
end_run = false;
Instance of Symbol 340 MovieClip "hitt" in Symbol 480 MovieClip Frame 1
/* no clip actions */
Symbol 480 MovieClip Frame 173
end_run = true;
_root.spear = false;
man.hitt.hitsam = false;
stop();
Symbol 481 MovieClip Frame 3
stop();
Symbol 481 MovieClip Frame 8
stop();
Symbol 481 MovieClip Frame 13
stop();
Symbol 481 MovieClip Frame 18
stop();
Symbol 481 MovieClip Frame 23
stop();
Instance of Symbol 340 MovieClip in Symbol 492 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.man.soh.att)) {
_parent.gotoAndPlay(95);
trace("hit");
}
}
Symbol 492 MovieClip Frame 93
stop();
Symbol 492 MovieClip Frame 95
dead = true;
Symbol 492 MovieClip Frame 112
stop();
Symbol 493 MovieClip Frame 1
end_run = false;
Instance of Symbol 417 MovieClip "arrow" in Symbol 493 MovieClip Frame 59
onClipEvent (load) {
if (_parent.man.dead == true) {
this.gotoAndPlay(19);
}
}
Symbol 493 MovieClip Frame 95
end_run = true;
_root.archer = false;
stop();
Symbol 500 MovieClip Frame 2
defense = true;
Symbol 500 MovieClip Frame 3
gotoAndPlay (2);
Symbol 500 MovieClip Frame 9
defense = false;
Symbol 500 MovieClip Frame 41
if (_root.mountedsam.man.soh.dead != true) {
_root.rs_hp--;
_root.rs_hp--;
_root.mountedsam.man.soh.gotoAndPlay(80);
}
defense = true;
Symbol 500 MovieClip Frame 66
gotoAndPlay (2);
Symbol 500 MovieClip Frame 67
_parent._parent._parent.hp = _parent._parent._parent.hp - 1;
defense = true;
Symbol 500 MovieClip Frame 72
if (_parent._parent._parent.hp < 1) {
play();
} else {
gotoAndPlay (2);
}
Symbol 500 MovieClip Frame 86
stop();
Symbol 504 MovieClip Frame 1
stop();
Instance of Symbol 340 MovieClip "hitt" in Symbol 504 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mountedsam.man.soh.att2)) {
if (_parent.man.man.defense != true) {
_parent.man.man.gotoAndPlay(67);
} else {
_parent.man.man.ching.play();
}
}
}
Symbol 505 MovieClip Frame 1
hp = 2;
_root.heavycav = true;
attempts = 5;
Symbol 505 MovieClip Frame 145
xx = random(3);
if (xx != 2) {
man.man.man.gotoAndPlay(4);
}
Symbol 505 MovieClip Frame 190
if (attempts < 1) {
play();
} else if (hp < 1) {
gotoAndPlay (191);
} else {
gotoAndPlay (145);
}
attempts--;
Symbol 505 MovieClip Frame 263
stop();
_root.heavycav = false;
Instance of Symbol 597 MovieClip in Symbol 644 MovieClip Frame 1015
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay("thewin");
}
}
Symbol 644 MovieClip Frame 1057
gotoAndPlay (1162);
Symbol 644 MovieClip Frame 1159
gotoAndPlay (1370);
Symbol 644 MovieClip Frame 1366
_root.gotoAndPlay("rs_level_lose");
Symbol 644 MovieClip Frame 1590
_root.gotoAndPlay("rs_level_win");
stop();
Symbol 648 Button
on (release) {
play();
}
Symbol 653 MovieClip Frame 1
gotoAndStop (1699);
Symbol 653 MovieClip Frame 1700
gotoAndStop (2);
Symbol 655 MovieClip Frame 1
gotoAndStop (900);
Symbol 655 MovieClip Frame 901
gotoAndStop (2);
Symbol 656 MovieClip Frame 1
gotoAndStop (599);
Symbol 656 MovieClip Frame 600
gotoAndStop (2);
Symbol 656 MovieClip Frame 623
nextFrame();
Symbol 656 MovieClip Frame 624
nextFrame();
Symbol 656 MovieClip Frame 626
prevFrame();
Symbol 656 MovieClip Frame 627
prevFrame();
Symbol 657 MovieClip Frame 1
gotoAndStop (549);
Symbol 657 MovieClip Frame 550
gotoAndStop (2);
Symbol 657 MovieClip Frame 573
nextFrame();
Symbol 657 MovieClip Frame 574
nextFrame();
Symbol 657 MovieClip Frame 576
prevFrame();
Symbol 657 MovieClip Frame 577
prevFrame();
Symbol 659 MovieClip Frame 1
gotoAndStop (190);
Symbol 659 MovieClip Frame 191
gotoAndStop (2);
Symbol 661 MovieClip Frame 1
if (moveleft == true) {
gotoAndStop (135);
}
Symbol 661 MovieClip Frame 135
if (moveright == true) {
gotoAndStop (1);
}
Symbol 662 MovieClip Frame 1
gotoAndStop (96);
Symbol 662 MovieClip Frame 97
gotoAndStop (2);
Symbol 669 MovieClip Frame 18
gotoAndPlay (3);
Symbol 685 MovieClip Frame 1
var move = 0;
Symbol 685 MovieClip Frame 2
notmoving = false;
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 3
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 4
notmoving = true;
moving = false;
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 5
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 6
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 7
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 8
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 9
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 10
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 11
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 12
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 13
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 14
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 15
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 16
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 17
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 18
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 19
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 20
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 21
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 22
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 23
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 24
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 25
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 26
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 27
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 28
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 29
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 30
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 31
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 32
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 33
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 34
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 35
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 36
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 37
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 38
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 39
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 40
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 41
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 42
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 43
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (44);
} else if (move == 4) {
gotoAndPlay (53);
}
Symbol 685 MovieClip Frame 44
notmoving = true;
moving = false;
Symbol 685 MovieClip Frame 52
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
Symbol 685 MovieClip Frame 53
notmoving = true;
moving = false;
Symbol 685 MovieClip Frame 61
stop();
Symbol 686 MovieClip Frame 3
stop();
Symbol 686 MovieClip Frame 8
stop();
Symbol 697 MovieClip Frame 18
gotoAndPlay (3);
Symbol 726 MovieClip Frame 2
stop();
Symbol 778 MovieClip Frame 1
var move = 0;
var jump = false;
var ching = false;
var hitable = true;
var moving = false;
Symbol 778 MovieClip Frame 2
hitable = true;
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
moving = false;
Symbol 778 MovieClip Frame 3
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 4
hitable = true;
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
moving = true;
Symbol 778 MovieClip Frame 5
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 6
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 7
hitable = true;
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
moving = true;
Symbol 778 MovieClip Frame 8
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 9
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 10
jump = true;
hitable = false;
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 24
jump = false;
hitable = true;
Symbol 778 MovieClip Frame 25
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 26
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 27
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 28
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 29
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 30
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 31
hitable = true;
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
moving = false;
Symbol 778 MovieClip Frame 32
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 33
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
Symbol 778 MovieClip Frame 34
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 35
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 36
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 37
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 38
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 39
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 4) {
gotoAndPlay (48);
} else if (this.move == 3) {
play();
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 40
hitable = true;
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 41
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 42
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 43
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 44
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 45
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 46
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 47
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (40);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 48
hitable = true;
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
moving = false;
Symbol 778 MovieClip Frame 49
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 50
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 51
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 52
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 53
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 54
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 55
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 56
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 57
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 58
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 59
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 60
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
play();
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
moving = false;
Symbol 778 MovieClip Frame 61
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 62
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 63
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 64
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 65
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 66
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 67
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 68
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 69
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 70
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 71
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 72
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 73
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 74
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 5) {
gotoAndPlay (75);
} else if (move == 6) {
gotoAndPlay (75);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 75
hitable = false;
if (move == 8) {
gotoAndPlay (85);
}
moving = false;
Symbol 778 MovieClip Frame 76
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 77
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 78
if (move == 7) {
gotoAndPlay (81);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 79
if (move == 7) {
gotoAndPlay (81);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 80
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (81);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 81
hitable = false;
if (move == 8) {
gotoAndPlay (85);
}
moving = false;
Instance of Symbol 726 MovieClip in Symbol 778 MovieClip Frame 81
onClipEvent (enterFrame) {
if (_parent.ching == true) {
this.nextFrame();
this.play();
_parent.ching = false;
}
_root.sam_playerhit = false;
}
Symbol 778 MovieClip Frame 82
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 83
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 84
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (82);
}
if (move == 8) {
gotoAndPlay (85);
}
Symbol 778 MovieClip Frame 85
hitable = false;
moving = false;
supermove = true;
Symbol 778 MovieClip Frame 126
if (this.move == 1) {
gotoAndPlay (4);
} else if (this.move == 2) {
gotoAndPlay (7);
} else if (this.move == 3) {
gotoAndPlay (31);
} else if (this.move == 4) {
gotoAndPlay (48);
} else {
gotoAndPlay (2);
}
if (move == 7) {
gotoAndPlay (82);
}
jump = false;
supermove = false;
Symbol 778 MovieClip Frame 127
play();
hitable = false;
jump = true;
moving = false;
Symbol 778 MovieClip Frame 202
gone = true;
stop();
Symbol 779 MovieClip Frame 3
stop();
Symbol 779 MovieClip Frame 8
stop();
Symbol 786 MovieClip Frame 18
gotoAndPlay (3);
Symbol 790 MovieClip Frame 1
var move = 0;
var hit = false;
Symbol 790 MovieClip Frame 2
notmoving = false;
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 3
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 4
notmoving = true;
moving = false;
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 5
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 6
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 7
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 8
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 9
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 10
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 11
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 12
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 13
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 14
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 15
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 16
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 17
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 18
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 19
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 20
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 21
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 22
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 23
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 24
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 25
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 26
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 27
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 28
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 29
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 30
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 31
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 32
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 33
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 34
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 35
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 36
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 37
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 38
hit = true;
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 39
hit = false;
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 40
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 41
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 42
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 43
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 44
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 45
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 46
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 47
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 48
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 49
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 50
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 51
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 52
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 53
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 54
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (55);
} else if (move == 4) {
gotoAndPlay (64);
}
Symbol 790 MovieClip Frame 55
notmoving = true;
moving = false;
Symbol 790 MovieClip Frame 63
if (move == 1) {
gotoAndPlay (4);
} else {
gotoAndPlay (2);
}
Symbol 790 MovieClip Frame 64
notmoving = true;
moving = false;
Symbol 790 MovieClip Frame 72
stop();
Symbol 791 MovieClip Frame 3
stop();
Symbol 791 MovieClip Frame 8
stop();
Symbol 792 MovieClip Frame 1
var hitted = false;
Instance of Symbol 677 MovieClip "hit" in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sam_player.hit) and (_root.sam_player.man.jump != true)) {
_parent.hitted = true;
}
}
Instance of Symbol 677 MovieClip "hit" in Symbol 792 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.sam_player.hit) and (_root.sam_player.man.jump != true)) {
_parent.hitted = true;
}
}
Symbol 792 MovieClip Frame 12
stop();
Symbol 793 MovieClip Frame 3
stop();
Symbol 793 MovieClip Frame 8
stop();
Symbol 802 MovieClip Frame 26
gotoAndPlay (2);
Symbol 804 MovieClip Frame 2
if (_parent.block == true) {
} else {
gotoAndPlay (1);
}
Symbol 804 MovieClip Frame 5
gotoAndPlay (1);
_parent.block = false;
Symbol 814 MovieClip Frame 1
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 2
notmoving = false;
attacking = false;
if (move == 3) {
gotoAndPlay (52);
}
blocking = false;
Symbol 814 MovieClip Frame 3
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
}
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 4
notmoving = true;
moving = false;
attacking = false;
blocking = true;
Symbol 814 MovieClip Frame 6
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (5);
} else if (move == 2) {
gotoAndPlay (7);
}
Symbol 814 MovieClip Frame 7
notmoving = true;
moving = false;
attacking = true;
if (move == 3) {
gotoAndPlay (52);
}
blocking = false;
Symbol 814 MovieClip Frame 8
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 9
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 10
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 11
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 12
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 13
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 14
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 15
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 16
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 17
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 18
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 19
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 20
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 21
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 22
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 23
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 24
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 25
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 26
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 27
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 28
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 29
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 30
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 31
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 32
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 33
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 34
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 35
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 36
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 37
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 38
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 39
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 40
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 41
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 42
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 43
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 44
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 45
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 46
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 47
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 48
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 49
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 50
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 51
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
}
if (move == 3) {
gotoAndPlay (52);
}
Symbol 814 MovieClip Frame 52
notmoving = true;
moving = false;
attacking = false;
blocking = false;
Symbol 814 MovieClip Frame 60
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
}
Symbol 814 MovieClip Frame 70
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
}
Symbol 815 MovieClip Frame 1
right = true;
left = false;
Symbol 815 MovieClip Frame 3
stop();
Symbol 815 MovieClip Frame 6
right = false;
left = true;
Symbol 815 MovieClip Frame 8
stop();
Symbol 836 MovieClip Frame 209
gotoAndPlay (1);
Symbol 839 MovieClip Frame 753
stop();
Symbol 843 Button
on (release) {
stopAllSounds();
gotoAndPlay (1783);
}
Symbol 846 Button
on (release) {
stopAllSounds();
gotoAndPlay (1412);
}
Symbol 906 MovieClip Frame 1
gotoAndStop (599);
Symbol 906 MovieClip Frame 600
gotoAndStop (2);
Symbol 906 MovieClip Frame 623
nextFrame();
Symbol 906 MovieClip Frame 624
nextFrame();
Symbol 906 MovieClip Frame 626
prevFrame();
Symbol 906 MovieClip Frame 627
prevFrame();
Symbol 908 MovieClip Frame 1
gotoAndStop (549);
Symbol 908 MovieClip Frame 550
gotoAndStop (2);
Symbol 908 MovieClip Frame 573
nextFrame();
Symbol 908 MovieClip Frame 574
nextFrame();
Symbol 908 MovieClip Frame 576
prevFrame();
Symbol 908 MovieClip Frame 577
prevFrame();
Symbol 910 MovieClip Frame 1
if (moveleft == true) {
gotoAndStop (135);
}
Symbol 910 MovieClip Frame 135
if (moveright == true) {
gotoAndStop (1);
}
Symbol 910 MovieClip Frame 158
nextFrame();
Symbol 910 MovieClip Frame 159
nextFrame();
Symbol 910 MovieClip Frame 161
prevFrame();
Symbol 910 MovieClip Frame 162
prevFrame();
Symbol 915 MovieClip Frame 18
gotoAndPlay (3);
Symbol 918 MovieClip Frame 2
if (_parent.block == true) {
} else {
gotoAndPlay (1);
}
Symbol 918 MovieClip Frame 5
gotoAndPlay (1);
_parent.block = false;
Symbol 927 MovieClip Frame 1
var move = 0;
Symbol 927 MovieClip Frame 2
notmoving = false;
attacking = false;
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
blocking = false;
Symbol 927 MovieClip Frame 3
if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 4
notmoving = true;
moving = false;
attacking = false;
blocking = true;
Symbol 927 MovieClip Frame 6
if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
Symbol 927 MovieClip Frame 7
notmoving = true;
moving = false;
attacking = true;
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
blocking = false;
Symbol 927 MovieClip Frame 8
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 9
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 10
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 11
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 12
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 13
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 14
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 15
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 16
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 17
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
blocking = true;
Symbol 927 MovieClip Frame 18
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 19
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 20
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 21
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 22
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 23
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 24
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 25
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 26
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 27
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 28
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 29
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
blocking = false;
Symbol 927 MovieClip Frame 30
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 31
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 32
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 33
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 34
if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
if (move == 3) {
gotoAndPlay (35);
} else if (move == 4) {
gotoAndPlay (44);
}
Symbol 927 MovieClip Frame 35
notmoving = true;
moving = false;
attacking = false;
blocking = false;
Symbol 927 MovieClip Frame 43
if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (7);
} else {
gotoAndPlay (2);
}
Symbol 927 MovieClip Frame 44
notmoving = true;
moving = false;
attacking = false;
Symbol 927 MovieClip Frame 52
stop();
Symbol 928 MovieClip Frame 3
stop();
Symbol 928 MovieClip Frame 8
stop();
Symbol 931 MovieClip Frame 1
_root.astar++;
Instance of Symbol 930 MovieClip in Symbol 931 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sam_player.hit) and (_root.sam_player.man.jump != true)) {
_parent.hitted = true;
}
}
Symbol 931 MovieClip Frame 41
_root.astar--;
stop();
Symbol 932 MovieClip Frame 3
stop();
Symbol 932 MovieClip Frame 8
stop();
Symbol 1010 MovieClip Frame 1
var move = 0;
var jumping = false;
jumpa = false;
jumpc = false;
var hit = false;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 2
jumping = false;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 3
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (37);
} else if (move == 3) {
gotoAndPlay (53);
}
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 4
jumping = false;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 5
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 6
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 12
jumping = true;
Symbol 1010 MovieClip Frame 29
jumping = false;
jumpa = false;
jumpc = false;
Symbol 1010 MovieClip Frame 33
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 34
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 35
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 36
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (37);
} else if (move == 3) {
gotoAndPlay (53);
}
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 37
jumping = false;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 38
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 39
hit = true;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 40
hit = false;
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 41
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 42
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 43
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 44
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 45
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 46
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 47
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 48
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 49
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 50
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 51
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 52
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (37);
} else if (move == 3) {
gotoAndPlay (53);
}
if (move == 3) {
gotoAndPlay (53);
}
Symbol 1010 MovieClip Frame 53
jumping = false;
Symbol 1010 MovieClip Frame 61
if (move == 0) {
gotoAndPlay (2);
} else if (move == 1) {
gotoAndPlay (4);
} else if (move == 2) {
gotoAndPlay (37);
} else if (move == 3) {
gotoAndPlay (53);
}
Symbol 1011 MovieClip Frame 3
stop();
Symbol 1011 MovieClip Frame 8
stop();
Symbol 1015 Button
on (release) {
stopAllSounds();
gotoAndPlay (2008);
}
Symbol 1103 Button
on (release) {
stopAllSounds();
gotoAndPlay (4084);
}
Symbol 1134 Button
on (release) {
gotoAndPlay (4104);
}
Symbol 1142 Button
on (release) {
stopAllSounds();
gotoAndPlay (4087);
}