Frame 1
stop();
song = 1;
Frame 2
_root.life.gotoAndStop(16);
total = 0;
combo = 0;
score = 0;
Instance of Symbol 54 MovieClip "s1" in Frame 2
onClipEvent (load) {
if (_root.song == 1) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 55 MovieClip "up" in Frame 2
onClipEvent (enterFrame) {
if (this._name != "up") {
this._y = this._y - 55;
if (this.hitTest(_root.end)) {
_root.life.prevFrame();
_root.life.prevFrame();
this.nextFrame();
_root.combo = 0;
_root.total = _root.total + 1;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.upa.hit2)) {
_root.life.nextFrame();
this.nextFrame();
_root.combo = _root.combo + 1;
_root.total = _root.total + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 56 MovieClip "down" in Frame 2
onClipEvent (enterFrame) {
if (this._name != "down") {
this._y = this._y - 55;
if (this.hitTest(_root.end)) {
_root.life.prevFrame();
_root.life.prevFrame();
this.nextFrame();
_root.combo = 0;
_root.total = _root.total + 1;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.downa.hit3)) {
_root.life.nextFrame();
this.nextFrame();
_root.combo = _root.combo + 1;
_root.total = _root.total + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 57 MovieClip "right" in Frame 2
onClipEvent (enterFrame) {
if (this._name != "right") {
this._y = this._y - 55;
if (this.hitTest(_root.end)) {
_root.life.prevFrame();
_root.life.prevFrame();
this.nextFrame();
_root.combo = 0;
_root.total = _root.total + 1;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.righta.hit4)) {
_root.life.nextFrame();
this.nextFrame();
_root.combo = _root.combo + 1;
_root.score = _root.score + 1;
_root.total = _root.total + 1;
}
}
Instance of Symbol 70 MovieClip "left" in Frame 2
onClipEvent (enterFrame) {
if (this._name != "left") {
this._y = this._y - 55;
if (this.hitTest(_root.end)) {
_root.life.prevFrame();
_root.life.prevFrame();
_root.combo = 0;
this.nextFrame();
_root.total = _root.total + 1;
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.lefta.hit1)) {
_root.life.nextFrame();
this.nextFrame();
_root.combo = _root.combo + 1;
_root.score = _root.score + 1;
_root.total = _root.total + 1;
}
}
Instance of Symbol 75 MovieClip "s1" in Frame 2
onClipEvent (load) {
if (_root.song == 2) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 78 MovieClip "s1" in Frame 2
onClipEvent (load) {
if (_root.song == 3) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 79 MovieClip "s1" in Frame 2
onClipEvent (load) {
if (_root.song == 4) {
this.gotoAndPlay(2);
}
}
Frame 3
stop();
Frame 4
if (_root.score <= 30) {
_root.rank.gotoAndStop(1);
} else if (_root.score <= 40) {
_root.rank.gotoAndStop(2);
} else if (_root.score <= 46) {
_root.rank.gotoAndStop(3);
} else if (_root.score <= 55) {
_root.rank.gotoAndStop(4);
} else if (_root.score <= 63) {
_root.rank.gotoAndStop(5);
}
Symbol 7 MovieClip Frame 1
stop();
Symbol 12 Button
on (release) {
_root.song = 1;
}
Symbol 14 Button
on (release) {
_root.song = 2;
}
Symbol 16 Button
on (release) {
_root.song = 3;
}
Symbol 18 Button
on (release) {
_root.song = 4;
}
Symbol 19 MovieClip Frame 1
stop();
Symbol 19 MovieClip Frame 5
gotoAndStop (1);
Symbol 22 Button
on (release) {
nextFrame();
}
Symbol 25 Button
on (release) {
_root.choice.nextFrame();
_root.song = _root.song + 1;
if (song >= 5) {
_root.song = 1;
}
}
Symbol 35 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 5
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
shotcount = 0;
shots = 0;
play();
Instance of Symbol 50 MovieClip in Symbol 54 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.downa.play();
_root.guy.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.upa.play();
_root.guy.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.lefta.play();
_root.guy.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.righta.play();
_root.guy.gotoAndStop(3);
}
}
Symbol 54 MovieClip Frame 51
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 59
_root.up.duplicateMovieClip("up" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 65
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 71
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 78
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 84
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 91
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 97
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 104
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 109
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 114
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 116
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 120
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 122
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 126
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 128
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 132
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 134
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 139
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 141
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 146
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 148
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 152
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 154
_root.right.duplicateMovieClip("right" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 156
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 159
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 201
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 208
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 210
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 246
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 252
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 259
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 263
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 265
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 308
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 316
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 318
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 351
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 357
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 363
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 367
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 369
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 412
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 418
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 420
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 455
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 459
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 467
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 472
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 474
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 517
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 524
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 526
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 558
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 564
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 571
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 576
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 578
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 622
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 628
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 630
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 664
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 670
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 677
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 682
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 684
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 727
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 734
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 736
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 782
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 784
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 786
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 788
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 808
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 810
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 812
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 814
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 831
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 833
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 835
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 837
downright.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 861
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 863
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 865
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 867
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 878
_root.left.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 880
_root.up.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 882
_root.right.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 884
_root.down.duplicateMovieClip("left" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 54 MovieClip Frame 891
_root.gotoAndStop("scores");
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
_root.gotoAndStop("gameover");
Symbol 69 MovieClip Frame 33
gotoAndStop (32);
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
stop();
Symbol 74 MovieClip Frame 1
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 74 MovieClip Frame 10
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 1
stop();
Symbol 75 MovieClip Frame 2
shotcount = 0;
shots = 0;
play();
Instance of Symbol 50 MovieClip in Symbol 75 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.downa.play();
_root.guy.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.upa.play();
_root.guy.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.lefta.play();
_root.guy.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.righta.play();
_root.guy.gotoAndStop(3);
}
}
Symbol 75 MovieClip Frame 239
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 260
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 277
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 298
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 320
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 338
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 358
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 388
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 397
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 425
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 434
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 465
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 474
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 483
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 509
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 511
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 513
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 515
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 517
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 519
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 521
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 523
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 545
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 548
_root.UP.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 552
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 556
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 571
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 572
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 590
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 591
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 609
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 610
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 630
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 649
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 670
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 696
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 705
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 75 MovieClip Frame 720
_root.gotoAndStop("scores");
Symbol 77 MovieClip Frame 1
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 77 MovieClip Frame 5
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 77 MovieClip Frame 9
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 77 MovieClip Frame 13
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 77 MovieClip Frame 40
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 2
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
shotcount = 0;
shots = 0;
play();
Instance of Symbol 50 MovieClip in Symbol 78 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.downa.play();
_root.guy.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.upa.play();
_root.guy.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.lefta.play();
_root.guy.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.righta.play();
_root.guy.gotoAndStop(3);
}
}
Symbol 78 MovieClip Frame 4
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 6
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 8
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 10
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 12
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 14
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 16
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 18
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 20
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 22
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 24
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 26
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 28
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 30
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 32
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 34
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 36
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 38
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 40
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 42
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 44
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 46
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 48
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 50
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 52
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 54
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 56
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 58
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 60
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 62
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 64
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 66
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 68
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 70
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 72
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 74
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 76
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 78
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 80
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 82
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 84
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 86
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 88
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 90
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 92
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 94
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 96
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 102
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 104
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 106
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 108
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 110
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 112
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 114
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 116
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 118
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 120
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 122
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 124
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 127
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 129
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 131
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 133
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 135
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 137
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 139
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 141
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 143
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 145
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 147
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 149
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 151
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 153
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 155
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 157
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 159
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 161
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 163
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 165
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 167
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 169
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 171
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 173
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 177
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 181
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 185
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 189
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 194
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 199
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 204
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 206
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 208
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 210
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 212
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 214
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 216
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 218
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 221
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 223
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 226
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 228
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 230
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 232
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 234
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 236
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 238
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 240
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 245
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 247
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 253
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 255
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 257
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 259
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 261
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 263
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 265
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 267
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 271
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 274
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 277
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 279
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 281
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 283
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 285
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 287
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 289
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 291
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 297
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 300
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 303
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 305
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 307
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 309
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 311
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 313
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 315
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 317
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 322
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 325
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 327
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 329
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 331
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 333
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 335
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 337
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 339
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 341
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 348
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 351
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 354
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 356
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 358
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 360
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 362
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 364
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 366
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 368
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 370
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 377
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 380
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 382
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 384
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 386
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 388
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 390
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 392
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 394
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 396
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 398
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 405
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 408
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 78 MovieClip Frame 1067
_root.gotoAndStop("scores");
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 2
shotcount = 0;
shots = 0;
play();
Instance of Symbol 50 MovieClip in Symbol 79 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.downa.play();
_root.guy.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.upa.play();
_root.guy.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.lefta.play();
_root.guy.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.righta.play();
_root.guy.gotoAndStop(3);
}
}
Symbol 79 MovieClip Frame 6
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 9
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 15
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 31
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 39
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 65
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 81
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 101
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 124
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 141
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 145
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 150
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 167
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 168
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 169
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 170
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 184
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 188
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 192
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 198
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 204
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 251
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 256
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 264
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 274
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 282
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 311
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 314
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 323
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 338
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 342
_root.uo.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 376
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 378
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 380
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 387
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 394
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 423
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 425
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 427
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 434
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 547
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 571
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 572
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 573
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 574
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 575
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 576
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 577
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 578
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 579
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 580
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 581
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 582
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 583
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 584
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 585
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 586
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 587
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 588
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 589
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 590
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 591
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 592
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 593
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 594
_root.left.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 680
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 683
_root.right.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 688
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 706
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 708
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 730
_root.up.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
_root.down.duplicateMovieClip("down" + this.shotcount, this.shotcount + 4000);
this.shotcount++;
Symbol 79 MovieClip Frame 891
_root.gotoAndStop("scores");
Symbol 85 Button
on (release) {
_root.gotoAndStop(1);
stopAllSounds();
}
Symbol 114 MovieClip Frame 1
stop();