Frame 1
fscommand ("showmenu", "true");
Frame 2
dude.play();
Frame 17
dude.gotoAndPlay(16);
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
Frame 28
stop();
Frame 29
Mouse.show();
stopAllSounds();
if (lev1score >= 5000) {
level2clip.gotoAndPlay(2);
}
if (level2clip.lev2score >= 8000) {
level3clip.gotoAndPlay(2);
}
if (level3clip.lev3score >= 10000) {
level4clip.gotoAndPlay(2);
}
Frame 30
gotoAndPlay (29);
Frame 31
score1 = 0;
kills1 = 0;
survived1 = 0;
Instance of Symbol 455 MovieClip "hand" in Frame 31
onClipEvent (load) {
Mouse.hide();
startDrag ("_root.hand", true);
tap = new Sound();
tap.attachSound("glassSound");
}
onClipEvent (mouseDown) {
if (this.hitTest(_root.H2Oglass)) {
_root.H2Oglass.gotoAndPlay(2);
tap.start();
}
}
onClipEvent (mouseDown) {
_root.hand.gotoAndPlay(2);
}
Frame 32
if (_root.survived1 >= 10) {
_root.gotoAndPlay("begins");
}
Frame 33
gotoAndPlay (32);
Frame 34
score2 = 0;
kills2 = 0;
survived2 = 0;
Frame 35
if (_root.survived2 >= 10) {
_root.gotoAndPlay("begins");
}
Frame 36
gotoAndPlay (35);
Frame 37
score3 = 0;
kills3 = 0;
survived3 = 0;
Frame 38
if (_root.survived3 >= 10) {
_root.gotoAndPlay("begins");
}
Frame 39
gotoAndPlay (38);
Frame 40
score4 = 0;
kills4 = 0;
survived4 = 0;
Frame 41
if (_root.survived4 >= 10) {
_root.gotoAndPlay("begins");
}
Frame 42
gotoAndPlay (41);
Symbol 9 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Symbol 9 MovieClip Frame 3
_root.play();
Symbol 27 Button
on (press, release) {
gotoAndPlay (62);
}
Symbol 28 Button
on (press, release) {
gotoAndPlay (26);
}
Symbol 29 Button
on (press, release) {
gotoAndPlay (2);
}
Symbol 31 Button
on (press, release) {
gotoAndPlay (16);
}
Symbol 57 Button
on (press, release) {
gotoAndPlay (37);
}
Symbol 98 MovieClip Frame 45
stop();
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 15
gotoAndPlay (10);
Symbol 167 MovieClip Frame 25
gotoAndPlay (24);
Symbol 167 MovieClip Frame 36
stop();
Symbol 167 MovieClip Frame 61
gotoAndPlay (60);
Symbol 167 MovieClip Frame 83
gotoAndPlay (82);
Symbol 167 MovieClip Frame 121
gotoAndPlay (120);
Symbol 167 MovieClip Frame 137
stop();
Symbol 167 MovieClip Frame 171
gotoAndPlay (170);
Symbol 174 Button
on (press) {
play();
}
Symbol 191 Button
on (release) {
gotoAndPlay (31);
}
Symbol 200 Button
on (release) {
_root.gotoAndPlay("level2");
}
Symbol 205 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 3
gotoAndPlay (2);
Symbol 209 Button
on (release) {
_root.gotoAndPlay("level3");
}
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 3
gotoAndPlay (2);
Symbol 218 Button
on (release) {
_root.gotoAndPlay("level4");
}
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 3
gotoAndPlay (2);
Symbol 226 Button
on (release) {
toggleHighQuality();
}
Symbol 239 MovieClip Frame 1
_root.lev1kills = _root.killslev1;
_root.lev1score = _root.scorelev1;
_root.level2clip.lev2kills = _root.killslev2;
_root.level2clip.lev2score = _root.scorelev2;
_root.level3clip.lev3kills = _root.killslev3;
_root.level3clip.lev3score = _root.scorelev3;
_root.level4clip.lev4kills = _root.killslev4;
_root.level4clip.lev4score = _root.scorelev4;
Symbol 245 Button
on (press) {
gotoAndPlay (7);
}
Symbol 258 MovieClip Frame 6
gotoAndPlay (1);
Symbol 258 MovieClip Frame 16
stop();
Symbol 283 Button
on (press) {
gotoAndPlay (83);
}
Symbol 284 Button
on (press) {
gotoAndPlay (47);
}
Symbol 285 Button
on (press) {
gotoAndPlay (23);
}
Symbol 287 Button
on (press) {
gotoAndPlay (37);
}
Symbol 312 Button
on (press) {
gotoAndPlay (58);
}
Symbol 362 MovieClip Frame 1
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 2
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 3
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 4
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 5
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 6
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 7
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 8
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 9
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 10
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 11
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 12
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 13
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 14
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 15
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 16
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 17
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 18
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 19
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 20
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 21
this._x = this._x - 5;
if (this.hitTest("_root.wall")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x + 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 362 MovieClip Frame 22
gotoAndPlay (1);
Symbol 362 MovieClip Frame 23
_root.score1 = _root.score1 + 100;
_root.score2 = _root.score2 + 100;
_root.score3 = _root.score3 + 100;
_root.score4 = _root.score4 + 100;
Symbol 362 MovieClip Frame 36
gotoAndPlay (31);
Symbol 362 MovieClip Frame 37
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 362 MovieClip Frame 46
gotoAndPlay (45);
Symbol 362 MovieClip Frame 47
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 362 MovieClip Frame 57
stop();
Symbol 362 MovieClip Frame 58
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 362 MovieClip Frame 82
gotoAndPlay (81);
Symbol 362 MovieClip Frame 83
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 1200;
_root.score2 = _root.score2 + 1200;
_root.score3 = _root.score3 + 1200;
_root.score4 = _root.score4 + 1200;
Symbol 362 MovieClip Frame 104
gotoAndPlay (103);
Symbol 362 MovieClip Frame 105
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 500;
_root.score2 = _root.score2 + 500;
_root.score3 = _root.score3 + 500;
_root.score4 = _root.score4 + 500;
Symbol 362 MovieClip Frame 142
gotoAndPlay (141);
Symbol 362 MovieClip Frame 143
_root.score1 = _root.score1 + 100;
_root.score2 = _root.score2 + 100;
_root.score3 = _root.score3 + 100;
_root.score4 = _root.score4 + 100;
Symbol 362 MovieClip Frame 158
stop();
Symbol 362 MovieClip Frame 159
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 500;
_root.score2 = _root.score2 + 500;
_root.score3 = _root.score3 + 500;
_root.score4 = _root.score4 + 500;
_root.level4.object3.play();
Symbol 362 MovieClip Frame 192
gotoAndPlay (191);
Symbol 364 Button
on (press) {
gotoAndPlay (83);
}
Symbol 365 Button
on (press) {
gotoAndPlay (47);
}
Symbol 366 Button
on (press) {
gotoAndPlay (23);
}
Symbol 368 Button
on (press, release) {
gotoAndPlay (37);
}
Symbol 392 Button
on (press, release) {
gotoAndPlay (58);
}
Symbol 421 Button
on (press, release) {
gotoAndPlay (83);
}
Symbol 422 Button
on (press, release) {
gotoAndPlay (47);
}
Symbol 423 Button
on (press, release) {
gotoAndPlay (23);
}
Symbol 445 MovieClip Frame 1
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 2
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 3
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 4
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 5
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 6
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 7
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 8
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 9
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 10
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 11
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 12
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 13
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 14
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 15
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 16
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 17
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 18
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 19
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 20
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 21
this._x = this._x + 5;
if (this.hitTest("_root.wall2")) {
_root.survived1 = _root.survived1 + 1;
_root.survived2 = _root.survived2 + 1;
_root.survived3 = _root.survived3 + 1;
_root.survived4 = _root.survived4 + 1;
this._x = this._x - 600;
}
if (this.hitTest("_root.level1.object1.oobject")) {
gotoAndPlay (105);
}
if (this.hitTest("_root.level2.object2.oobject")) {
gotoAndPlay (143);
}
if (this.hitTest("_root.level4.object3")) {
gotoAndPlay (159);
}
Symbol 445 MovieClip Frame 22
gotoAndPlay (1);
Symbol 445 MovieClip Frame 23
_root.score1 = _root.score1 + 100;
_root.score2 = _root.score2 + 100;
_root.score3 = _root.score3 + 100;
_root.score4 = _root.score4 + 100;
Symbol 445 MovieClip Frame 36
gotoAndPlay (31);
Symbol 445 MovieClip Frame 37
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 445 MovieClip Frame 46
gotoAndPlay (45);
Symbol 445 MovieClip Frame 47
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 445 MovieClip Frame 57
stop();
Symbol 445 MovieClip Frame 58
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 50;
_root.score2 = _root.score2 + 50;
_root.score3 = _root.score3 + 50;
_root.score4 = _root.score4 + 50;
Symbol 445 MovieClip Frame 82
gotoAndPlay (81);
Symbol 445 MovieClip Frame 83
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 1200;
_root.score2 = _root.score2 + 1200;
_root.score3 = _root.score3 + 1200;
_root.score4 = _root.score4 + 1200;
Symbol 445 MovieClip Frame 104
gotoAndPlay (103);
Symbol 445 MovieClip Frame 105
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 500;
_root.score2 = _root.score2 + 500;
_root.score3 = _root.score3 + 500;
_root.score4 = _root.score4 + 500;
Symbol 445 MovieClip Frame 142
gotoAndPlay (141);
Symbol 445 MovieClip Frame 143
_root.score1 = _root.score1 + 100;
_root.score2 = _root.score2 + 100;
_root.score3 = _root.score3 + 100;
_root.score4 = _root.score4 + 100;
Symbol 445 MovieClip Frame 158
stop();
Symbol 445 MovieClip Frame 159
_root.kills1 = _root.kills1 + 1;
_root.kills2 = _root.kills2 + 1;
_root.kills3 = _root.kills3 + 1;
_root.kills4 = _root.kills4 + 1;
_root.score1 = _root.score1 + 500;
_root.score2 = _root.score2 + 500;
_root.score3 = _root.score3 + 500;
_root.score4 = _root.score4 + 500;
_root.level4.object3.play();
Symbol 445 MovieClip Frame 192
gotoAndPlay (191);
Symbol 446 MovieClip Frame 45
stop();
_root.timer.play();
Symbol 455 MovieClip Frame 1
stop();
Symbol 458 MovieClip Frame 1
time = 20;
stop();
Symbol 458 MovieClip Frame 2
if (time == 0) {
_root.gotoAndPlay("begins");
}
Symbol 458 MovieClip Frame 19
time = time - 1;
Symbol 458 MovieClip Frame 20
gotoAndPlay (2);
Symbol 461 MovieClip Frame 1
_root.killslev1 = _root.kills1;
_root.scorelev1 = _root.score1;
_root.killslev2 = _root.kills2;
_root.scorelev2 = _root.score2;
_root.killslev3 = _root.kills3;
_root.scorelev3 = _root.score3;
_root.killslev4 = _root.kills4;
_root.scorelev4 = _root.score4;
Symbol 472 Button
on (press) {
play();
}
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 12
stop();
Symbol 478 MovieClip Frame 45
stop();
_root.timer.play();
Symbol 492 MovieClip Frame 45
stop();
_root.timer.play();
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 11
stop();
Symbol 517 MovieClip Frame 18
gotoAndPlay (17);
Symbol 518 MovieClip Frame 45
stop();
_root.timer.play();