Frame 1
Stage.showMenu = false;
_root.spitcombo = false;
_root.snotcombo = false;
_root.burpcombo = false;
_root.vomitcombo = false;
_root.fartcombo = false;
_root.poocombo = false;
_root.superhobo = false;
globalvolume = new Sound();
stop();
Instance of Symbol 80 MovieClip in Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38)) {
_root.hobo.gotoAndStop(3);
} else if (Key.isDown(40)) {
_root.hobo.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and (_root.punchallowed == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and (_root.kickallowed == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Instance of Symbol 91 MovieClip "mutebutton" in Frame 1
onClipEvent (enterFrame) {
if (_root.mute == true) {
_root.mutebutton.gotoAndStop(2);
}
}
Frame 2
_root.spitcombo = false;
_root.snotcombo = false;
_root.burpcombo = false;
_root.vomitcombo = false;
_root.fartcombo = false;
_root.poocombo = false;
stop();
Frame 3
_quality = "medium";
_root.qualitytoggler.gotoAndStop(1);
_root.music.gotoAndStop(2);
stop();
Frame 4
_quality = "medium";
_root.qualitytoggler.gotoAndStop(1);
stop();
Frame 5
_root.hobo._x = 300;
_root.hobo._y = 300;
stop();
Frame 6
_root.music.gotoAndStop(5);
_root.passwordnumber = 0;
_root.spitcombo = false;
_root.snotcombo = false;
_root.burpcombo = false;
_root.vomitcombo = false;
_root.fartcombo = false;
_root.poocombo = false;
_root.superhobo = false;
stop();
Frame 7
stopAllSounds();
_root.music.gotoAndStop(5);
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.prop1.removeMovieClip();
_root.prop2.removeMovieClip();
_root.prop3.removeMovieClip();
_root.prop4.removeMovieClip();
_root.prop5.removeMovieClip();
_root.bottle1.removeMovieClip();
_root.bottle2.removeMovieClip();
_root.bottle3.removeMovieClip();
_root.bottle4.removeMovieClip();
_root.trashcan.removeMovieClip();
_root.trashcan2.removeMovieClip();
_root.tire.removeMovieClip();
_root.hobohud.removeMovieClip();
_root.enemy1hud.removeMovieClip();
_root.enemy2hud.removeMovieClip();
_root.enemy3hud.removeMovieClip();
_root.enemy4hud.removeMovieClip();
_root.enemy5hud.removeMovieClip();
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_root.go.removeMovieClip();
_root.pauseplay.removeMovieClip();
_root.hobo.removeMovieClip();
_root.combos.removeMovieClip();
stop();
Instance of Symbol 1336 MovieClip "checkpoint" in Frame 7
onClipEvent (enterFrame) {
if ((_root.passwordnumber == 1) and (_root.superhobo == false)) {
_root.checkpoint.passwordd.gotoAndStop(1);
} else if ((_root.passwordnumber == 2) and (_root.superhobo == false)) {
_root.checkpoint.passwordd.gotoAndStop(2);
} else if (_root.passwordnumber == 3) {
_root.checkpoint.passwordd.gotoAndStop(3);
} else if ((_root.passwordnumber == 1) and (_root.superhobo == true)) {
_root.checkpoint.passwordd.gotoAndStop(4);
} else if ((_root.passwordnumber == 2) and (_root.superhobo == true)) {
_root.checkpoint.passwordd.gotoAndStop(5);
}
}
Frame 8
stop();
Instance of Symbol 1372 MovieClip "outtro" in Frame 8
onClipEvent (enterFrame) {
_root.outtro.head.gotoAndStop(51);
}
Frame 9
_root.music.gotoAndStop(5);
_root.passwordnumber = 0;
_root.spitcombo = false;
_root.snotcombo = false;
_root.burpcombo = false;
_root.vomitcombo = false;
_root.fartcombo = false;
_root.poocombo = false;
_root.superhobo = false;
stop();
Frame 10
stopAllSounds();
_root.level = 1;
_root.hobo.gotoAndStop(7);
_root.bg1.gotoAndStop(2);
_root.fg1.gotoAndStop(2);
_root.fg2.gotoAndStop(2);
_root.prop4._x = 1950;
_root.prop4._y = 330;
_root.trashcan2._x = 2250;
_root.trashcan2._y = 325;
_root.prop5._x = 2750;
_root.prop5._y = 330;
_root.bottle3._x = 2450;
_root.bottle3._y = 300;
_root.enemy4._y = 300;
_root.bottle4._y = -300;
_root.music.gotoAndStop(3);
_root.rightallowed = true;
_root.leftallowed = true;
_root.run = false;
_root.hobohealth = 30;
_root.hotdoghit = 1;
_root.policeclub = true;
globalvolume = new Sound();
stop();
Instance of Symbol 1172 MovieClip "fb1" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fb1._x = _root.fb1._x - 1200;
_root.fb1.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fb1._x = _root.fb1._x + 1200;
_root.fb1.nextFrame();
}
}
Instance of Symbol 204 MovieClip "fb2" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fb2._x = _root.fb2._x - 1200;
_root.fb2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fb2._x = _root.fb2._x + 1200;
_root.fb2.nextFrame();
}
}
Instance of Symbol 1221 MovieClip "bg1" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg1._x = _root.bg1._x - 1200;
_root.bg1.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg1._x = _root.bg1._x + 1200;
_root.bg1.nextFrame();
}
}
Instance of Symbol 250 MovieClip "bg2" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg2._x = _root.bg2._x - 1200;
_root.bg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg2._x = _root.bg2._x + 1200;
_root.bg2.nextFrame();
}
}
Instance of Symbol 214 MovieClip "leftwall" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftblock = true;
} else {
_root.leftblock = false;
}
}
Instance of Symbol 214 MovieClip "rightwall" in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightblock = true;
} else {
_root.rightblock = false;
}
}
Instance of Symbol 1224 MovieClip "prop1" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 254 MovieClip "prop2" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1913 MovieClip "hobo" in Frame 10
onClipEvent (enterFrame) {
if (_root.hobo._y > 440) {
_root.downallowed = false;
} else {
_root.downallowed = true;
}
}
onClipEvent (enterFrame) {
if (_root.hobo._y < 290) {
_root.upallowed = false;
} else {
_root.upallowed = true;
}
}
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1936 MovieClip "trashcan" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1964 MovieClip "trashcan2" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 251 MovieClip "concerningobjects" in Frame 10
onClipEvent (enterFrame) {
if ((_root.level == 20.4) and (_root.enemy2dying == true)) {
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.prop1.removeMovieClip();
_root.prop2.removeMovieClip();
_root.prop3.removeMovieClip();
_root.prop4.removeMovieClip();
_root.prop5.removeMovieClip();
_root.bottle1.removeMovieClip();
_root.bottle2.removeMovieClip();
_root.bottle3.removeMovieClip();
_root.bottle4.removeMovieClip();
_root.trashcan.removeMovieClip();
_root.trashcan2.removeMovieClip();
_root.tire.removeMovieClip();
_root.hobohud.removeMovieClip();
_root.enemy1hud.removeMovieClip();
_root.enemy2hud.removeMovieClip();
_root.enemy3hud.removeMovieClip();
_root.enemy4hud.removeMovieClip();
_root.enemy5hud.removeMovieClip();
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_root.go.removeMovieClip();
_root.pauseplay.removeMovieClip();
_root.combos.removeMovieClip();
_root.hobo.removeMovieClip();
_root.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (_root.superhobo == true) {
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.vomitcombo = true;
_root.fartcombo = true;
_root.poocombo = true;
}
}
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.hobo.carry.object.gotoAndStop(1);
} else if (_root.object == 2) {
_root.hobo.carry.object.gotoAndStop(2);
} else if (_root.object == 6) {
_root.hobo.carry.object.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.objectt == 4) {
_root.enemy2.body.objectt.gotoAndStop(2);
} else if (_root.objecttt == 4) {
_root.enemy3.body.objectt.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if ((_root.objecttt == 1) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle1._y = _root.enemy3._y;
_root.bottle1._x = _root.enemy3._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objecttt == 2) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objecttt == 3) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle3._y = _root.enemy3._y;
_root.bottle3._x = _root.enemy3._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objecttt == 4) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
Instance of Symbol 1227 MovieClip "tire" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1972 MovieClip "bottle1" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1271 MovieClip "bottle2" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1980 MovieClip "bottle3" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1273 MovieClip "prop3" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1983 MovieClip "prop4" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 1986 MovieClip "prop5" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 2400 MovieClip "enemy1" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 2632 MovieClip "enemy2" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (((_root.level >= 11.1) and (_root.level < 11.3)) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 105;
_root.enemy2._yscale = 105;
} else if ((_root.level == 11.4) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 110;
_root.enemy2._yscale = 110;
} else if (((_root.level >= 12) and (_root.level < 18)) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 100;
_root.enemy2._yscale = 100;
} else if (((_root.level >= 18) and (_root.level < 19)) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 110;
_root.enemy2._yscale = 110;
} else if (((_root.level >= 20.4) and (_root.level < 20.6)) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 110;
_root.enemy2._yscale = 110;
} else if (((_root.level >= 19) and (_root.level < 20.4)) and (_root.enemyamount > 0)) {
_root.enemy2._xscale = 100;
_root.enemy2._yscale = 100;
}
}
Instance of Symbol 2665 MovieClip "hobohud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (_root.hobohealth == 30) {
_root.hobohud.health.gotoAndStop(1);
} else if (_root.hobohealth == 29) {
_root.hobohud.health.gotoAndStop(2);
} else if (_root.hobohealth == 28) {
_root.hobohud.health.gotoAndStop(3);
} else if (_root.hobohealth == 27) {
_root.hobohud.health.gotoAndStop(4);
} else if (_root.hobohealth == 26) {
_root.hobohud.health.gotoAndStop(5);
} else if (_root.hobohealth == 25) {
_root.hobohud.health.gotoAndStop(6);
} else if (_root.hobohealth == 24) {
_root.hobohud.health.gotoAndStop(7);
} else if (_root.hobohealth == 23) {
_root.hobohud.health.gotoAndStop(8);
} else if (_root.hobohealth == 22) {
_root.hobohud.health.gotoAndStop(9);
} else if (_root.hobohealth == 21) {
_root.hobohud.health.gotoAndStop(10);
} else if (_root.hobohealth == 20) {
_root.hobohud.health.gotoAndStop(11);
} else if (_root.hobohealth == 19) {
_root.hobohud.health.gotoAndStop(12);
} else if (_root.hobohealth == 18) {
_root.hobohud.health.gotoAndStop(13);
} else if (_root.hobohealth == 17) {
_root.hobohud.health.gotoAndStop(14);
} else if (_root.hobohealth == 16) {
_root.hobohud.health.gotoAndStop(15);
} else if (_root.hobohealth == 15) {
_root.hobohud.health.gotoAndStop(16);
} else if (_root.hobohealth == 14) {
_root.hobohud.health.gotoAndStop(17);
} else if (_root.hobohealth == 13) {
_root.hobohud.health.gotoAndStop(18);
} else if (_root.hobohealth == 12) {
_root.hobohud.health.gotoAndStop(19);
} else if (_root.hobohealth == 11) {
_root.hobohud.health.gotoAndStop(20);
} else if (_root.hobohealth == 10) {
_root.hobohud.health.gotoAndStop(21);
} else if (_root.hobohealth == 9) {
_root.hobohud.health.gotoAndStop(22);
} else if (_root.hobohealth == 8) {
_root.hobohud.health.gotoAndStop(23);
} else if (_root.hobohealth == 7) {
_root.hobohud.health.gotoAndStop(24);
} else if (_root.hobohealth == 6) {
_root.hobohud.health.gotoAndStop(25);
} else if (_root.hobohealth == 5) {
_root.hobohud.health.gotoAndStop(26);
} else if (_root.hobohealth == 4) {
_root.hobohud.health.gotoAndStop(27);
} else if (_root.hobohealth == 3) {
_root.hobohud.health.gotoAndStop(28);
} else if (_root.hobohealth == 2) {
_root.hobohud.health.gotoAndStop(29);
} else if (_root.hobohealth == 1) {
_root.hobohud.health.gotoAndStop(30);
} else if (_root.hobohealth == 0) {
_root.hobohud.health.gotoAndStop(31);
} else if (_root.hobohealth <= 0) {
_root.hobohud.health.gotoAndStop(31);
}
}
Instance of Symbol 2668 MovieClip "enemy1hud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 251 MovieClip "enemyhuds" in Frame 10
onClipEvent (enterFrame) {
_root.enemy1xdistance = _root.enemy1._x - _root.hobo._x;
_root.enemy1ydistance = _root.enemy1._y - _root.hobo._y;
_root.enemy1prop1xdistance = _root.enemy1._x - _root.prop1._x;
_root.enemy1prop1ydistance = _root.enemy1._y - _root.prop1._y;
_root.enemy1prop2xdistance = _root.enemy1._x - _root.prop2._x;
_root.enemy1prop2ydistance = _root.enemy1._y - _root.prop2._y;
_root.enemy1prop3xdistance = _root.enemy1._x - _root.prop3._x;
_root.enemy1prop3ydistance = _root.enemy1._y - _root.prop3._y;
_root.enemy1prop4xdistance = _root.enemy1._x - _root.prop4._x;
_root.enemy1prop4ydistance = _root.enemy1._y - _root.prop4._y;
_root.enemy1prop5xdistance = _root.enemy1._x - _root.prop5._x;
_root.enemy1prop5ydistance = _root.enemy1._y - _root.prop5._y;
_root.enemy1tirexdistance = _root.enemy1._x - _root.tire._x;
_root.enemy1tireydistance = _root.enemy1._y - _root.tire._y;
_root.enemy1bottle1xdistance = _root.enemy1._x - _root.bottle1._x;
_root.enemy1bottle1ydistance = _root.enemy1._y - _root.bottle1._y;
_root.enemy1bottle2xdistance = _root.enemy1._x - _root.bottle2._x;
_root.enemy1bottle2ydistance = _root.enemy1._y - _root.bottle2._y;
_root.enemy1bottle3xdistance = _root.enemy1._x - _root.bottle3._x;
_root.enemy1bottle3ydistance = _root.enemy1._y - _root.bottle3._y;
_root.enemy1bottle4xdistance = _root.enemy1._x - _root.bottle4._x;
_root.enemy1bottle4ydistance = _root.enemy1._y - _root.bottle4._y;
_root.enemy1trashcan2xdistance = _root.enemy1._x - _root.trashcan2._x;
_root.enemy1trashcan2ydistance = _root.enemy1._y - _root.trashcan2._y;
_root.enemy1trashcan2xdistance = _root.enemy1._x - _root.trashcan2._x;
_root.enemy1trashcan2ydistance = _root.enemy1._y - _root.trashcan2._y;
_root.enemy2xdistance = _root.enemy2._x - _root.hobo._x;
_root.enemy2ydistance = _root.enemy2._y - _root.hobo._y;
_root.enemy2prop1xdistance = _root.enemy2._x - _root.prop1._x;
_root.enemy2prop1ydistance = _root.enemy2._y - _root.prop1._y;
_root.enemy2prop2xdistance = _root.enemy2._x - _root.prop2._x;
_root.enemy2prop2ydistance = _root.enemy2._y - _root.prop2._y;
_root.enemy2prop3xdistance = _root.enemy2._x - _root.prop3._x;
_root.enemy2prop3ydistance = _root.enemy2._y - _root.prop3._y;
_root.enemy2prop4xdistance = _root.enemy2._x - _root.prop4._x;
_root.enemy2prop4ydistance = _root.enemy2._y - _root.prop4._y;
_root.enemy2prop5xdistance = _root.enemy2._x - _root.prop5._x;
_root.enemy2prop5ydistance = _root.enemy2._y - _root.prop5._y;
_root.enemy2tirexdistance = _root.enemy2._x - _root.tire._x;
_root.enemy2tireydistance = _root.enemy2._y - _root.tire._y;
_root.enemy2bottle1xdistance = _root.enemy2._x - _root.bottle1._x;
_root.enemy2bottle1ydistance = _root.enemy2._y - _root.bottle1._y;
_root.enemy2bottle2xdistance = _root.enemy2._x - _root.bottle2._x;
_root.enemy2bottle2ydistance = _root.enemy2._y - _root.bottle2._y;
_root.enemy2bottle3xdistance = _root.enemy2._x - _root.bottle3._x;
_root.enemy2bottle3ydistance = _root.enemy2._y - _root.bottle3._y;
_root.enemy2bottle4xdistance = _root.enemy2._x - _root.bottle4._x;
_root.enemy2bottle4ydistance = _root.enemy2._y - _root.bottle4._y;
_root.enemy2trashcan2xdistance = _root.enemy2._x - _root.trashcan2._x;
_root.enemy2trashcan2ydistance = _root.enemy2._y - _root.trashcan2._y;
_root.enemy2trashcan2xdistance = _root.enemy2._x - _root.trashcan2._x;
_root.enemy2trashcan2ydistance = _root.enemy2._y - _root.trashcan2._y;
_root.enemy3xdistance = _root.enemy3._x - _root.hobo._x;
_root.enemy3ydistance = _root.enemy3._y - _root.hobo._y;
_root.enemy3prop1xdistance = _root.enemy3._x - _root.prop1._x;
_root.enemy3prop1ydistance = _root.enemy3._y - _root.prop1._y;
_root.enemy3prop2xdistance = _root.enemy3._x - _root.prop2._x;
_root.enemy3prop2ydistance = _root.enemy3._y - _root.prop2._y;
_root.enemy3prop3xdistance = _root.enemy3._x - _root.prop3._x;
_root.enemy3prop3ydistance = _root.enemy3._y - _root.prop3._y;
_root.enemy3prop4xdistance = _root.enemy3._x - _root.prop4._x;
_root.enemy3prop4ydistance = _root.enemy3._y - _root.prop4._y;
_root.enemy3prop5xdistance = _root.enemy3._x - _root.prop5._x;
_root.enemy3prop5ydistance = _root.enemy3._y - _root.prop5._y;
_root.enemy3tirexdistance = _root.enemy3._x - _root.tire._x;
_root.enemy3tireydistance = _root.enemy3._y - _root.tire._y;
_root.enemy3bottle1xdistance = _root.enemy3._x - _root.bottle1._x;
_root.enemy3bottle1ydistance = _root.enemy3._y - _root.bottle1._y;
_root.enemy3bottle2xdistance = _root.enemy3._x - _root.bottle2._x;
_root.enemy3bottle2ydistance = _root.enemy3._y - _root.bottle2._y;
_root.enemy3bottle3xdistance = _root.enemy3._x - _root.bottle3._x;
_root.enemy3bottle3ydistance = _root.enemy3._y - _root.bottle3._y;
_root.enemy3bottle4xdistance = _root.enemy3._x - _root.bottle4._x;
_root.enemy3bottle4ydistance = _root.enemy3._y - _root.bottle4._y;
_root.enemy3trashcan2xdistance = _root.enemy3._x - _root.trashcan2._x;
_root.enemy3trashcan2ydistance = _root.enemy3._y - _root.trashcan2._y;
_root.enemy3trashcan2xdistance = _root.enemy3._x - _root.trashcan2._x;
_root.enemy3trashcan2ydistance = _root.enemy3._y - _root.trashcan2._y;
_root.enemy4xdistance = _root.enemy4._x - _root.hobo._x;
_root.enemy4ydistance = _root.enemy4._y - _root.hobo._y;
_root.enemy4prop1xdistance = _root.enemy4._x - _root.prop1._x;
_root.enemy4prop1ydistance = _root.enemy4._y - _root.prop1._y;
_root.enemy4prop2xdistance = _root.enemy4._x - _root.prop2._x;
_root.enemy4prop2ydistance = _root.enemy4._y - _root.prop2._y;
_root.enemy4prop3xdistance = _root.enemy4._x - _root.prop3._x;
_root.enemy4prop3ydistance = _root.enemy4._y - _root.prop3._y;
_root.enemy4prop4xdistance = _root.enemy4._x - _root.prop4._x;
_root.enemy4prop4ydistance = _root.enemy4._y - _root.prop4._y;
_root.enemy4prop5xdistance = _root.enemy4._x - _root.prop5._x;
_root.enemy4prop5ydistance = _root.enemy4._y - _root.prop5._y;
_root.enemy4tirexdistance = _root.enemy4._x - _root.tire._x;
_root.enemy4tireydistance = _root.enemy4._y - _root.tire._y;
_root.enemy4bottle1xdistance = _root.enemy4._x - _root.bottle1._x;
_root.enemy4bottle1ydistance = _root.enemy4._y - _root.bottle1._y;
_root.enemy4bottle2xdistance = _root.enemy4._x - _root.bottle2._x;
_root.enemy4bottle2ydistance = _root.enemy4._y - _root.bottle2._y;
_root.enemy4bottle3xdistance = _root.enemy4._x - _root.bottle3._x;
_root.enemy4bottle3ydistance = _root.enemy4._y - _root.bottle3._y;
_root.enemy4bottle4xdistance = _root.enemy4._x - _root.bottle4._x;
_root.enemy4bottle4ydistance = _root.enemy4._y - _root.bottle4._y;
_root.enemy4trashcan2xdistance = _root.enemy4._x - _root.trashcan2._x;
_root.enemy4trashcan2ydistance = _root.enemy4._y - _root.trashcan2._y;
_root.enemy4trashcan2xdistance = _root.enemy4._x - _root.trashcan2._x;
_root.enemy4trashcan2ydistance = _root.enemy4._y - _root.trashcan2._y;
_root.enemy5xdistance = _root.enemy5._x - _root.hobo._x;
_root.enemy5ydistance = _root.enemy5._y - _root.hobo._y;
_root.enemy5prop1xdistance = _root.enemy5._x - _root.prop1._x;
_root.enemy5prop1ydistance = _root.enemy5._y - _root.prop1._y;
_root.enemy5prop2xdistance = _root.enemy5._x - _root.prop2._x;
_root.enemy5prop2ydistance = _root.enemy5._y - _root.prop2._y;
_root.enemy5prop3xdistance = _root.enemy5._x - _root.prop3._x;
_root.enemy5prop3ydistance = _root.enemy5._y - _root.prop3._y;
_root.enemy5prop4xdistance = _root.enemy5._x - _root.prop4._x;
_root.enemy5prop4ydistance = _root.enemy5._y - _root.prop4._y;
_root.enemy5prop5xdistance = _root.enemy5._x - _root.prop5._x;
_root.enemy5prop5ydistance = _root.enemy5._y - _root.prop5._y;
_root.enemy5tirexdistance = _root.enemy5._x - _root.tire._x;
_root.enemy5tireydistance = _root.enemy5._y - _root.tire._y;
_root.enemy5bottle1xdistance = _root.enemy5._x - _root.bottle1._x;
_root.enemy5bottle1ydistance = _root.enemy5._y - _root.bottle1._y;
_root.enemy5bottle2xdistance = _root.enemy5._x - _root.bottle2._x;
_root.enemy5bottle2ydistance = _root.enemy5._y - _root.bottle2._y;
_root.enemy5bottle3xdistance = _root.enemy5._x - _root.bottle3._x;
_root.enemy5bottle3ydistance = _root.enemy5._y - _root.bottle3._y;
_root.enemy5bottle4xdistance = _root.enemy5._x - _root.bottle4._x;
_root.enemy5bottle4ydistance = _root.enemy5._y - _root.bottle4._y;
_root.enemy5trashcan2xdistance = _root.enemy5._x - _root.trashcan2._x;
_root.enemy5trashcan2ydistance = _root.enemy5._y - _root.trashcan2._y;
_root.enemy5trashcan2xdistance = _root.enemy5._x - _root.trashcan2._x;
_root.enemy5trashcan2ydistance = _root.enemy5._y - _root.trashcan2._y;
}
onClipEvent (enterFrame) {
if (_root.enemy1health == 30) {
_root.enemy1hud.health.gotoAndStop(1);
} else if (_root.enemy1health == 29) {
_root.enemy1hud.health.gotoAndStop(2);
} else if (_root.enemy1health == 28) {
_root.enemy1hud.health.gotoAndStop(3);
} else if (_root.enemy1health == 27) {
_root.enemy1hud.health.gotoAndStop(4);
} else if (_root.enemy1health == 26) {
_root.enemy1hud.health.gotoAndStop(5);
} else if (_root.enemy1health == 25) {
_root.enemy1hud.health.gotoAndStop(6);
} else if (_root.enemy1health == 24) {
_root.enemy1hud.health.gotoAndStop(7);
} else if (_root.enemy1health == 23) {
_root.enemy1hud.health.gotoAndStop(8);
} else if (_root.enemy1health == 22) {
_root.enemy1hud.health.gotoAndStop(9);
} else if (_root.enemy1health == 21) {
_root.enemy1hud.health.gotoAndStop(10);
} else if (_root.enemy1health == 20) {
_root.enemy1hud.health.gotoAndStop(11);
} else if (_root.enemy1health == 19) {
_root.enemy1hud.health.gotoAndStop(12);
} else if (_root.enemy1health == 18) {
_root.enemy1hud.health.gotoAndStop(13);
} else if (_root.enemy1health == 17) {
_root.enemy1hud.health.gotoAndStop(14);
} else if (_root.enemy1health == 16) {
_root.enemy1hud.health.gotoAndStop(15);
} else if (_root.enemy1health == 15) {
_root.enemy1hud.health.gotoAndStop(16);
} else if (_root.enemy1health == 14) {
_root.enemy1hud.health.gotoAndStop(17);
} else if (_root.enemy1health == 13) {
_root.enemy1hud.health.gotoAndStop(18);
} else if (_root.enemy1health == 12) {
_root.enemy1hud.health.gotoAndStop(19);
} else if (_root.enemy1health == 11) {
_root.enemy1hud.health.gotoAndStop(20);
} else if (_root.enemy1health == 10) {
_root.enemy1hud.health.gotoAndStop(21);
} else if (_root.enemy1health == 9) {
_root.enemy1hud.health.gotoAndStop(22);
} else if (_root.enemy1health == 8) {
_root.enemy1hud.health.gotoAndStop(23);
} else if (_root.enemy1health == 7) {
_root.enemy1hud.health.gotoAndStop(24);
} else if (_root.enemy1health == 6) {
_root.enemy1hud.health.gotoAndStop(25);
} else if (_root.enemy1health == 5) {
_root.enemy1hud.health.gotoAndStop(26);
} else if (_root.enemy1health == 4) {
_root.enemy1hud.health.gotoAndStop(27);
} else if (_root.enemy1health == 3) {
_root.enemy1hud.health.gotoAndStop(28);
} else if (_root.enemy1health == 2) {
_root.enemy1hud.health.gotoAndStop(29);
} else if (_root.enemy1health == 1) {
_root.enemy1hud.health.gotoAndStop(30);
} else if (_root.enemy1health == 0) {
_root.enemy1hud.health.gotoAndStop(31);
} else if (_root.enemy1health <= 0) {
_root.enemy1hud.health.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health == 30) {
_root.enemy2hud.health.gotoAndStop(1);
} else if (_root.enemy2health == 29) {
_root.enemy2hud.health.gotoAndStop(2);
} else if (_root.enemy2health == 28) {
_root.enemy2hud.health.gotoAndStop(3);
} else if (_root.enemy2health == 27) {
_root.enemy2hud.health.gotoAndStop(4);
} else if (_root.enemy2health == 26) {
_root.enemy2hud.health.gotoAndStop(5);
} else if (_root.enemy2health == 25) {
_root.enemy2hud.health.gotoAndStop(6);
} else if (_root.enemy2health == 24) {
_root.enemy2hud.health.gotoAndStop(7);
} else if (_root.enemy2health == 23) {
_root.enemy2hud.health.gotoAndStop(8);
} else if (_root.enemy2health == 22) {
_root.enemy2hud.health.gotoAndStop(9);
} else if (_root.enemy2health == 21) {
_root.enemy2hud.health.gotoAndStop(10);
} else if (_root.enemy2health == 20) {
_root.enemy2hud.health.gotoAndStop(11);
} else if (_root.enemy2health == 19) {
_root.enemy2hud.health.gotoAndStop(12);
} else if (_root.enemy2health == 18) {
_root.enemy2hud.health.gotoAndStop(13);
} else if (_root.enemy2health == 17) {
_root.enemy2hud.health.gotoAndStop(14);
} else if (_root.enemy2health == 16) {
_root.enemy2hud.health.gotoAndStop(15);
} else if (_root.enemy2health == 15) {
_root.enemy2hud.health.gotoAndStop(16);
} else if (_root.enemy2health == 14) {
_root.enemy2hud.health.gotoAndStop(17);
} else if (_root.enemy2health == 13) {
_root.enemy2hud.health.gotoAndStop(18);
} else if (_root.enemy2health == 12) {
_root.enemy2hud.health.gotoAndStop(19);
} else if (_root.enemy2health == 11) {
_root.enemy2hud.health.gotoAndStop(20);
} else if (_root.enemy2health == 10) {
_root.enemy2hud.health.gotoAndStop(21);
} else if (_root.enemy2health == 9) {
_root.enemy2hud.health.gotoAndStop(22);
} else if (_root.enemy2health == 8) {
_root.enemy2hud.health.gotoAndStop(23);
} else if (_root.enemy2health == 7) {
_root.enemy2hud.health.gotoAndStop(24);
} else if (_root.enemy2health == 6) {
_root.enemy2hud.health.gotoAndStop(25);
} else if (_root.enemy2health == 5) {
_root.enemy2hud.health.gotoAndStop(26);
} else if (_root.enemy2health == 4) {
_root.enemy2hud.health.gotoAndStop(27);
} else if (_root.enemy2health == 3) {
_root.enemy2hud.health.gotoAndStop(28);
} else if (_root.enemy2health == 2) {
_root.enemy2hud.health.gotoAndStop(29);
} else if (_root.enemy2health == 1) {
_root.enemy2hud.health.gotoAndStop(30);
} else if (_root.enemy2health == 0) {
_root.enemy2hud.health.gotoAndStop(31);
} else if (_root.enemy2health <= 0) {
_root.enemy2hud.health.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health == 30) {
_root.enemy3hud.health.gotoAndStop(1);
} else if (_root.enemy3health == 29) {
_root.enemy3hud.health.gotoAndStop(2);
} else if (_root.enemy3health == 28) {
_root.enemy3hud.health.gotoAndStop(3);
} else if (_root.enemy3health == 27) {
_root.enemy3hud.health.gotoAndStop(4);
} else if (_root.enemy3health == 26) {
_root.enemy3hud.health.gotoAndStop(5);
} else if (_root.enemy3health == 25) {
_root.enemy3hud.health.gotoAndStop(6);
} else if (_root.enemy3health == 24) {
_root.enemy3hud.health.gotoAndStop(7);
} else if (_root.enemy3health == 23) {
_root.enemy3hud.health.gotoAndStop(8);
} else if (_root.enemy3health == 22) {
_root.enemy3hud.health.gotoAndStop(9);
} else if (_root.enemy3health == 21) {
_root.enemy3hud.health.gotoAndStop(10);
} else if (_root.enemy3health == 20) {
_root.enemy3hud.health.gotoAndStop(11);
} else if (_root.enemy3health == 19) {
_root.enemy3hud.health.gotoAndStop(12);
} else if (_root.enemy3health == 18) {
_root.enemy3hud.health.gotoAndStop(13);
} else if (_root.enemy3health == 17) {
_root.enemy3hud.health.gotoAndStop(14);
} else if (_root.enemy3health == 16) {
_root.enemy3hud.health.gotoAndStop(15);
} else if (_root.enemy3health == 15) {
_root.enemy3hud.health.gotoAndStop(16);
} else if (_root.enemy3health == 14) {
_root.enemy3hud.health.gotoAndStop(17);
} else if (_root.enemy3health == 13) {
_root.enemy3hud.health.gotoAndStop(18);
} else if (_root.enemy3health == 12) {
_root.enemy3hud.health.gotoAndStop(19);
} else if (_root.enemy3health == 11) {
_root.enemy3hud.health.gotoAndStop(20);
} else if (_root.enemy3health == 10) {
_root.enemy3hud.health.gotoAndStop(21);
} else if (_root.enemy3health == 9) {
_root.enemy3hud.health.gotoAndStop(22);
} else if (_root.enemy3health == 8) {
_root.enemy3hud.health.gotoAndStop(23);
} else if (_root.enemy3health == 7) {
_root.enemy3hud.health.gotoAndStop(24);
} else if (_root.enemy3health == 6) {
_root.enemy3hud.health.gotoAndStop(25);
} else if (_root.enemy3health == 5) {
_root.enemy3hud.health.gotoAndStop(26);
} else if (_root.enemy3health == 4) {
_root.enemy3hud.health.gotoAndStop(27);
} else if (_root.enemy3health == 3) {
_root.enemy3hud.health.gotoAndStop(28);
} else if (_root.enemy3health == 2) {
_root.enemy3hud.health.gotoAndStop(29);
} else if (_root.enemy3health == 1) {
_root.enemy3hud.health.gotoAndStop(30);
} else if (_root.enemy3health == 0) {
_root.enemy3hud.health.gotoAndStop(31);
} else if (_root.enemy3health <= 0) {
_root.enemy3hud.health.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health == 30) {
_root.enemy4hud.health.gotoAndStop(1);
} else if (_root.enemy4health == 29) {
_root.enemy4hud.health.gotoAndStop(2);
} else if (_root.enemy4health == 28) {
_root.enemy4hud.health.gotoAndStop(3);
} else if (_root.enemy4health == 27) {
_root.enemy4hud.health.gotoAndStop(4);
} else if (_root.enemy4health == 26) {
_root.enemy4hud.health.gotoAndStop(5);
} else if (_root.enemy4health == 25) {
_root.enemy4hud.health.gotoAndStop(6);
} else if (_root.enemy4health == 24) {
_root.enemy4hud.health.gotoAndStop(7);
} else if (_root.enemy4health == 23) {
_root.enemy4hud.health.gotoAndStop(8);
} else if (_root.enemy4health == 22) {
_root.enemy4hud.health.gotoAndStop(9);
} else if (_root.enemy4health == 21) {
_root.enemy4hud.health.gotoAndStop(10);
} else if (_root.enemy4health == 20) {
_root.enemy4hud.health.gotoAndStop(11);
} else if (_root.enemy4health == 19) {
_root.enemy4hud.health.gotoAndStop(12);
} else if (_root.enemy4health == 18) {
_root.enemy4hud.health.gotoAndStop(13);
} else if (_root.enemy4health == 17) {
_root.enemy4hud.health.gotoAndStop(14);
} else if (_root.enemy4health == 16) {
_root.enemy4hud.health.gotoAndStop(15);
} else if (_root.enemy4health == 15) {
_root.enemy4hud.health.gotoAndStop(16);
} else if (_root.enemy4health == 14) {
_root.enemy4hud.health.gotoAndStop(17);
} else if (_root.enemy4health == 13) {
_root.enemy4hud.health.gotoAndStop(18);
} else if (_root.enemy4health == 12) {
_root.enemy4hud.health.gotoAndStop(19);
} else if (_root.enemy4health == 11) {
_root.enemy4hud.health.gotoAndStop(20);
} else if (_root.enemy4health == 10) {
_root.enemy4hud.health.gotoAndStop(21);
} else if (_root.enemy4health == 9) {
_root.enemy4hud.health.gotoAndStop(22);
} else if (_root.enemy4health == 8) {
_root.enemy4hud.health.gotoAndStop(23);
} else if (_root.enemy4health == 7) {
_root.enemy4hud.health.gotoAndStop(24);
} else if (_root.enemy4health == 6) {
_root.enemy4hud.health.gotoAndStop(25);
} else if (_root.enemy4health == 5) {
_root.enemy4hud.health.gotoAndStop(26);
} else if (_root.enemy4health == 4) {
_root.enemy4hud.health.gotoAndStop(27);
} else if (_root.enemy4health == 3) {
_root.enemy4hud.health.gotoAndStop(28);
} else if (_root.enemy4health == 2) {
_root.enemy4hud.health.gotoAndStop(29);
} else if (_root.enemy4health == 1) {
_root.enemy4hud.health.gotoAndStop(30);
} else if (_root.enemy4health == 0) {
_root.enemy4hud.health.gotoAndStop(31);
} else if (_root.enemy4health <= 0) {
_root.enemy4hud.health.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health == 30) {
_root.enemy5hud.health.gotoAndStop(1);
} else if (_root.enemy5health == 29) {
_root.enemy5hud.health.gotoAndStop(2);
} else if (_root.enemy5health == 28) {
_root.enemy5hud.health.gotoAndStop(3);
} else if (_root.enemy5health == 27) {
_root.enemy5hud.health.gotoAndStop(4);
} else if (_root.enemy5health == 26) {
_root.enemy5hud.health.gotoAndStop(5);
} else if (_root.enemy5health == 25) {
_root.enemy5hud.health.gotoAndStop(6);
} else if (_root.enemy5health == 24) {
_root.enemy5hud.health.gotoAndStop(7);
} else if (_root.enemy5health == 23) {
_root.enemy5hud.health.gotoAndStop(8);
} else if (_root.enemy5health == 22) {
_root.enemy5hud.health.gotoAndStop(9);
} else if (_root.enemy5health == 21) {
_root.enemy5hud.health.gotoAndStop(10);
} else if (_root.enemy5health == 20) {
_root.enemy5hud.health.gotoAndStop(11);
} else if (_root.enemy5health == 19) {
_root.enemy5hud.health.gotoAndStop(12);
} else if (_root.enemy5health == 18) {
_root.enemy5hud.health.gotoAndStop(13);
} else if (_root.enemy5health == 17) {
_root.enemy5hud.health.gotoAndStop(14);
} else if (_root.enemy5health == 16) {
_root.enemy5hud.health.gotoAndStop(15);
} else if (_root.enemy5health == 15) {
_root.enemy5hud.health.gotoAndStop(16);
} else if (_root.enemy5health == 14) {
_root.enemy5hud.health.gotoAndStop(17);
} else if (_root.enemy5health == 13) {
_root.enemy5hud.health.gotoAndStop(18);
} else if (_root.enemy5health == 12) {
_root.enemy5hud.health.gotoAndStop(19);
} else if (_root.enemy5health == 11) {
_root.enemy5hud.health.gotoAndStop(20);
} else if (_root.enemy5health == 10) {
_root.enemy5hud.health.gotoAndStop(21);
} else if (_root.enemy5health == 9) {
_root.enemy5hud.health.gotoAndStop(22);
} else if (_root.enemy5health == 8) {
_root.enemy5hud.health.gotoAndStop(23);
} else if (_root.enemy5health == 7) {
_root.enemy5hud.health.gotoAndStop(24);
} else if (_root.enemy5health == 6) {
_root.enemy5hud.health.gotoAndStop(25);
} else if (_root.enemy5health == 5) {
_root.enemy5hud.health.gotoAndStop(26);
} else if (_root.enemy5health == 4) {
_root.enemy5hud.health.gotoAndStop(27);
} else if (_root.enemy5health == 3) {
_root.enemy5hud.health.gotoAndStop(28);
} else if (_root.enemy5health == 2) {
_root.enemy5hud.health.gotoAndStop(29);
} else if (_root.enemy5health == 1) {
_root.enemy5hud.health.gotoAndStop(30);
} else if (_root.enemy5health == 0) {
_root.enemy5hud.health.gotoAndStop(31);
} else if (_root.enemy5health <= 0) {
_root.enemy5hud.health.gotoAndStop(31);
}
}
Instance of Symbol 2670 MovieClip "enemy2hud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 2674 MovieClip "go" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 2949 MovieClip "bottle4" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
_root.bottle4.truck.head.gotoAndStop(2);
_root.bottle4.truck.frontarm.gotoAndStop(2);
_root.bottle4.truck.torso.gotoAndStop(2);
_root.bottle4.truck.legs.gotoAndStop(2);
_root.bottle4.truck.backarm.gotoAndStop(2);
_root.bottle4.truck.head2.gotoAndStop(3);
_root.bottle4.truck.frontarm2.gotoAndStop(3);
_root.bottle4.truck.torso2.gotoAndStop(3);
_root.bottle4.truck.legs2.gotoAndStop(3);
_root.bottle4.truck.backarm2.gotoAndStop(3);
}
Instance of Symbol 3148 MovieClip "enemy3" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (((_root.level >= 11.1) and (_root.level < 12)) and (_root.enemyamount > 0)) {
_root.enemy3._xscale = 105;
_root.enemy3._yscale = 105;
} else if ((_root.level >= 12) and (_root.enemyamount > 0)) {
_root.enemy3._xscale = 100;
_root.enemy3._yscale = 100;
}
}
Instance of Symbol 3150 MovieClip "enemy3hud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 3152 MovieClip "enemy5hud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 3161 MovieClip "enemy4hud" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 3181 MovieClip "pauseplay" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (_root.mute == true) {
_root.pauseplay.mute.gotoAndStop(2);
}
}
Instance of Symbol 3383 MovieClip "enemy4" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if ((_root.level == 6.1) and (_root.enemyamount > 0)) {
_root.enemy4._xscale = 95;
_root.enemy4._yscale = 95;
} else if (((_root.level >= 12.1) and (_root.level < 14)) and (_root.enemyamount > 0)) {
_root.enemy4._xscale = 95;
_root.enemy4._yscale = 95;
} else if (((_root.level >= 10) and (_root.level < 12)) and (_root.enemyamount > 0)) {
_root.enemy4._xscale = 100;
_root.enemy4._yscale = 100;
} else if ((_root.level >= 14) and (_root.enemyamount > 0)) {
_root.enemy4._xscale = 100;
_root.enemy4._yscale = 100;
}
}
Instance of Symbol 3397 MovieClip "combos" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 251 MovieClip "levels" in Frame 10
onClipEvent (enterFrame) {
if (_root.level == 1) {
_root.enemyamount = 1;
_root.enemy1health = 30;
_root.enemy1forcedwalking = 0;
_root.enemy1.gotoAndStop(19);
_root.enemy2.gotoAndStop(43);
_root.enemy3.gotoAndStop(43);
_root.enemy4.gotoAndStop(43);
_root.enemy5.gotoAndStop(43);
_root.level = 1.1;
} else if ((_root.level == 1.1) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(1);
_root.enemy1.body.frontarm.gotoAndStop(1);
_root.enemy1.body.torso.gotoAndStop(1);
_root.enemy1.body.legs.gotoAndStop(1);
_root.enemy1.body.backarm.gotoAndStop(1);
_root.enemy1.body.object.gotoAndStop(1);
_root.enemy1hud.head.gotoAndStop(1);
} else if ((_root.level == 1.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 2;
}
}
onClipEvent (enterFrame) {
if (_root.level == 2) {
stopAllSounds();
_root.music.gotoAndStop(2);
_root.enemyamount = 2;
_root.enemy2forcedwalking = 0;
_root.enemy3forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3health = 30;
_root.level = 2.1;
} else if ((_root.level == 2.3) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(2);
_root.enemy2.body.frontarm.gotoAndStop(2);
_root.enemy2.body.torso.gotoAndStop(2);
_root.enemy2.body.legs.gotoAndStop(2);
_root.enemy2.body.backarm.gotoAndStop(2);
_root.enemy2.body.object.gotoAndStop(2);
_root.enemy2hud.head.gotoAndStop(2);
_root.enemy3.body.head.gotoAndStop(3);
_root.enemy3.body.frontarm.gotoAndStop(3);
_root.enemy3.body.torso.gotoAndStop(3);
_root.enemy3.body.legs.gotoAndStop(3);
_root.enemy3.body.backarm.gotoAndStop(3);
_root.enemy3.body.object.gotoAndStop(3);
_root.enemy3hud.head.gotoAndStop(3);
} else if (((_root.level == 2.3) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 1;
_root.spitcombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 2.9;
} else if (((_root.level == 2.3) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
stopAllSounds();
_root.level = 3;
}
}
onClipEvent (enterFrame) {
if (_root.level == 3) {
_root.music.gotoAndStop(2);
_root.enemyamount = 1;
_root.enemy4health = 30;
} else if ((_root.level == 3.1) and (_root.enemyamount > 0)) {
_root.enemy4.body.head.gotoAndStop(4);
_root.enemy4.body.frontarm.gotoAndStop(4);
_root.enemy4.body.torso.gotoAndStop(4);
_root.enemy4.body.legs.gotoAndStop(4);
_root.enemy4.body.backarm.gotoAndStop(4);
_root.enemy4.body.object.gotoAndStop(4);
_root.enemy4hud.head.gotoAndStop(4);
} else if ((_root.level == 3.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 4;
}
}
onClipEvent (enterFrame) {
if (_root.level == 4) {
_root.enemyamount = 2;
_root.enemy2health = 30;
_root.enemy3health = 30;
} else if ((_root.level == 4.1) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(5);
_root.enemy2.body.frontarm.gotoAndStop(5);
_root.enemy2.body.torso.gotoAndStop(5);
_root.enemy2.body.legs.gotoAndStop(5);
_root.enemy2.body.backarm.gotoAndStop(5);
_root.enemy2.body.object.gotoAndStop(5);
_root.enemy2hud.head.gotoAndStop(5);
_root.enemy3.body.head.gotoAndStop(6);
_root.enemy3.body.frontarm.gotoAndStop(6);
_root.enemy3.body.torso.gotoAndStop(6);
_root.enemy3.body.legs.gotoAndStop(6);
_root.enemy3.body.backarm.gotoAndStop(6);
_root.enemy3.body.object.gotoAndStop(6);
_root.enemy3hud.head.gotoAndStop(6);
} else if (((_root.level == 4.1) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 2;
_root.snotcombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 4.9;
} else if (((_root.level == 4.1) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
stopAllSounds();
_root.level = 5;
}
}
onClipEvent (enterFrame) {
if (_root.level == 5) {
_root.music.gotoAndStop(2);
_root.enemyamount = 1;
_root.enemy2health = 30;
_root.prop1.gotoAndStop(2);
} else if ((_root.level == 5.1) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(7);
_root.enemy2.body.frontarm.gotoAndStop(7);
_root.enemy2.body.torso.gotoAndStop(7);
_root.enemy2.body.legs.gotoAndStop(7);
_root.enemy2.body.backarm.gotoAndStop(7);
_root.enemy2.body.object.gotoAndStop(7);
_root.enemy2hud.head.gotoAndStop(7);
} else if ((_root.level == 5.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 6;
}
}
onClipEvent (enterFrame) {
if (_root.level == 6) {
_root.enemyamount = 3;
_root.enemy1health = 30;
_root.enemy2health = 30;
_root.enemy4health = 30;
} else if ((_root.level == 6.1) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(9);
_root.enemy1.body.frontarm.gotoAndStop(9);
_root.enemy1.body.torso.gotoAndStop(9);
_root.enemy1.body.legs.gotoAndStop(9);
_root.enemy1.body.backarm.gotoAndStop(9);
_root.enemy1.body.object.gotoAndStop(9);
_root.enemy1hud.head.gotoAndStop(9);
_root.enemy2.body.head.gotoAndStop(10);
_root.enemy2.body.frontarm.gotoAndStop(10);
_root.enemy2.body.torso.gotoAndStop(10);
_root.enemy2.body.legs.gotoAndStop(10);
_root.enemy2.body.backarm.gotoAndStop(10);
_root.enemy2.body.object.gotoAndStop(10);
_root.enemy2hud.head.gotoAndStop(10);
_root.enemy4.body.head.gotoAndStop(8);
_root.enemy4.body.frontarm.gotoAndStop(8);
_root.enemy4.body.torso.gotoAndStop(8);
_root.enemy4.body.legs.gotoAndStop(8);
_root.enemy4.body.backarm.gotoAndStop(8);
_root.enemy4.body.object.gotoAndStop(8);
_root.enemy4hud.head.gotoAndStop(8);
} else if ((_root.level == 6.1) and (_root.enemyamount == 0)) {
_root.pauseplay.gotoAndStop(3);
_root.passwordnumber = 1;
_root.combos.gotoAndPlay(3);
_root.level = 6.2;
}
}
onClipEvent (enterFrame) {
if (_root.level == 7) {
_root.enemyamount = 2;
_root.enemy2health = 30;
_root.enemy3health = 30;
_root.enemy2alive = true;
_root.enemy3alive = true;
} else if (((_root.level >= 7.1) and (_root.level < 7.3)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(11);
_root.enemy2.body.frontarm.gotoAndStop(11);
_root.enemy2.body.torso.gotoAndStop(11);
_root.enemy2.body.legs.gotoAndStop(11);
_root.enemy2.body.backarm.gotoAndStop(11);
_root.enemy2.body.object.gotoAndStop(11);
_root.enemy2hud.head.gotoAndStop(11);
_root.enemy3.body.head.gotoAndStop(12);
_root.enemy3.body.frontarm.gotoAndStop(12);
_root.enemy3.body.torso.gotoAndStop(12);
_root.enemy3.body.legs.gotoAndStop(12);
_root.enemy3.body.backarm.gotoAndStop(12);
_root.enemy3.body.object.gotoAndStop(12);
_root.enemy3hud.head.gotoAndStop(12);
} else if ((_root.level == 7.3) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(14);
_root.enemy2.body.frontarm.gotoAndStop(14);
_root.enemy2.body.torso.gotoAndStop(14);
_root.enemy2.body.legs.gotoAndStop(14);
_root.enemy2.body.backarm.gotoAndStop(14);
_root.enemy2.body.object.gotoAndStop(14);
_root.enemy2hud.head.gotoAndStop(14);
_root.enemy3.body.head.gotoAndStop(12);
_root.enemy3.body.frontarm.gotoAndStop(12);
_root.enemy3.body.torso.gotoAndStop(12);
_root.enemy3.body.legs.gotoAndStop(12);
_root.enemy3.body.backarm.gotoAndStop(12);
_root.enemy3.body.object.gotoAndStop(12);
_root.enemy3hud.head.gotoAndStop(12);
} else if ((_root.level == 7.4) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(11);
_root.enemy2.body.frontarm.gotoAndStop(11);
_root.enemy2.body.torso.gotoAndStop(11);
_root.enemy2.body.legs.gotoAndStop(11);
_root.enemy2.body.backarm.gotoAndStop(11);
_root.enemy2.body.object.gotoAndStop(11);
_root.enemy2hud.head.gotoAndStop(11);
_root.enemy3.body.head.gotoAndStop(14);
_root.enemy3.body.frontarm.gotoAndStop(14);
_root.enemy3.body.torso.gotoAndStop(14);
_root.enemy3.body.legs.gotoAndStop(14);
_root.enemy3.body.backarm.gotoAndStop(14);
_root.enemy3.body.object.gotoAndStop(14);
_root.enemy3hud.head.gotoAndStop(14);
} else if ((((_root.level >= 7.1) and (_root.level < 8)) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 3;
_root.burpcombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 7.9;
} else if ((((_root.level >= 7.1) and (_root.level < 8)) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
stopAllSounds();
_root.level = 8;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 7.2) and (_root.enemy2alive == false)) {
_root.enemyamount = _root.enemyamount + 1;
_root.enemy2._x = 650;
_root.enemy2._y = _root.prop4._y;
_root.enemy2._y = _root.enemy2._y - 100;
_root.enemy2health = 30;
_root.enemy2.gotoAndStop(1);
_root.level = 7.3;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 7.2) and (_root.enemy3alive == false)) {
_root.enemyamount = _root.enemyamount + 1;
_root.enemy3._x = 650;
_root.enemy3._y = _root.prop4._y;
_root.enemy3._y = _root.enemy3._y - 100;
_root.enemy3health = 30;
_root.enemy3.gotoAndStop(1);
_root.level = 7.4;
}
}
onClipEvent (enterFrame) {
if (_root.level == 8) {
_root.music.gotoAndStop(2);
_root.enemyamount = 2;
_root.enemy4health = 30;
_root.enemy5health = 30;
} else if (((_root.level >= 8.1) and (_root.level < 9)) and (_root.enemyamount > 0)) {
_root.enemy4.body.head.gotoAndStop(13);
_root.enemy4.body.frontarm.gotoAndStop(13);
_root.enemy4.body.torso.gotoAndStop(13);
_root.enemy4.body.legs.gotoAndStop(13);
_root.enemy4.body.backarm.gotoAndStop(13);
_root.enemy4.body.object.gotoAndStop(13);
_root.enemy4hud.head.gotoAndStop(13);
_root.enemy5.body.head.gotoAndStop(15);
_root.enemy5.body.frontarm.gotoAndStop(15);
_root.enemy5.body.torso.gotoAndStop(15);
_root.enemy5.body.legs.gotoAndStop(15);
_root.enemy5.body.backarm.gotoAndStop(15);
_root.enemy5.body.object.gotoAndStop(15);
_root.enemy5hud.head.gotoAndStop(15);
} else if (((_root.level >= 8.1) and (_root.level < 9)) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 9;
}
}
onClipEvent (enterFrame) {
if (_root.level == 9) {
_root.enemyamount = 3;
_root.enemy1health = 30;
_root.enemy4health = 30;
_root.enemy5health = 30;
} else if (((_root.level >= 9.1) and (_root.level < 10)) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(17);
_root.enemy1.body.frontarm.gotoAndStop(17);
_root.enemy1.body.torso.gotoAndStop(17);
_root.enemy1.body.legs.gotoAndStop(17);
_root.enemy1.body.backarm.gotoAndStop(17);
_root.enemy1.body.object.gotoAndStop(17);
_root.enemy1hud.head.gotoAndStop(17);
_root.enemy4.body.head.gotoAndStop(16);
_root.enemy4.body.frontarm.gotoAndStop(16);
_root.enemy4.body.torso.gotoAndStop(16);
_root.enemy4.body.legs.gotoAndStop(16);
_root.enemy4.body.backarm.gotoAndStop(16);
_root.enemy4.body.object.gotoAndStop(16);
_root.enemy4hud.head.gotoAndStop(16);
_root.enemy5.body.head.gotoAndStop(18);
_root.enemy5.body.frontarm.gotoAndStop(18);
_root.enemy5.body.torso.gotoAndStop(18);
_root.enemy5.body.legs.gotoAndStop(18);
_root.enemy5.body.backarm.gotoAndStop(18);
_root.enemy5.body.object.gotoAndStop(18);
_root.enemy5hud.head.gotoAndStop(18);
} else if (((_root.level >= 9.1) and (_root.level < 10)) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
stopAllSounds();
_root.music.gotoAndStop(2);
_root.level = 10;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 9.1) and (_root.enemy1health < 30)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 9.2;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 9.1) and (_root.enemy4health < 30)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.enemy1.gotoAndStop(2);
_root.level = 9.2;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 9.1) and (_root.enemy5health < 30)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.enemy1.gotoAndStop(2);
_root.level = 9.2;
}
}
onClipEvent (enterFrame) {
if (_root.level == 10) {
_root.enemyamount = 3;
_root.enemy2health = 30;
_root.enemy4health = 30;
_root.enemy5health = 30;
_root.level = 10.1;
} else if (((_root.level >= 10.1) and (_root.level < 11)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(21);
_root.enemy2.body.frontarm.gotoAndStop(21);
_root.enemy2.body.torso.gotoAndStop(21);
_root.enemy2.body.legs.gotoAndStop(21);
_root.enemy2.body.backarm.gotoAndStop(21);
_root.enemy2hud.head.gotoAndStop(21);
_root.enemy4.body.head.gotoAndStop(19);
_root.enemy4.body.frontarm.gotoAndStop(19);
_root.enemy4.body.torso.gotoAndStop(19);
_root.enemy4.body.legs.gotoAndStop(19);
_root.enemy4.body.backarm.gotoAndStop(19);
_root.enemy4hud.head.gotoAndStop(19);
_root.enemy5.body.head.gotoAndStop(20);
_root.enemy5.body.frontarm.gotoAndStop(20);
_root.enemy5.body.torso.gotoAndStop(20);
_root.enemy5.body.legs.gotoAndStop(20);
_root.enemy5.body.backarm.gotoAndStop(20);
_root.enemy5hud.head.gotoAndStop(20);
} else if ((_root.level == 10.3) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 11;
}
}
onClipEvent (enterFrame) {
if (_root.level == 10.2) {
_root.enemy2.body.object.gotoAndStop(19);
_root.enemy4.body.object.gotoAndStop(19);
_root.enemy5.body.object.gotoAndStop(19);
}
}
onClipEvent (enterFrame) {
if (_root.level == 10.3) {
_root.enemy2.body.object.gotoAndStop(20);
_root.enemy4.body.object.gotoAndStop(20);
_root.enemy5.body.object.gotoAndStop(20);
}
}
onClipEvent (enterFrame) {
if (_root.level == 11) {
_root.enemyamount = 3;
_root.enemy2alive = true;
_root.enemy3alive = true;
_root.enemy2health = 30;
_root.enemy3health = 30;
} else if ((_root.level == 11.1) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(24);
_root.enemy2.body.frontarm.gotoAndStop(24);
_root.enemy2.body.torso.gotoAndStop(24);
_root.enemy2.body.legs.gotoAndStop(24);
_root.enemy2.body.backarm.gotoAndStop(24);
_root.enemy2.body.object.gotoAndStop(24);
_root.enemy2hud.head.gotoAndStop(24);
_root.enemy3.body.head.gotoAndStop(23);
_root.enemy3.body.frontarm.gotoAndStop(23);
_root.enemy3.body.torso.gotoAndStop(23);
_root.enemy3.body.legs.gotoAndStop(23);
_root.enemy3.body.backarm.gotoAndStop(23);
_root.enemy3.body.object.gotoAndStop(23);
_root.enemy3hud.head.gotoAndStop(23);
} else if ((_root.level == 11.2) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(22);
_root.enemy2.body.frontarm.gotoAndStop(22);
_root.enemy2.body.torso.gotoAndStop(22);
_root.enemy2.body.legs.gotoAndStop(22);
_root.enemy2.body.backarm.gotoAndStop(22);
_root.enemy2.body.object.gotoAndStop(22);
_root.enemy2hud.head.gotoAndStop(22);
_root.enemy3.body.head.gotoAndStop(23);
_root.enemy3.body.frontarm.gotoAndStop(23);
_root.enemy3.body.torso.gotoAndStop(23);
_root.enemy3.body.legs.gotoAndStop(23);
_root.enemy3.body.backarm.gotoAndStop(23);
_root.enemy3.body.object.gotoAndStop(23);
_root.enemy3hud.head.gotoAndStop(23);
} else if ((_root.level == 11.3) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(24);
_root.enemy2.body.frontarm.gotoAndStop(24);
_root.enemy2.body.torso.gotoAndStop(24);
_root.enemy2.body.legs.gotoAndStop(24);
_root.enemy2.body.backarm.gotoAndStop(24);
_root.enemy2.body.object.gotoAndStop(24);
_root.enemy2hud.head.gotoAndStop(24);
_root.enemy3.body.head.gotoAndStop(22);
_root.enemy3.body.frontarm.gotoAndStop(22);
_root.enemy3.body.torso.gotoAndStop(22);
_root.enemy3.body.legs.gotoAndStop(22);
_root.enemy3.body.backarm.gotoAndStop(22);
_root.enemy3.body.object.gotoAndStop(22);
_root.enemy3hud.head.gotoAndStop(22);
} else if ((_root.level == 11.4) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(25);
_root.enemy2.body.frontarm.gotoAndStop(25);
_root.enemy2.body.torso.gotoAndStop(25);
_root.enemy2.body.legs.gotoAndStop(25);
_root.enemy2.body.backarm.gotoAndStop(25);
_root.enemy2.body.object.gotoAndStop(25);
_root.enemy2hud.head.gotoAndStop(25);
} else if (((_root.level >= 11.2) and (_root.level <= 11.3)) and (_root.enemyamount == 0)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.enemyamount = 1;
_root.enemy2alive = true;
_root.enemy2health = 30;
_root.enemy2._x = 700;
_root.enemy2.gotoAndStop(61);
_root.level = 11.4;
} else if (((_root.level == 11.4) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 4;
_root.fartcombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 11.5;
} else if (((_root.level == 11.4) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
stopAllSounds();
_root.level = 11.6;
} else if ((_root.level == 11.6) and (_root.enemyamount == 0)) {
_root.pauseplay.gotoAndStop(3);
_root.passwordnumber = 2;
_root.combos.gotoAndPlay(3);
_root.level = 11.7;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 11.1) and (_root.enemy2alive == false)) {
_root.enemy2._x = 650;
_root.enemy2._y = _root.prop5._y;
_root.enemy2._y = _root.enemy2._y + 50;
_root.enemy2health = 30;
_root.enemy2.gotoAndStop(1);
_root.level = 11.2;
}
}
onClipEvent (enterFrame) {
if ((_root.level == 11.1) and (_root.enemy3alive == false)) {
_root.enemy3._x = 650;
_root.enemy3._y = _root.prop5._y;
_root.enemy3._y = _root.enemy3._y + 50;
_root.enemy3health = 30;
_root.enemy3.gotoAndStop(1);
_root.level = 11.3;
}
}
onClipEvent (enterFrame) {
if (_root.level == 12) {
_root.music.gotoAndStop(2);
_root.enemyamount = 3;
_root.enemy2forcedwalking = 0;
_root.enemy4forcedwalking = 0;
_root.enemy5forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy4health = 30;
_root.enemy5health = 30;
} else if (((_root.level >= 12.1) and (_root.level < 13)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(28);
_root.enemy2.body.frontarm.gotoAndStop(28);
_root.enemy2.body.torso.gotoAndStop(28);
_root.enemy2.body.legs.gotoAndStop(28);
_root.enemy2.body.backarm.gotoAndStop(28);
_root.enemy2.body.object.gotoAndStop(28);
_root.enemy2hud.head.gotoAndStop(28);
_root.enemy4.body.head.gotoAndStop(26);
_root.enemy4.body.frontarm.gotoAndStop(26);
_root.enemy4.body.torso.gotoAndStop(26);
_root.enemy4.body.legs.gotoAndStop(26);
_root.enemy4.body.backarm.gotoAndStop(26);
_root.enemy4.body.object.gotoAndStop(26);
_root.enemy4hud.head.gotoAndStop(26);
_root.enemy5.body.head.gotoAndStop(27);
_root.enemy5.body.frontarm.gotoAndStop(27);
_root.enemy5.body.torso.gotoAndStop(27);
_root.enemy5.body.legs.gotoAndStop(27);
_root.enemy5.body.backarm.gotoAndStop(27);
_root.enemy5.body.object.gotoAndStop(27);
_root.enemy5hud.head.gotoAndStop(27);
} else if ((_root.level == 12.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 13;
}
}
onClipEvent (enterFrame) {
if (_root.level == 13) {
_root.enemyamount = 3;
_root.enemy2forcedwalking = 0;
_root.enemy3forcedwalking = 0;
_root.enemy4forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3health = 30;
_root.enemy4health = 30;
} else if (((_root.level >= 13.1) and (_root.level < 14)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(30);
_root.enemy2.body.frontarm.gotoAndStop(30);
_root.enemy2.body.torso.gotoAndStop(30);
_root.enemy2.body.legs.gotoAndStop(30);
_root.enemy2.body.backarm.gotoAndStop(30);
_root.enemy2.body.object.gotoAndStop(30);
_root.enemy2hud.head.gotoAndStop(30);
_root.enemy4.body.head.gotoAndStop(29);
_root.enemy4.body.frontarm.gotoAndStop(29);
_root.enemy4.body.torso.gotoAndStop(29);
_root.enemy4.body.legs.gotoAndStop(29);
_root.enemy4.body.backarm.gotoAndStop(29);
_root.enemy4.body.object.gotoAndStop(29);
_root.enemy4hud.head.gotoAndStop(29);
_root.enemy3.body.head.gotoAndStop(31);
_root.enemy3.body.frontarm.gotoAndStop(31);
_root.enemy3.body.torso.gotoAndStop(31);
_root.enemy3.body.legs.gotoAndStop(31);
_root.enemy3.body.backarm.gotoAndStop(31);
_root.enemy3.body.object.gotoAndStop(31);
_root.enemy3hud.head.gotoAndStop(31);
} else if ((_root.level == 13.1) and (_root.enemyamount == 0)) {
stopAllSounds();
_root.music.gotoAndStop(2);
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 14;
}
}
onClipEvent (enterFrame) {
if (_root.level == 14) {
_root.enemyamount = 1;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
} else if (((_root.level >= 14.1) and (_root.level < 15)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(35);
_root.enemy2.body.frontarm.gotoAndStop(35);
_root.enemy2.body.torso.gotoAndStop(35);
_root.enemy2.body.legs.gotoAndStop(35);
_root.enemy2.body.backarm.gotoAndStop(35);
_root.enemy2.body.object.gotoAndStop(35);
_root.enemy2hud.head.gotoAndStop(35);
} else if ((_root.level == 14.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 15;
}
}
onClipEvent (enterFrame) {
if (_root.level == 15) {
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
} else if (((_root.level >= 15.1) and (_root.level < 16)) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(32);
_root.enemy1.body.frontarm.gotoAndStop(32);
_root.enemy1.body.torso.gotoAndStop(32);
_root.enemy1.body.legs.gotoAndStop(32);
_root.enemy1.body.backarm.gotoAndStop(32);
_root.enemy1.body.object.gotoAndStop(32);
_root.enemy1hud.head.gotoAndStop(32);
_root.enemy2.body.head.gotoAndStop(33);
_root.enemy2.body.frontarm.gotoAndStop(33);
_root.enemy2.body.torso.gotoAndStop(33);
_root.enemy2.body.legs.gotoAndStop(33);
_root.enemy2.body.backarm.gotoAndStop(33);
_root.enemy2.body.object.gotoAndStop(33);
_root.enemy2hud.head.gotoAndStop(33);
_root.enemy3.body.head.gotoAndStop(34);
_root.enemy3.body.frontarm.gotoAndStop(34);
_root.enemy3.body.torso.gotoAndStop(34);
_root.enemy3.body.legs.gotoAndStop(34);
_root.enemy3.body.backarm.gotoAndStop(34);
_root.enemy3.body.object.gotoAndStop(34);
_root.enemy3hud.head.gotoAndStop(34);
} else if (((_root.level == 15.1) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 5;
_root.vomitcombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 15.9;
} else if (((_root.level == 15.1) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
stopAllSounds();
_root.level = 16;
}
}
onClipEvent (enterFrame) {
if (_root.level == 16) {
_root.music.gotoAndStop(2);
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
} else if (((_root.level >= 16.2) and (_root.level < 17)) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(36);
_root.enemy1.body.frontarm.gotoAndStop(36);
_root.enemy1.body.torso.gotoAndStop(36);
_root.enemy1.body.legs.gotoAndStop(36);
_root.enemy1.body.backarm.gotoAndStop(36);
_root.enemy1.body.object.gotoAndStop(36);
_root.enemy1hud.head.gotoAndStop(36);
_root.enemy2.body.head.gotoAndStop(37);
_root.enemy2.body.frontarm.gotoAndStop(37);
_root.enemy2.body.torso.gotoAndStop(37);
_root.enemy2.body.legs.gotoAndStop(37);
_root.enemy2.body.backarm.gotoAndStop(37);
_root.enemy2.body.object.gotoAndStop(37);
_root.enemy2hud.head.gotoAndStop(37);
_root.enemy3.body.head.gotoAndStop(38);
_root.enemy3.body.frontarm.gotoAndStop(38);
_root.enemy3.body.torso.gotoAndStop(38);
_root.enemy3.body.legs.gotoAndStop(38);
_root.enemy3.body.backarm.gotoAndStop(38);
_root.enemy3.body.object.gotoAndStop(38);
_root.enemy3hud.head.gotoAndStop(38);
} else if ((_root.level == 16.2) and (_root.enemyamount == 0)) {
stopAllSounds();
_root.music.gotoAndStop(2);
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 17;
}
}
onClipEvent (enterFrame) {
if (_root.level == 17) {
_root.enemyamount = 2;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
} else if (((_root.level >= 17.1) and (_root.level < 18)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(39);
_root.enemy2.body.frontarm.gotoAndStop(39);
_root.enemy2.body.torso.gotoAndStop(39);
_root.enemy2.body.legs.gotoAndStop(39);
_root.enemy2.body.backarm.gotoAndStop(39);
_root.enemy2.body.object.gotoAndStop(39);
_root.enemy2hud.head.gotoAndStop(39);
_root.enemy3.body.head.gotoAndStop(40);
_root.enemy3.body.frontarm.gotoAndStop(40);
_root.enemy3.body.torso.gotoAndStop(40);
_root.enemy3.body.legs.gotoAndStop(40);
_root.enemy3.body.backarm.gotoAndStop(40);
_root.enemy3.body.object.gotoAndStop(40);
_root.enemy3hud.head.gotoAndStop(40);
} else if ((_root.level == 17.1) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 18;
} else if ((_root.level == 17.2) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 18;
} else if ((_root.level == 17.3) and (_root.enemyamount == 0)) {
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 18;
}
}
onClipEvent (enterFrame) {
if (_root.level == 18) {
_root.enemyamount = 2;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy4forcedwalking = 0;
_root.enemy4health = 30;
} else if (((_root.level >= 18.1) and (_root.level < 19)) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(42);
_root.enemy2.body.frontarm.gotoAndStop(42);
_root.enemy2.body.torso.gotoAndStop(42);
_root.enemy2.body.legs.gotoAndStop(42);
_root.enemy2.body.backarm.gotoAndStop(42);
_root.enemy2.body.object.gotoAndStop(42);
_root.enemy2hud.head.gotoAndStop(42);
_root.enemy4.body.head.gotoAndStop(41);
_root.enemy4.body.frontarm.gotoAndStop(41);
_root.enemy4.body.torso.gotoAndStop(41);
_root.enemy4.body.legs.gotoAndStop(41);
_root.enemy4.body.backarm.gotoAndStop(41);
_root.enemy4.body.object.gotoAndStop(41);
_root.enemy4hud.head.gotoAndStop(41);
} else if (((_root.level == 18.1) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 6;
_root.poocombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 18.4;
} else if (((_root.level == 18.1) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
stopAllSounds();
_root.level = 18.5;
} else if (((_root.level == 18.2) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 6;
_root.poocombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 18.4;
} else if (((_root.level == 18.2) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
stopAllSounds();
_root.level = 18.5;
} else if (((_root.level == 18.3) and (_root.enemyamount == 0)) and (_root.superhobo == false)) {
_root.combosunlockedpic = 6;
_root.poocombo = true;
_root.hobo.gotoAndStop(59);
_root.level = 18.4;
} else if (((_root.level == 18.3) and (_root.enemyamount == 0)) and (_root.superhobo == true)) {
stopAllSounds();
_root.level = 18.5;
} else if ((_root.level == 18.5) and (_root.enemyamount == 0)) {
_root.pauseplay.gotoAndStop(3);
_root.passwordnumber = 3;
_root.combos.gotoAndPlay(3);
_root.level = 18.6;
}
}
onClipEvent (enterFrame) {
if (_root.level == 19) {
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
} else if (((_root.level >= 19.1) and (_root.level < 20)) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(43);
_root.enemy1.body.frontarm.gotoAndStop(43);
_root.enemy1.body.torso.gotoAndStop(43);
_root.enemy1.body.legs.gotoAndStop(43);
_root.enemy1.body.backarm.gotoAndStop(43);
_root.enemy1.body.object.gotoAndStop(43);
_root.enemy1hud.head.gotoAndStop(43);
_root.enemy2.body.head.gotoAndStop(44);
_root.enemy2.body.frontarm.gotoAndStop(44);
_root.enemy2.body.torso.gotoAndStop(44);
_root.enemy2.body.legs.gotoAndStop(44);
_root.enemy2.body.backarm.gotoAndStop(44);
_root.enemy2.body.object.gotoAndStop(44);
_root.enemy2hud.head.gotoAndStop(44);
_root.enemy3.body.head.gotoAndStop(45);
_root.enemy3.body.frontarm.gotoAndStop(45);
_root.enemy3.body.torso.gotoAndStop(45);
_root.enemy3.body.legs.gotoAndStop(45);
_root.enemy3.body.backarm.gotoAndStop(45);
_root.enemy3.body.object.gotoAndStop(45);
_root.enemy3hud.head.gotoAndStop(45);
} else if ((_root.level == 19.2) and (_root.enemyamount == 0)) {
stopAllSounds();
_root.music.gotoAndStop(2);
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.level = 20;
}
}
onClipEvent (enterFrame) {
if (_root.level == 20) {
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
} else if (((_root.level >= 20.1) and (_root.level < 20.3)) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(46);
_root.enemy1.body.frontarm.gotoAndStop(46);
_root.enemy1.body.torso.gotoAndStop(46);
_root.enemy1.body.legs.gotoAndStop(46);
_root.enemy1.body.backarm.gotoAndStop(46);
_root.enemy1.body.object.gotoAndStop(46);
_root.enemy1hud.head.gotoAndStop(46);
_root.enemy2.body.head.gotoAndStop(47);
_root.enemy2.body.frontarm.gotoAndStop(47);
_root.enemy2.body.torso.gotoAndStop(47);
_root.enemy2.body.legs.gotoAndStop(47);
_root.enemy2.body.backarm.gotoAndStop(47);
_root.enemy2.body.object.gotoAndStop(47);
_root.enemy2hud.head.gotoAndStop(47);
_root.enemy3.body.head.gotoAndStop(3);
_root.enemy3.body.frontarm.gotoAndStop(3);
_root.enemy3.body.torso.gotoAndStop(3);
_root.enemy3.body.legs.gotoAndStop(3);
_root.enemy3.body.backarm.gotoAndStop(3);
_root.enemy3.body.object.gotoAndStop(3);
_root.enemy3hud.head.gotoAndStop(3);
} else if ((_root.level == 20.2) and (_root.enemyamount == 0)) {
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1._x = -100;
_root.enemy1._y = _root.prop2._y;
_root.enemy1._y = _root.enemy1._y + 75;
_root.enemy1.gotoAndStop(2);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = -150;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 150;
_root.enemy2.gotoAndStop(2);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 650;
_root.enemy3._y = _root.prop2._y;
_root.enemy3._y = _root.enemy3._y + 100;
_root.enemy3.gotoAndStop(1);
_root.enemyamount = 3;
_root.enemy1forcedwalking = 0;
_root.enemy1health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2health = 30;
_root.enemy3forcedwalking = 0;
_root.enemy3health = 30;
_root.policeclub = true;
_root.level = 20.3;
} else if ((_root.level == 20.3) and (_root.enemyamount > 0)) {
_root.enemy1.body.head.gotoAndStop(48);
_root.enemy1.body.frontarm.gotoAndStop(1);
_root.enemy1.body.torso.gotoAndStop(1);
_root.enemy1.body.legs.gotoAndStop(1);
_root.enemy1.body.backarm.gotoAndStop(1);
_root.enemy1.body.object.gotoAndStop(1);
_root.enemy1hud.head.gotoAndStop(48);
_root.enemy2.body.head.gotoAndStop(49);
_root.enemy2.body.frontarm.gotoAndStop(1);
_root.enemy2.body.torso.gotoAndStop(1);
_root.enemy2.body.legs.gotoAndStop(1);
_root.enemy2.body.backarm.gotoAndStop(1);
_root.enemy2.body.object.gotoAndStop(2);
_root.enemy2hud.head.gotoAndStop(49);
_root.enemy3.body.head.gotoAndStop(50);
_root.enemy3.body.frontarm.gotoAndStop(48);
_root.enemy3.body.torso.gotoAndStop(1);
_root.enemy3.body.legs.gotoAndStop(1);
_root.enemy3.body.backarm.gotoAndStop(48);
_root.enemy3.body.object.gotoAndStop(2);
_root.enemy3hud.head.gotoAndStop(50);
} else if ((_root.level == 20.3) and (_root.enemyamount == 0)) {
_root.enemyamount = 1;
_root.enemy2health = 30;
_root.enemy2forcedwalking = 0;
_root.enemy2._x = -100;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 100;
_root.enemy2.gotoAndStop(62);
_root.level = 20.4;
} else if ((_root.level == 20.4) and (_root.enemyamount > 0)) {
_root.enemy2.body.head.gotoAndStop(51);
_root.enemy2.body.frontarm.gotoAndStop(1);
_root.enemy2.body.torso.gotoAndStop(1);
_root.enemy2.body.legs.gotoAndStop(1);
_root.enemy2.body.backarm.gotoAndStop(1);
_root.enemy2.body.object.gotoAndStop(2);
_root.enemy2hud.head.gotoAndStop(51);
}
}
Instance of Symbol 3588 MovieClip "enemy5" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (((_root.level >= 9.1) and (_root.level < 10)) and (_root.enemyamount > 0)) {
_root.enemy5._xscale = 95;
_root.enemy5._yscale = 95;
} else if (((_root.level >= 12.1) and (_root.level < 13)) and (_root.enemyamount > 0)) {
_root.enemy5._xscale = 95;
_root.enemy5._yscale = 95;
} else if (((_root.level >= 10) and (_root.level < 12)) and (_root.enemyamount > 0)) {
_root.enemy5._xscale = 100;
_root.enemy5._yscale = 100;
} else if ((_root.level >= 13) and (_root.enemyamount > 0)) {
_root.enemy5._xscale = 100;
_root.enemy5._yscale = 100;
}
}
Instance of Symbol 3593 MovieClip "fg1" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fg1._x = _root.fg1._x - 1200;
_root.fg1.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fg1._x = _root.fg1._x + 1200;
_root.fg1.nextFrame();
}
}
Instance of Symbol 3594 MovieClip "fg2" in Frame 10
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fg2._x = _root.fg2._x - 1200;
_root.fg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fg2._x = _root.fg2._x + 1200;
_root.fg2.nextFrame();
}
}
Frame 11
stopAllSounds();
_root.combos.gotoAndPlay(7);
_root.music.gotoAndStop(2);
_root.level = 7;
_root.hotdoghit = 3;
_root.policeclub = true;
_root.hobo.gotoAndStop(7);
_root.bg1.gotoAndStop(7);
_root.bg2.gotoAndStop(6);
_root.fg1.gotoAndStop(11);
_root.fg2.gotoAndStop(11);
_root.fb1.gotoAndStop(3);
_root.fb2.gotoAndStop(3);
_root.bg1._x = _root.bg1._x - 150;
_root.bg2._x = _root.bg2._x - 150;
_root.fg1._x = _root.fg1._x + 400;
_root.fg2._x = _root.fg2._x + 400;
_root.fb1._x = _root.fb1._x - 150;
_root.fb2._x = _root.fb2._x - 150;
_root.tire._x = -900;
_root.prop1._x = -900;
_root.prop2._x = -900;
_root.prop3._x = -900;
_root.prop4._x = 1320;
_root.prop5._x = 2120;
_root.trashcan._x = -900;
_root.bottle1._x = -900;
_root.bottle2._x = -900;
_root.bottle3._x = -900;
_root.bottle4._x = -900;
_root.bottle3._y = 300;
_root.prop4._y = 400;
_root.prop5._y = 400;
_root.trashcan2._y = _root.prop5._y;
_root.trashcan2._y = _root.trashcan2._y - 10;
_root.trashcan2._x = 2200;
_root.rightallowed = true;
_root.leftallowed = true;
_root.run = false;
_root.hobohealth = 30;
_root.enemy1.gotoAndStop(43);
_root.enemy2.gotoAndStop(43);
_root.enemy3.gotoAndStop(43);
_root.enemy4.gotoAndStop(43);
_root.enemy5.gotoAndStop(43);
globalvolume = new Sound();
stop();
Frame 12
stopAllSounds();
_root.combos.gotoAndPlay(7);
_root.music.gotoAndStop(2);
_root.level = 12;
_root.policeclub = false;
_root.hobo.gotoAndStop(7);
_root.bg1.gotoAndStop(12);
_root.bg2.gotoAndStop(11);
_root.fg1.gotoAndStop(18);
_root.fg2.gotoAndStop(18);
_root.fb1.gotoAndStop(5);
_root.fb2.gotoAndStop(5);
_root.bg1._x = _root.bg1._x - 0;
_root.bg2._x = _root.bg2._x - 0;
_root.fg1._x = _root.fg1._x + 150;
_root.fg2._x = _root.fg2._x + 150;
_root.fb1._x = _root.fb1._x - 500;
_root.fb2._x = _root.fb2._x - 500;
_root.tire._x = -900;
_root.prop1._x = -900;
_root.prop3._x = -900;
_root.prop4._x = 1800;
_root.prop4.gotoAndStop(2);
_root.prop5._x = 450;
_root.prop5.gotoAndStop(2);
_root.trashcan._x = -900;
_root.trashcan2._x = -900;
_root.bottle1._x = -900;
_root.bottle2._x = -900;
_root.bottle3._x = -900;
_root.bottle4._x = -900;
_root.bottle3._y = 300;
_root.prop4._y = 400;
_root.prop5._y = 300;
_root.prop2._x = 1500;
_root.prop2._y = _root.prop5._y;
_root.prop2.gotoAndStop(2);
_root.rightallowed = true;
_root.leftallowed = true;
_root.run = false;
_root.hobohealth = 30;
_root.enemy1.gotoAndStop(43);
_root.enemy2.gotoAndStop(43);
_root.enemy3.gotoAndStop(43);
_root.enemy4.gotoAndStop(43);
_root.enemy5.gotoAndStop(43);
globalvolume = new Sound();
stop();
Frame 13
stopAllSounds();
_root.combos.gotoAndPlay(7);
_root.music.gotoAndStop(2);
_root.level = 19;
_root.policeclub = false;
_root.hobo.gotoAndStop(7);
_root.bg1.gotoAndStop(19);
_root.bg2.gotoAndStop(18);
_root.fg1.gotoAndStop(49);
_root.fg2.gotoAndStop(49);
_root.fb1.gotoAndStop(25);
_root.fb2.gotoAndStop(25);
_root.bg1._x = _root.bg1._x - 0;
_root.bg2._x = _root.bg2._x - 0;
_root.fg1._x = _root.fg1._x + 150;
_root.fg2._x = _root.fg2._x + 150;
_root.fb1._x = _root.fb1._x - 500;
_root.fb2._x = _root.fb2._x - 500;
_root.tire._x = -900;
_root.prop1._x = -900;
_root.prop3._x = -900;
_root.prop4._y = 400;
_root.prop5._y = 400;
_root.prop4._x = 100;
_root.prop5._x = 1300;
_root.trashcan._x = -900;
_root.trashcan2._x = -900;
_root.bottle1._x = -900;
_root.bottle2._x = -900;
_root.bottle3._x = 700;
_root.bottle4._x = -900;
_root.bottle3._y = 300;
_root.prop2._x = -900;
_root.rightallowed = true;
_root.leftallowed = true;
_root.run = false;
_root.hobohealth = 30;
_root.enemy1.gotoAndStop(43);
_root.enemy2.gotoAndStop(43);
_root.enemy3.gotoAndStop(43);
_root.enemy4.gotoAndStop(43);
_root.enemy5.gotoAndStop(43);
globalvolume = new Sound();
stop();
Symbol 12 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 24 MovieClip Frame 8
_root.preloader.gotoAndStop(4);
Symbol 30 MovieClip Frame 3
stop();
Symbol 32 Button
on (release) {
_root.gotoAndStop(2);
}
Symbol 33 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this.loadText = PercentLoaded;
bar._xscale = PercentLoaded;
} else {
gotoAndStop (3);
}
Symbol 33 MovieClip Frame 2
gotoAndPlay (1);
Symbol 85 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 88 Button
on (release) {
_root.mute = true;
_root.pauseplay.mute.gotoAndStop(2);
_root.mutebutton.gotoAndStop(2);
}
Symbol 90 Button
on (release) {
_root.mute = false;
_root.pauseplay.mute.gotoAndStop(1);
_root.mutebutton.gotoAndStop(1);
}
Symbol 91 MovieClip Frame 1
_root.globalvolume.setVolume(100);
stop();
Symbol 91 MovieClip Frame 2
_root.globalvolume.setVolume(0);
stop();
Symbol 101 MovieClip Frame 22
stop();
Symbol 114 MovieClip Frame 32
stop();
Symbol 118 MovieClip Frame 33
stop();
Symbol 131 MovieClip Frame 13
stop();
Symbol 192 MovieClip Frame 121
_quality = "high";
Symbol 192 MovieClip Frame 190
_root.gotoAndStop(9);
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 204 MovieClip Frame 3
stop();
Symbol 204 MovieClip Frame 4
stop();
Symbol 204 MovieClip Frame 5
stop();
Symbol 204 MovieClip Frame 6
stop();
Symbol 204 MovieClip Frame 7
stop();
Symbol 204 MovieClip Frame 8
stop();
Symbol 204 MovieClip Frame 9
stop();
Symbol 204 MovieClip Frame 10
stop();
Symbol 204 MovieClip Frame 11
stop();
Symbol 204 MovieClip Frame 12
stop();
Symbol 204 MovieClip Frame 13
stop();
Symbol 204 MovieClip Frame 14
stop();
Symbol 204 MovieClip Frame 15
stop();
Symbol 204 MovieClip Frame 16
stop();
Symbol 204 MovieClip Frame 17
stop();
Symbol 204 MovieClip Frame 18
stop();
Symbol 204 MovieClip Frame 19
stop();
Symbol 204 MovieClip Frame 20
stop();
Symbol 204 MovieClip Frame 21
stop();
Symbol 204 MovieClip Frame 22
stop();
Symbol 204 MovieClip Frame 23
stop();
Symbol 204 MovieClip Frame 24
stop();
Symbol 204 MovieClip Frame 25
stop();
Symbol 204 MovieClip Frame 26
stop();
Symbol 204 MovieClip Frame 27
stop();
Symbol 204 MovieClip Frame 28
stop();
Symbol 204 MovieClip Frame 29
stop();
Symbol 204 MovieClip Frame 30
stop();
Symbol 204 MovieClip Frame 31
stop();
Symbol 204 MovieClip Frame 32
stop();
Symbol 204 MovieClip Frame 33
stop();
Symbol 204 MovieClip Frame 34
stop();
Symbol 204 MovieClip Frame 35
stop();
Symbol 204 MovieClip Frame 36
stop();
Symbol 204 MovieClip Frame 37
stop();
Symbol 204 MovieClip Frame 38
stop();
Symbol 204 MovieClip Frame 39
stop();
Symbol 204 MovieClip Frame 40
stop();
Symbol 204 MovieClip Frame 41
stop();
Symbol 204 MovieClip Frame 42
stop();
Symbol 204 MovieClip Frame 43
stop();
Symbol 204 MovieClip Frame 44
stop();
Symbol 204 MovieClip Frame 45
stop();
Symbol 204 MovieClip Frame 46
stop();
Symbol 204 MovieClip Frame 47
stop();
Symbol 204 MovieClip Frame 48
stop();
Symbol 204 MovieClip Frame 49
stop();
Symbol 204 MovieClip Frame 50
stop();
Symbol 250 MovieClip Frame 1
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 250 MovieClip Frame 2
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.1)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.2)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.3)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3.1)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle4) and (_root.level == 2.2)) {
_root.bottle4.gotoAndStop(11);
_root.level = 2.3;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.1)) {
_root.bottle4._x = 900;
_root.bottle4._y = _root.bottle4._y + 700;
_root.bottle4.gotoAndStop(9);
_root.level = 2.2;
}
}
Symbol 250 MovieClip Frame 3
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3)) {
_root.enemy4forcedwalking = 0;
_root.enemy4._x = 1200;
_root.enemy4.gotoAndStop(46);
_root.bottle4._y = _root.bottle4._y + 800;
_root.bottle4._x = 900;
_root.bottle4.gotoAndStop(19);
_root.level = 3.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3.1)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 4)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 250 MovieClip Frame 4
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 4.1)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 5)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 4)) {
_root.enemy2forcedwalking = 0;
_root.enemy2._y = _root.prop5._y;
_root.enemy2._y = _root.enemy2._y + 75;
_root.enemy2._x = 750;
_root.enemy2.gotoAndStop(19);
_root.enemy3forcedwalking = 0;
_root.enemy3._y = _root.prop5._y;
_root.enemy3._x = 700;
_root.enemy3.gotoAndStop(1);
_root.trashcan._y = _root.prop5._y;
_root.trashcan._y = _root.trashcan._y - 50;
_root.trashcan._x = 1000;
_root.trashcan.gotoAndStop(1);
_root.bottle2._y = _root.prop5._y;
_root.bottle2._x = 610;
_root.bottle2.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(3);
_root.level = 4.1;
}
}
Symbol 250 MovieClip Frame 5
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 4.1)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 5.1)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 5)) {
_root.enemy2forcedwalking = 0;
_root.enemy2._y = _root.prop5._y;
_root.enemy2._y = _root.enemy2._y - 35;
_root.enemy2._x = 650;
_root.enemy2.gotoAndStop(50);
_root.prop1._y = _root.prop5._y;
_root.prop1._y = _root.prop1._y - 40;
_root.prop1._x = 700;
_root.bottle1._y = _root.prop5._y;
_root.bottle1._x = 610;
_root.bottle1.gotoAndStop(1);
_root.level = 5.1;
}
}
Symbol 250 MovieClip Frame 6
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 5)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 5.1)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 6)) {
_root.hotdoghit = 1;
_root.enemy1forcedwalking = 0;
_root.enemy2forcedwalking = 0;
_root.enemy4forcedwalking = 0;
_root.enemy1._y = _root.prop1._y;
_root.enemy2._y = _root.prop1._y;
_root.enemy2._y = _root.enemy2._y + 100;
_root.enemy4._y = _root.prop1._y;
_root.enemy4._y = _root.enemy4._y + 50;
_root.enemy1._x = 800;
_root.enemy2._x = 1000;
_root.enemy4._x = 900;
_root.bottle3._y = _root.prop5._y;
_root.bottle3._y = _root.bottle3._y + 60;
_root.bottle3._x = 1000;
_root.bottle3.gotoAndStop(1);
_root.enemy1.gotoAndStop(46);
_root.enemy2.gotoAndStop(43);
_root.enemy4.gotoAndStop(48);
_root.level = 6.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 6)) {
_root.leftallowed = false;
}
}
Symbol 250 MovieClip Frame 7
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 6)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 6.1)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 7)) {
_root.enemy2forcedwalking = 0;
_root.enemy3forcedwalking = 0;
_root.enemy2._x = 700;
_root.enemy2._y = _root.prop4._y;
_root.enemy2._y = _root.enemy2._y - 100;
_root.enemy3._x = _root.prop4._x;
_root.enemy3._y = _root.prop4._y;
_root.enemy3._x = _root.enemy3._x - 30;
_root.enemy3._y = _root.enemy3._y + 5;
_root.enemy2.gotoAndStop(51);
_root.enemy3.gotoAndStop(54);
_root.trashcan._y = _root.prop4._y;
_root.trashcan._y = _root.trashcan._y - 5;
_root.trashcan._x = 900;
_root.trashcan.gotoAndStop(1);
_root.bottle1._y = _root.prop4._y;
_root.bottle1._y = _root.bottle1._y + 2;
_root.bottle1._x = 880;
_root.bottle1.gotoAndStop(1);
_root.level = 7.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 7.1)) {
_root.enemy2forcedwalking = 0;
_root.enemy3forcedwalking = 0;
_root.enemy2.gotoAndStop(1);
_root.enemy3.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 7.2;
}
}
Symbol 250 MovieClip Frame 8
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 8.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 250 MovieClip Frame 9
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 9.9)) {
_root.rightallowed = false;
}
}
Symbol 250 MovieClip Frame 10
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 10)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 250 MovieClip Frame 11
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 11)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 11.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Symbol 250 MovieClip Frame 12
stop();
Symbol 250 MovieClip Frame 13
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 13)) {
_root.enemy4forcedwalking = 0;
_root.enemy4._x = 900;
_root.enemy4._y = _root.prop2._y;
_root.enemy4._y = _root.enemy4._y + 100;
_root.enemy4.gotoAndStop(46);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 650;
_root.enemy3._y = _root.prop2._y;
_root.enemy3._y = _root.enemy3._y + 50;
_root.enemy3.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 700;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 150;
_root.enemy2.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(3);
_root.prop4.gotoAndStop(1);
_root.prop5.gotoAndStop(1);
_root.prop4._y = _root.prop4._y + 0;
_root.prop5._y = _root.prop5._y + 100;
_root.prop4._x = 900;
_root.prop5._x = 1700;
_root.trashcan2._y = _root.prop4._y;
_root.trashcan2._y = _root.trashcan2._y - 130;
_root.trashcan2._x = 1600;
_root.trashcan2.gotoAndStop(1);
_root.bottle1._y = _root.trashcan2._y;
_root.bottle1._y = _root.bottle1._y + 25;
_root.bottle1._x = 2500;
_root.bottle1._x = _root.bottle1._x - 50;
_root.bottle1.gotoAndStop(1);
_root.level = 13.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 13)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 250 MovieClip Frame 14
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 14)) {
_root.tire.gotoAndStop(2);
_root.tire._y = _root.prop5._y;
_root.tire._y = _root.tire._y - 5;
_root.tire._x = _root.prop5._x;
_root.tire._x = _root.tire._x + 400;
_root.enemy2forcedwalking = 0;
_root.enemy2._x = _root.tire._x;
_root.enemy2._x = _root.enemy2._x - 80;
_root.enemy2._y = _root.tire._y;
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2.gotoAndStop(52);
_root.bottle2._y = _root.prop4._y;
_root.bottle2._y = _root.bottle2._y - 10;
_root.bottle2._x = 1800;
_root.bottle2.gotoAndStop(1);
_root.level = 14.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 14)) {
_root.leftallowed = false;
}
}
Symbol 250 MovieClip Frame 15
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 15)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 15)) {
_root.enemy1forcedwalking = 0;
_root.enemy1._x = 650;
_root.enemy1._y = _root.tire._y;
_root.enemy1._y = _root.enemy1._y - 150;
_root.enemy1.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 900;
_root.enemy2._y = _root.tire._y;
_root.enemy2._y = _root.enemy2._y - 10;
_root.enemy2.gotoAndStop(1);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 750;
_root.enemy3._y = _root.tire._y;
_root.enemy3._y = _root.enemy3._y - 50;
_root.enemy3.gotoAndStop(1);
_root.prop4._x = 750;
_root.prop5._x = 1550;
_root.bottle3._y = _root.prop4._y;
_root.bottle3._y = _root.bottle3._y - 120;
_root.bottle3._x = 1250;
_root.bottle3.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 15.1;
}
}
Symbol 250 MovieClip Frame 16
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 16)) {
_root.bottle4._y = _root.bottle4._y + 550;
_root.bottle4._x = 900;
_root.bottle4.gotoAndStop(20);
_root.trashcan._y = _root.prop4._y;
_root.trashcan._y = _root.trashcan._y - 110;
_root.trashcan._x = 800;
_root.trashcan.gotoAndStop(1);
_root.level = 16.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 16.1)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 16.1)) {
_root.enemy1forcedwalking = 0;
_root.enemy1._x = 900;
_root.enemy1._y = _root.prop2._y;
_root.enemy1._y = _root.enemy1._y + 100;
_root.enemy1.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 650;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 50;
_root.enemy2.gotoAndStop(1);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 700;
_root.enemy3._y = _root.prop2._y;
_root.enemy3._y = _root.enemy3._y + 150;
_root.enemy3.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(3);
_root.level = 16.2;
}
}
Symbol 250 MovieClip Frame 17
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 17)) {
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 650;
_root.enemy2._y = _root.prop4._y;
_root.enemy2._y = _root.enemy2._y - 120;
_root.enemy2.gotoAndStop(52);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 800;
_root.enemy3._y = _root.prop4._y;
_root.enemy3._y = _root.enemy3._y - 120;
_root.enemy3.gotoAndStop(52);
_root.bottle1._y = _root.prop4._y;
_root.bottle1._y = _root.bottle1._y - 80;
_root.bottle1._x = 650;
_root.bottle1.gotoAndStop(1);
_root.bottle2._y = _root.prop4._y;
_root.bottle2._y = _root.bottle2._y - 60;
_root.bottle2._x = 1050;
_root.bottle2.gotoAndStop(1);
_root.prop4._x = 750;
_root.prop5._x = 1550;
_root.level = 17.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 17.1)) {
_root.leftallowed = false;
}
}
Symbol 250 MovieClip Frame 18
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 18)) {
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 900;
_root.enemy2._y = _root.prop4._y;
_root.enemy2._y = _root.enemy2._y - 120;
_root.enemy2.gotoAndStop(51);
_root.enemy4forcedwalking = 0;
_root.enemy4._x = 650;
_root.enemy4._y = _root.prop4._y;
_root.enemy4._y = _root.enemy4._y - 120;
_root.enemy4.gotoAndStop(49);
_root.bottle3._y = _root.prop4._y;
_root.bottle3._y = _root.bottle3._y - 80;
_root.bottle3._x = 1050;
_root.bottle3.gotoAndStop(1);
_root.level = 18.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 18.1)) {
_root.leftallowed = false;
}
}
Symbol 250 MovieClip Frame 19
stop();
Symbol 250 MovieClip Frame 20
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 19.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Symbol 250 MovieClip Frame 21
stop();
Instance of Symbol 214 MovieClip in Symbol 250 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 30)) {
_root.rightallowed = false;
}
}
Symbol 250 MovieClip Frame 22
stop();
Symbol 254 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.prop2._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.prop2._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop2._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop2._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop2ydistance > -10)) and (_root.enemy1prop2ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop2ydistance < 1)) and (_root.enemy1prop2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop2ydistance > -10)) and (_root.enemy1prop2ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop2ydistance < 1)) and (_root.enemy1prop2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop2ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop2ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop2ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop2ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop2ydistance > -10)) and (_root.enemy2prop2ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop2ydistance < 1)) and (_root.enemy2prop2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop2ydistance > -10)) and (_root.enemy2prop2ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop2ydistance < 1)) and (_root.enemy2prop2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop2ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop2ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop2ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop2ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop2ydistance > -10)) and (_root.enemy3prop2ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop2ydistance < 1)) and (_root.enemy3prop2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop2ydistance > -10)) and (_root.enemy3prop2ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop2ydistance < 1)) and (_root.enemy3prop2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop2ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop2ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop2ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop2ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop2ydistance > -10)) and (_root.enemy4prop2ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop2ydistance < 1)) and (_root.enemy4prop2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop2ydistance > -10)) and (_root.enemy4prop2ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop2ydistance < 1)) and (_root.enemy4prop2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop2ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop2ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop2ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop2ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop2ydistance > -10)) and (_root.enemy5prop2ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop2ydistance < 1)) and (_root.enemy5prop2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop2ydistance > -10)) and (_root.enemy5prop2ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop2ydistance < 1)) and (_root.enemy5prop2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop2ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop2ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop2ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop2ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 254 MovieClip Frame 2
stop();
Symbol 275 MovieClip Frame 3
stop();
Symbol 277 Button
on (release) {
_root.gotoAndStop(10);
}
Symbol 311 MovieClip Frame 1
stop();
Symbol 311 MovieClip Frame 2
stop();
Symbol 311 MovieClip Frame 3
stop();
Symbol 311 MovieClip Frame 4
stop();
Symbol 311 MovieClip Frame 5
stop();
Symbol 311 MovieClip Frame 6
stop();
Symbol 311 MovieClip Frame 7
stop();
Symbol 311 MovieClip Frame 8
stop();
Symbol 311 MovieClip Frame 9
stop();
Symbol 311 MovieClip Frame 10
stop();
Symbol 311 MovieClip Frame 11
stop();
Symbol 311 MovieClip Frame 12
stop();
Symbol 311 MovieClip Frame 13
stop();
Symbol 311 MovieClip Frame 14
stop();
Symbol 311 MovieClip Frame 15
stop();
Symbol 311 MovieClip Frame 16
stop();
Symbol 311 MovieClip Frame 17
stop();
Symbol 311 MovieClip Frame 18
stop();
Symbol 311 MovieClip Frame 19
stop();
Symbol 311 MovieClip Frame 20
stop();
Symbol 311 MovieClip Frame 21
stop();
Symbol 311 MovieClip Frame 22
stop();
Symbol 311 MovieClip Frame 23
stop();
Symbol 311 MovieClip Frame 24
stop();
Symbol 311 MovieClip Frame 25
stop();
Symbol 311 MovieClip Frame 26
stop();
Symbol 311 MovieClip Frame 27
stop();
Symbol 311 MovieClip Frame 28
stop();
Symbol 311 MovieClip Frame 29
stop();
Symbol 311 MovieClip Frame 30
stop();
Symbol 311 MovieClip Frame 31
stop();
Symbol 311 MovieClip Frame 32
stop();
Symbol 311 MovieClip Frame 33
stop();
Symbol 311 MovieClip Frame 34
stop();
Symbol 311 MovieClip Frame 35
stop();
Symbol 311 MovieClip Frame 36
stop();
Symbol 311 MovieClip Frame 37
stop();
Symbol 311 MovieClip Frame 38
stop();
Symbol 311 MovieClip Frame 39
stop();
Symbol 311 MovieClip Frame 40
stop();
Symbol 311 MovieClip Frame 41
stop();
Symbol 311 MovieClip Frame 42
stop();
Symbol 311 MovieClip Frame 43
stop();
Symbol 311 MovieClip Frame 44
stop();
Symbol 311 MovieClip Frame 45
stop();
Symbol 311 MovieClip Frame 46
stop();
Symbol 311 MovieClip Frame 47
stop();
Symbol 311 MovieClip Frame 48
stop();
Symbol 352 MovieClip Frame 1
stop();
Symbol 352 MovieClip Frame 2
stop();
Symbol 352 MovieClip Frame 3
stop();
Symbol 352 MovieClip Frame 4
stop();
Symbol 352 MovieClip Frame 5
stop();
Symbol 352 MovieClip Frame 6
stop();
Symbol 352 MovieClip Frame 7
stop();
Symbol 352 MovieClip Frame 8
stop();
Symbol 352 MovieClip Frame 9
stop();
Symbol 352 MovieClip Frame 10
stop();
Symbol 352 MovieClip Frame 11
stop();
Symbol 352 MovieClip Frame 12
stop();
Symbol 352 MovieClip Frame 13
stop();
Symbol 352 MovieClip Frame 14
stop();
Symbol 352 MovieClip Frame 15
stop();
Symbol 352 MovieClip Frame 16
stop();
Symbol 352 MovieClip Frame 17
stop();
Symbol 352 MovieClip Frame 18
stop();
Symbol 352 MovieClip Frame 19
stop();
Symbol 352 MovieClip Frame 20
stop();
Symbol 352 MovieClip Frame 21
stop();
Symbol 352 MovieClip Frame 22
stop();
Symbol 352 MovieClip Frame 23
stop();
Symbol 352 MovieClip Frame 24
stop();
Symbol 352 MovieClip Frame 25
stop();
Symbol 352 MovieClip Frame 26
stop();
Symbol 352 MovieClip Frame 27
stop();
Symbol 352 MovieClip Frame 28
stop();
Symbol 352 MovieClip Frame 29
stop();
Symbol 352 MovieClip Frame 30
stop();
Symbol 352 MovieClip Frame 31
stop();
Symbol 352 MovieClip Frame 32
stop();
Symbol 352 MovieClip Frame 33
stop();
Symbol 352 MovieClip Frame 34
stop();
Symbol 352 MovieClip Frame 35
stop();
Symbol 352 MovieClip Frame 36
stop();
Symbol 352 MovieClip Frame 37
stop();
Symbol 352 MovieClip Frame 38
stop();
Symbol 352 MovieClip Frame 39
stop();
Symbol 352 MovieClip Frame 40
stop();
Symbol 352 MovieClip Frame 41
stop();
Symbol 352 MovieClip Frame 42
stop();
Symbol 352 MovieClip Frame 43
stop();
Symbol 352 MovieClip Frame 44
stop();
Symbol 352 MovieClip Frame 45
stop();
Symbol 352 MovieClip Frame 46
stop();
Symbol 352 MovieClip Frame 47
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop();
Symbol 398 MovieClip Frame 3
stop();
Symbol 398 MovieClip Frame 4
stop();
Symbol 398 MovieClip Frame 5
stop();
Symbol 398 MovieClip Frame 6
stop();
Symbol 398 MovieClip Frame 7
stop();
Symbol 398 MovieClip Frame 8
stop();
Symbol 398 MovieClip Frame 9
stop();
Symbol 398 MovieClip Frame 10
stop();
Symbol 398 MovieClip Frame 11
stop();
Symbol 398 MovieClip Frame 12
stop();
Symbol 398 MovieClip Frame 13
stop();
Symbol 398 MovieClip Frame 14
stop();
Symbol 398 MovieClip Frame 15
stop();
Symbol 398 MovieClip Frame 16
stop();
Symbol 398 MovieClip Frame 17
stop();
Symbol 398 MovieClip Frame 18
stop();
Symbol 398 MovieClip Frame 19
stop();
Symbol 398 MovieClip Frame 20
stop();
Symbol 398 MovieClip Frame 21
stop();
Symbol 398 MovieClip Frame 22
stop();
Symbol 398 MovieClip Frame 23
stop();
Symbol 398 MovieClip Frame 24
stop();
Symbol 398 MovieClip Frame 25
stop();
Symbol 398 MovieClip Frame 26
stop();
Symbol 398 MovieClip Frame 27
stop();
Symbol 398 MovieClip Frame 28
stop();
Symbol 398 MovieClip Frame 29
stop();
Symbol 398 MovieClip Frame 30
stop();
Symbol 398 MovieClip Frame 31
stop();
Symbol 398 MovieClip Frame 32
stop();
Symbol 398 MovieClip Frame 33
stop();
Symbol 398 MovieClip Frame 34
stop();
Symbol 398 MovieClip Frame 35
stop();
Symbol 398 MovieClip Frame 36
stop();
Symbol 398 MovieClip Frame 37
stop();
Symbol 398 MovieClip Frame 38
stop();
Symbol 398 MovieClip Frame 39
stop();
Symbol 398 MovieClip Frame 40
stop();
Symbol 398 MovieClip Frame 41
stop();
Symbol 398 MovieClip Frame 42
stop();
Symbol 398 MovieClip Frame 43
stop();
Symbol 398 MovieClip Frame 44
stop();
Symbol 398 MovieClip Frame 45
stop();
Symbol 398 MovieClip Frame 46
stop();
Symbol 398 MovieClip Frame 47
stop();
Symbol 450 MovieClip Frame 1
stop();
Symbol 450 MovieClip Frame 2
stop();
Symbol 450 MovieClip Frame 3
stop();
Symbol 450 MovieClip Frame 4
stop();
Symbol 450 MovieClip Frame 5
stop();
Symbol 450 MovieClip Frame 6
stop();
Symbol 450 MovieClip Frame 7
stop();
Symbol 450 MovieClip Frame 8
stop();
Symbol 450 MovieClip Frame 9
stop();
Symbol 450 MovieClip Frame 10
stop();
Symbol 450 MovieClip Frame 11
stop();
Symbol 450 MovieClip Frame 12
stop();
Symbol 450 MovieClip Frame 13
stop();
Symbol 450 MovieClip Frame 14
stop();
Symbol 450 MovieClip Frame 15
stop();
Symbol 450 MovieClip Frame 16
stop();
Symbol 450 MovieClip Frame 17
stop();
Symbol 450 MovieClip Frame 18
stop();
Symbol 450 MovieClip Frame 19
stop();
Symbol 450 MovieClip Frame 20
stop();
Symbol 450 MovieClip Frame 21
stop();
Symbol 450 MovieClip Frame 22
stop();
Symbol 450 MovieClip Frame 23
stop();
Symbol 450 MovieClip Frame 24
stop();
Symbol 450 MovieClip Frame 25
stop();
Symbol 450 MovieClip Frame 26
stop();
Symbol 450 MovieClip Frame 27
stop();
Symbol 450 MovieClip Frame 28
stop();
Symbol 450 MovieClip Frame 29
stop();
Symbol 450 MovieClip Frame 30
stop();
Symbol 450 MovieClip Frame 31
stop();
Symbol 450 MovieClip Frame 32
stop();
Symbol 450 MovieClip Frame 33
stop();
Symbol 450 MovieClip Frame 34
stop();
Symbol 450 MovieClip Frame 35
stop();
Symbol 450 MovieClip Frame 36
stop();
Symbol 450 MovieClip Frame 37
stop();
Symbol 450 MovieClip Frame 38
stop();
Symbol 450 MovieClip Frame 39
stop();
Symbol 450 MovieClip Frame 40
stop();
Symbol 450 MovieClip Frame 41
stop();
Symbol 450 MovieClip Frame 42
stop();
Symbol 450 MovieClip Frame 43
stop();
Symbol 450 MovieClip Frame 44
stop();
Symbol 450 MovieClip Frame 45
stop();
Symbol 450 MovieClip Frame 46
stop();
Symbol 450 MovieClip Frame 47
stop();
Symbol 450 MovieClip Frame 48
stop();
Symbol 450 MovieClip Frame 49
stop();
Symbol 450 MovieClip Frame 50
stop();
Symbol 450 MovieClip Frame 51
stop();
Symbol 456 MovieClip Frame 1
stop();
Symbol 456 MovieClip Frame 2
stop();
Symbol 456 MovieClip Frame 3
stop();
Symbol 456 MovieClip Frame 4
stop();
Symbol 456 MovieClip Frame 5
stop();
Symbol 456 MovieClip Frame 6
stop();
Symbol 456 MovieClip Frame 7
stop();
Symbol 456 MovieClip Frame 8
stop();
Symbol 456 MovieClip Frame 9
stop();
Symbol 456 MovieClip Frame 10
stop();
Symbol 456 MovieClip Frame 11
stop();
Symbol 456 MovieClip Frame 12
stop();
Symbol 456 MovieClip Frame 13
stop();
Symbol 456 MovieClip Frame 14
stop();
Symbol 456 MovieClip Frame 15
stop();
Symbol 456 MovieClip Frame 16
stop();
Symbol 456 MovieClip Frame 17
stop();
Symbol 456 MovieClip Frame 18
stop();
Symbol 456 MovieClip Frame 19
stop();
Symbol 456 MovieClip Frame 20
stop();
Symbol 456 MovieClip Frame 21
stop();
Symbol 456 MovieClip Frame 22
stop();
Symbol 456 MovieClip Frame 23
stop();
Symbol 456 MovieClip Frame 24
stop();
Symbol 456 MovieClip Frame 25
stop();
Symbol 456 MovieClip Frame 26
stop();
Symbol 456 MovieClip Frame 27
stop();
Symbol 456 MovieClip Frame 28
stop();
Symbol 456 MovieClip Frame 29
stop();
Symbol 456 MovieClip Frame 30
stop();
Symbol 456 MovieClip Frame 31
stop();
Symbol 456 MovieClip Frame 32
stop();
Symbol 456 MovieClip Frame 33
stop();
Symbol 456 MovieClip Frame 34
stop();
Symbol 456 MovieClip Frame 35
stop();
Symbol 456 MovieClip Frame 36
stop();
Symbol 456 MovieClip Frame 37
stop();
Symbol 456 MovieClip Frame 38
stop();
Symbol 456 MovieClip Frame 39
stop();
Symbol 456 MovieClip Frame 40
stop();
Symbol 456 MovieClip Frame 41
stop();
Symbol 456 MovieClip Frame 42
stop();
Symbol 456 MovieClip Frame 43
stop();
Symbol 456 MovieClip Frame 44
stop();
Symbol 456 MovieClip Frame 45
stop();
Symbol 456 MovieClip Frame 46
stop();
Symbol 456 MovieClip Frame 47
stop();
Symbol 497 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 2
stop();
Symbol 497 MovieClip Frame 3
stop();
Symbol 497 MovieClip Frame 4
stop();
Symbol 497 MovieClip Frame 5
stop();
Symbol 497 MovieClip Frame 6
stop();
Symbol 497 MovieClip Frame 7
stop();
Symbol 497 MovieClip Frame 8
stop();
Symbol 497 MovieClip Frame 9
stop();
Symbol 497 MovieClip Frame 10
stop();
Symbol 497 MovieClip Frame 11
stop();
Symbol 497 MovieClip Frame 12
stop();
Symbol 497 MovieClip Frame 13
stop();
Symbol 497 MovieClip Frame 14
stop();
Symbol 497 MovieClip Frame 15
stop();
Symbol 497 MovieClip Frame 16
stop();
Symbol 497 MovieClip Frame 17
stop();
Symbol 497 MovieClip Frame 18
stop();
Symbol 497 MovieClip Frame 19
stop();
Symbol 497 MovieClip Frame 20
stop();
Symbol 497 MovieClip Frame 21
stop();
Symbol 497 MovieClip Frame 22
stop();
Symbol 497 MovieClip Frame 23
stop();
Symbol 497 MovieClip Frame 24
stop();
Symbol 497 MovieClip Frame 25
stop();
Symbol 497 MovieClip Frame 26
stop();
Symbol 497 MovieClip Frame 27
stop();
Symbol 497 MovieClip Frame 28
stop();
Symbol 497 MovieClip Frame 29
stop();
Symbol 497 MovieClip Frame 30
stop();
Symbol 497 MovieClip Frame 31
stop();
Symbol 497 MovieClip Frame 32
stop();
Symbol 497 MovieClip Frame 33
stop();
Symbol 497 MovieClip Frame 34
stop();
Symbol 497 MovieClip Frame 35
stop();
Symbol 497 MovieClip Frame 36
stop();
Symbol 497 MovieClip Frame 37
stop();
Symbol 497 MovieClip Frame 38
stop();
Symbol 497 MovieClip Frame 39
stop();
Symbol 497 MovieClip Frame 40
stop();
Symbol 497 MovieClip Frame 41
stop();
Symbol 497 MovieClip Frame 42
stop();
Symbol 497 MovieClip Frame 43
stop();
Symbol 497 MovieClip Frame 44
stop();
Symbol 497 MovieClip Frame 45
stop();
Symbol 497 MovieClip Frame 46
stop();
Symbol 497 MovieClip Frame 47
stop();
Symbol 497 MovieClip Frame 48
stop();
Symbol 520 MovieClip Frame 1
stop();
Symbol 520 MovieClip Frame 2
stop();
Symbol 520 MovieClip Frame 3
stop();
Symbol 520 MovieClip Frame 4
stop();
Symbol 520 MovieClip Frame 5
stop();
Symbol 520 MovieClip Frame 6
stop();
Symbol 520 MovieClip Frame 7
stop();
Symbol 520 MovieClip Frame 8
stop();
Symbol 520 MovieClip Frame 9
stop();
Symbol 520 MovieClip Frame 10
stop();
Symbol 520 MovieClip Frame 11
stop();
Symbol 520 MovieClip Frame 12
stop();
Symbol 520 MovieClip Frame 13
stop();
Symbol 520 MovieClip Frame 14
stop();
Symbol 520 MovieClip Frame 15
stop();
Symbol 520 MovieClip Frame 16
stop();
Symbol 520 MovieClip Frame 17
stop();
Symbol 520 MovieClip Frame 18
stop();
Symbol 520 MovieClip Frame 19
stop();
Symbol 520 MovieClip Frame 20
stop();
Symbol 520 MovieClip Frame 21
stop();
Symbol 520 MovieClip Frame 22
stop();
Symbol 520 MovieClip Frame 23
stop();
Symbol 520 MovieClip Frame 24
stop();
Symbol 520 MovieClip Frame 25
stop();
Symbol 520 MovieClip Frame 26
stop();
Symbol 520 MovieClip Frame 27
stop();
Symbol 520 MovieClip Frame 28
stop();
Symbol 520 MovieClip Frame 29
stop();
Symbol 520 MovieClip Frame 30
stop();
Symbol 520 MovieClip Frame 31
stop();
Symbol 520 MovieClip Frame 32
stop();
Symbol 520 MovieClip Frame 33
stop();
Symbol 520 MovieClip Frame 34
stop();
Symbol 520 MovieClip Frame 35
stop();
Symbol 520 MovieClip Frame 36
stop();
Symbol 520 MovieClip Frame 37
stop();
Symbol 520 MovieClip Frame 38
stop();
Symbol 520 MovieClip Frame 39
stop();
Symbol 520 MovieClip Frame 40
stop();
Symbol 520 MovieClip Frame 41
stop();
Symbol 520 MovieClip Frame 42
stop();
Symbol 520 MovieClip Frame 43
stop();
Symbol 520 MovieClip Frame 44
stop();
Symbol 520 MovieClip Frame 45
stop();
Symbol 520 MovieClip Frame 46
stop();
Symbol 520 MovieClip Frame 47
stop();
Symbol 572 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 2
stop();
Symbol 572 MovieClip Frame 3
stop();
Symbol 572 MovieClip Frame 4
stop();
Symbol 572 MovieClip Frame 5
stop();
Symbol 572 MovieClip Frame 6
stop();
Symbol 572 MovieClip Frame 7
stop();
Symbol 572 MovieClip Frame 8
stop();
Symbol 572 MovieClip Frame 9
stop();
Symbol 572 MovieClip Frame 10
stop();
Symbol 572 MovieClip Frame 11
stop();
Symbol 572 MovieClip Frame 12
stop();
Symbol 572 MovieClip Frame 13
stop();
Symbol 572 MovieClip Frame 14
stop();
Symbol 572 MovieClip Frame 15
stop();
Symbol 572 MovieClip Frame 16
stop();
Symbol 572 MovieClip Frame 17
stop();
Symbol 572 MovieClip Frame 18
stop();
Symbol 572 MovieClip Frame 19
stop();
Symbol 572 MovieClip Frame 20
stop();
Symbol 572 MovieClip Frame 21
stop();
Symbol 572 MovieClip Frame 22
stop();
Symbol 572 MovieClip Frame 23
stop();
Symbol 572 MovieClip Frame 24
stop();
Symbol 572 MovieClip Frame 25
stop();
Symbol 572 MovieClip Frame 26
stop();
Symbol 572 MovieClip Frame 27
stop();
Symbol 572 MovieClip Frame 28
stop();
Symbol 572 MovieClip Frame 29
stop();
Symbol 572 MovieClip Frame 30
stop();
Symbol 572 MovieClip Frame 31
stop();
Symbol 572 MovieClip Frame 32
stop();
Symbol 572 MovieClip Frame 33
stop();
Symbol 572 MovieClip Frame 34
stop();
Symbol 572 MovieClip Frame 35
stop();
Symbol 572 MovieClip Frame 36
stop();
Symbol 572 MovieClip Frame 37
stop();
Symbol 572 MovieClip Frame 38
stop();
Symbol 572 MovieClip Frame 39
stop();
Symbol 572 MovieClip Frame 40
stop();
Symbol 572 MovieClip Frame 41
stop();
Symbol 572 MovieClip Frame 42
stop();
Symbol 572 MovieClip Frame 43
stop();
Symbol 572 MovieClip Frame 44
stop();
Symbol 572 MovieClip Frame 45
stop();
Symbol 572 MovieClip Frame 46
stop();
Symbol 572 MovieClip Frame 47
stop();
Symbol 572 MovieClip Frame 48
stop();
Symbol 572 MovieClip Frame 49
stop();
Symbol 572 MovieClip Frame 50
stop();
Symbol 572 MovieClip Frame 51
stop();
Symbol 601 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 2
stop();
Symbol 601 MovieClip Frame 3
stop();
Symbol 601 MovieClip Frame 4
stop();
Symbol 601 MovieClip Frame 5
stop();
Symbol 601 MovieClip Frame 6
stop();
Symbol 601 MovieClip Frame 7
stop();
Symbol 601 MovieClip Frame 8
stop();
Symbol 601 MovieClip Frame 9
stop();
Symbol 601 MovieClip Frame 10
stop();
Symbol 601 MovieClip Frame 11
stop();
Symbol 601 MovieClip Frame 12
stop();
Symbol 601 MovieClip Frame 13
stop();
Symbol 601 MovieClip Frame 14
stop();
Symbol 601 MovieClip Frame 15
stop();
Symbol 601 MovieClip Frame 16
stop();
Symbol 601 MovieClip Frame 17
stop();
Symbol 601 MovieClip Frame 18
stop();
Symbol 601 MovieClip Frame 19
stop();
Symbol 601 MovieClip Frame 20
stop();
Symbol 601 MovieClip Frame 21
stop();
Symbol 601 MovieClip Frame 22
stop();
Symbol 601 MovieClip Frame 23
stop();
Symbol 601 MovieClip Frame 24
stop();
Symbol 601 MovieClip Frame 25
stop();
Symbol 601 MovieClip Frame 26
stop();
Symbol 601 MovieClip Frame 27
stop();
Symbol 601 MovieClip Frame 28
stop();
Symbol 601 MovieClip Frame 29
stop();
Symbol 601 MovieClip Frame 30
stop();
Symbol 601 MovieClip Frame 31
stop();
Symbol 601 MovieClip Frame 32
stop();
Symbol 601 MovieClip Frame 33
stop();
Symbol 601 MovieClip Frame 34
stop();
Symbol 601 MovieClip Frame 35
stop();
Symbol 601 MovieClip Frame 36
stop();
Symbol 601 MovieClip Frame 37
stop();
Symbol 601 MovieClip Frame 38
stop();
Symbol 601 MovieClip Frame 39
stop();
Symbol 601 MovieClip Frame 40
stop();
Symbol 601 MovieClip Frame 41
stop();
Symbol 601 MovieClip Frame 42
stop();
Symbol 601 MovieClip Frame 43
stop();
Symbol 601 MovieClip Frame 44
stop();
Symbol 601 MovieClip Frame 45
stop();
Symbol 601 MovieClip Frame 46
stop();
Symbol 601 MovieClip Frame 47
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 2
stop();
Symbol 615 MovieClip Frame 3
stop();
Symbol 615 MovieClip Frame 4
stop();
Symbol 615 MovieClip Frame 5
stop();
Symbol 615 MovieClip Frame 6
stop();
Symbol 615 MovieClip Frame 7
stop();
Symbol 615 MovieClip Frame 8
stop();
Symbol 615 MovieClip Frame 9
stop();
Symbol 615 MovieClip Frame 10
stop();
Symbol 615 MovieClip Frame 11
stop();
Symbol 615 MovieClip Frame 12
stop();
Symbol 615 MovieClip Frame 13
stop();
Symbol 615 MovieClip Frame 14
stop();
Symbol 615 MovieClip Frame 15
stop();
Symbol 615 MovieClip Frame 16
stop();
Symbol 615 MovieClip Frame 17
stop();
Symbol 615 MovieClip Frame 18
stop();
Symbol 615 MovieClip Frame 19
stop();
Symbol 615 MovieClip Frame 20
stop();
Symbol 615 MovieClip Frame 21
stop();
Symbol 615 MovieClip Frame 22
stop();
Symbol 615 MovieClip Frame 23
stop();
Symbol 615 MovieClip Frame 24
stop();
Symbol 615 MovieClip Frame 25
stop();
Symbol 615 MovieClip Frame 26
stop();
Symbol 615 MovieClip Frame 27
stop();
Symbol 615 MovieClip Frame 28
stop();
Symbol 615 MovieClip Frame 29
stop();
Symbol 615 MovieClip Frame 30
stop();
Symbol 615 MovieClip Frame 31
stop();
Symbol 615 MovieClip Frame 32
stop();
Symbol 615 MovieClip Frame 33
stop();
Symbol 615 MovieClip Frame 34
stop();
Symbol 615 MovieClip Frame 35
stop();
Symbol 615 MovieClip Frame 36
stop();
Symbol 615 MovieClip Frame 37
stop();
Symbol 615 MovieClip Frame 38
stop();
Symbol 615 MovieClip Frame 39
stop();
Symbol 615 MovieClip Frame 40
stop();
Symbol 615 MovieClip Frame 41
stop();
Symbol 615 MovieClip Frame 42
stop();
Symbol 615 MovieClip Frame 43
stop();
Symbol 615 MovieClip Frame 44
stop();
Symbol 615 MovieClip Frame 45
stop();
Symbol 615 MovieClip Frame 46
stop();
Symbol 615 MovieClip Frame 47
stop();
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 2
stop();
Symbol 645 MovieClip Frame 3
stop();
Symbol 645 MovieClip Frame 4
stop();
Symbol 645 MovieClip Frame 5
stop();
Symbol 645 MovieClip Frame 6
stop();
Symbol 645 MovieClip Frame 7
stop();
Symbol 645 MovieClip Frame 8
stop();
Symbol 645 MovieClip Frame 9
stop();
Symbol 645 MovieClip Frame 10
stop();
Symbol 645 MovieClip Frame 11
stop();
Symbol 645 MovieClip Frame 12
stop();
Symbol 645 MovieClip Frame 13
stop();
Symbol 645 MovieClip Frame 14
stop();
Symbol 645 MovieClip Frame 15
stop();
Symbol 645 MovieClip Frame 16
stop();
Symbol 645 MovieClip Frame 17
stop();
Symbol 645 MovieClip Frame 18
stop();
Symbol 645 MovieClip Frame 19
stop();
Symbol 645 MovieClip Frame 20
stop();
Symbol 645 MovieClip Frame 21
stop();
Symbol 645 MovieClip Frame 22
stop();
Symbol 645 MovieClip Frame 23
stop();
Symbol 645 MovieClip Frame 24
stop();
Symbol 645 MovieClip Frame 25
stop();
Symbol 645 MovieClip Frame 26
stop();
Symbol 645 MovieClip Frame 27
stop();
Symbol 645 MovieClip Frame 28
stop();
Symbol 645 MovieClip Frame 29
stop();
Symbol 645 MovieClip Frame 30
stop();
Symbol 645 MovieClip Frame 31
stop();
Symbol 645 MovieClip Frame 32
stop();
Symbol 645 MovieClip Frame 33
stop();
Symbol 645 MovieClip Frame 34
stop();
Symbol 645 MovieClip Frame 35
stop();
Symbol 645 MovieClip Frame 36
stop();
Symbol 645 MovieClip Frame 37
stop();
Symbol 645 MovieClip Frame 38
stop();
Symbol 645 MovieClip Frame 39
stop();
Symbol 645 MovieClip Frame 40
stop();
Symbol 645 MovieClip Frame 41
stop();
Symbol 645 MovieClip Frame 42
stop();
Symbol 645 MovieClip Frame 43
stop();
Symbol 645 MovieClip Frame 44
stop();
Symbol 645 MovieClip Frame 45
stop();
Symbol 645 MovieClip Frame 46
stop();
Symbol 645 MovieClip Frame 47
stop();
Symbol 659 MovieClip Frame 1
stop();
Symbol 659 MovieClip Frame 2
stop();
Symbol 659 MovieClip Frame 3
stop();
Symbol 659 MovieClip Frame 4
stop();
Symbol 659 MovieClip Frame 5
stop();
Symbol 659 MovieClip Frame 6
stop();
Symbol 659 MovieClip Frame 7
stop();
Symbol 659 MovieClip Frame 8
stop();
Symbol 659 MovieClip Frame 9
stop();
Symbol 659 MovieClip Frame 10
stop();
Symbol 659 MovieClip Frame 11
stop();
Symbol 659 MovieClip Frame 12
stop();
Symbol 659 MovieClip Frame 13
stop();
Symbol 659 MovieClip Frame 14
stop();
Symbol 659 MovieClip Frame 15
stop();
Symbol 659 MovieClip Frame 16
stop();
Symbol 659 MovieClip Frame 17
stop();
Symbol 659 MovieClip Frame 18
stop();
Symbol 659 MovieClip Frame 19
stop();
Symbol 659 MovieClip Frame 20
stop();
Symbol 659 MovieClip Frame 21
stop();
Symbol 659 MovieClip Frame 22
stop();
Symbol 659 MovieClip Frame 23
stop();
Symbol 659 MovieClip Frame 24
stop();
Symbol 659 MovieClip Frame 25
stop();
Symbol 659 MovieClip Frame 26
stop();
Symbol 659 MovieClip Frame 27
stop();
Symbol 659 MovieClip Frame 28
stop();
Symbol 659 MovieClip Frame 29
stop();
Symbol 659 MovieClip Frame 30
stop();
Symbol 659 MovieClip Frame 31
stop();
Symbol 659 MovieClip Frame 32
stop();
Symbol 659 MovieClip Frame 33
stop();
Symbol 659 MovieClip Frame 34
stop();
Symbol 659 MovieClip Frame 35
stop();
Symbol 659 MovieClip Frame 36
stop();
Symbol 659 MovieClip Frame 37
stop();
Symbol 659 MovieClip Frame 38
stop();
Symbol 659 MovieClip Frame 39
stop();
Symbol 659 MovieClip Frame 40
stop();
Symbol 659 MovieClip Frame 41
stop();
Symbol 659 MovieClip Frame 42
stop();
Symbol 659 MovieClip Frame 43
stop();
Symbol 659 MovieClip Frame 44
stop();
Symbol 659 MovieClip Frame 45
stop();
Symbol 659 MovieClip Frame 46
stop();
Symbol 659 MovieClip Frame 47
stop();
Symbol 679 MovieClip Frame 1
stop();
Symbol 679 MovieClip Frame 2
stop();
Symbol 679 MovieClip Frame 3
stop();
Symbol 679 MovieClip Frame 4
stop();
Symbol 679 MovieClip Frame 5
stop();
Symbol 679 MovieClip Frame 6
stop();
Symbol 679 MovieClip Frame 7
stop();
Symbol 679 MovieClip Frame 8
stop();
Symbol 679 MovieClip Frame 9
stop();
Symbol 679 MovieClip Frame 10
stop();
Symbol 679 MovieClip Frame 11
stop();
Symbol 679 MovieClip Frame 12
stop();
Symbol 679 MovieClip Frame 13
stop();
Symbol 679 MovieClip Frame 14
stop();
Symbol 679 MovieClip Frame 15
stop();
Symbol 679 MovieClip Frame 16
stop();
Symbol 679 MovieClip Frame 17
stop();
Symbol 679 MovieClip Frame 18
stop();
Symbol 679 MovieClip Frame 19
stop();
Symbol 679 MovieClip Frame 20
stop();
Symbol 679 MovieClip Frame 21
stop();
Symbol 679 MovieClip Frame 22
stop();
Symbol 679 MovieClip Frame 23
stop();
Symbol 679 MovieClip Frame 24
stop();
Symbol 679 MovieClip Frame 25
stop();
Symbol 679 MovieClip Frame 26
stop();
Symbol 679 MovieClip Frame 27
stop();
Symbol 679 MovieClip Frame 28
stop();
Symbol 679 MovieClip Frame 29
stop();
Symbol 679 MovieClip Frame 30
stop();
Symbol 679 MovieClip Frame 31
stop();
Symbol 679 MovieClip Frame 32
stop();
Symbol 679 MovieClip Frame 33
stop();
Symbol 679 MovieClip Frame 34
stop();
Symbol 679 MovieClip Frame 35
stop();
Symbol 679 MovieClip Frame 36
stop();
Symbol 679 MovieClip Frame 37
stop();
Symbol 679 MovieClip Frame 38
stop();
Symbol 679 MovieClip Frame 39
stop();
Symbol 679 MovieClip Frame 40
stop();
Symbol 679 MovieClip Frame 41
stop();
Symbol 679 MovieClip Frame 42
stop();
Symbol 679 MovieClip Frame 43
stop();
Symbol 679 MovieClip Frame 44
stop();
Symbol 679 MovieClip Frame 45
stop();
Symbol 679 MovieClip Frame 46
stop();
Symbol 679 MovieClip Frame 47
stop();
Symbol 680 MovieClip Frame 5
_root.enemy1.hits = 0;
Symbol 680 MovieClip Frame 12
_root.enemy1forcedwalking = 0;
Symbol 681 MovieClip Frame 6
_root.intromovie.gotoAndPlay(98);
Symbol 681 MovieClip Frame 19
_root.intromovie.gotoAndPlay(105);
Symbol 681 MovieClip Frame 35
_root.intromovie.gotoAndPlay(111);
stop();
Symbol 690 MovieClip Frame 1
_root.intromovie.sleep.gotoAndPlay(1);
Symbol 690 MovieClip Frame 7
stop();
Symbol 746 MovieClip Frame 1
stop();
Symbol 746 MovieClip Frame 2
stop();
Symbol 746 MovieClip Frame 3
stop();
Symbol 746 MovieClip Frame 4
stop();
Symbol 746 MovieClip Frame 5
stop();
Symbol 746 MovieClip Frame 6
stop();
Symbol 746 MovieClip Frame 7
stop();
Symbol 746 MovieClip Frame 8
stop();
Symbol 746 MovieClip Frame 9
stop();
Symbol 746 MovieClip Frame 10
stop();
Symbol 746 MovieClip Frame 11
stop();
Symbol 746 MovieClip Frame 12
stop();
Symbol 746 MovieClip Frame 13
stop();
Symbol 746 MovieClip Frame 14
stop();
Symbol 746 MovieClip Frame 15
stop();
Symbol 746 MovieClip Frame 16
stop();
Symbol 746 MovieClip Frame 17
stop();
Symbol 746 MovieClip Frame 18
stop();
Symbol 746 MovieClip Frame 19
stop();
Symbol 746 MovieClip Frame 20
stop();
Symbol 746 MovieClip Frame 21
stop();
Symbol 746 MovieClip Frame 22
stop();
Symbol 746 MovieClip Frame 23
stop();
Symbol 746 MovieClip Frame 24
stop();
Symbol 746 MovieClip Frame 25
stop();
Symbol 746 MovieClip Frame 26
stop();
Symbol 746 MovieClip Frame 27
stop();
Symbol 746 MovieClip Frame 28
stop();
Symbol 746 MovieClip Frame 29
stop();
Symbol 746 MovieClip Frame 30
stop();
Symbol 746 MovieClip Frame 31
stop();
Symbol 746 MovieClip Frame 32
stop();
Symbol 746 MovieClip Frame 33
stop();
Symbol 746 MovieClip Frame 34
stop();
Symbol 746 MovieClip Frame 35
stop();
Symbol 746 MovieClip Frame 36
stop();
Symbol 746 MovieClip Frame 37
stop();
Symbol 746 MovieClip Frame 38
stop();
Symbol 746 MovieClip Frame 39
stop();
Symbol 746 MovieClip Frame 40
stop();
Symbol 746 MovieClip Frame 41
stop();
Symbol 746 MovieClip Frame 42
stop();
Symbol 746 MovieClip Frame 43
stop();
Symbol 746 MovieClip Frame 44
stop();
Symbol 746 MovieClip Frame 45
stop();
Symbol 746 MovieClip Frame 46
stop();
Symbol 746 MovieClip Frame 47
stop();
Symbol 746 MovieClip Frame 48
stop();
Symbol 746 MovieClip Frame 49
stop();
Symbol 746 MovieClip Frame 50
stop();
Symbol 746 MovieClip Frame 51
stop();
Symbol 806 MovieClip Frame 1
stop();
Symbol 806 MovieClip Frame 2
stop();
Symbol 806 MovieClip Frame 3
stop();
Symbol 806 MovieClip Frame 4
stop();
Symbol 806 MovieClip Frame 5
stop();
Symbol 806 MovieClip Frame 6
stop();
Symbol 806 MovieClip Frame 7
stop();
Symbol 806 MovieClip Frame 8
stop();
Symbol 806 MovieClip Frame 9
stop();
Symbol 806 MovieClip Frame 10
stop();
Symbol 806 MovieClip Frame 11
stop();
Symbol 806 MovieClip Frame 12
stop();
Symbol 806 MovieClip Frame 13
stop();
Symbol 806 MovieClip Frame 14
stop();
Symbol 806 MovieClip Frame 15
stop();
Symbol 806 MovieClip Frame 16
stop();
Symbol 806 MovieClip Frame 17
stop();
Symbol 806 MovieClip Frame 18
stop();
Symbol 806 MovieClip Frame 19
stop();
Symbol 806 MovieClip Frame 20
stop();
Symbol 806 MovieClip Frame 21
stop();
Symbol 806 MovieClip Frame 22
stop();
Symbol 806 MovieClip Frame 23
stop();
Symbol 806 MovieClip Frame 24
stop();
Symbol 806 MovieClip Frame 25
stop();
Symbol 806 MovieClip Frame 26
stop();
Symbol 806 MovieClip Frame 27
stop();
Symbol 806 MovieClip Frame 28
stop();
Symbol 806 MovieClip Frame 29
stop();
Symbol 806 MovieClip Frame 30
stop();
Symbol 806 MovieClip Frame 31
stop();
Symbol 806 MovieClip Frame 32
stop();
Symbol 806 MovieClip Frame 33
stop();
Symbol 806 MovieClip Frame 34
stop();
Symbol 806 MovieClip Frame 35
stop();
Symbol 806 MovieClip Frame 36
stop();
Symbol 806 MovieClip Frame 37
stop();
Symbol 806 MovieClip Frame 38
stop();
Symbol 806 MovieClip Frame 39
stop();
Symbol 806 MovieClip Frame 40
stop();
Symbol 806 MovieClip Frame 41
stop();
Symbol 806 MovieClip Frame 42
stop();
Symbol 806 MovieClip Frame 43
stop();
Symbol 806 MovieClip Frame 44
stop();
Symbol 806 MovieClip Frame 45
stop();
Symbol 806 MovieClip Frame 46
stop();
Symbol 806 MovieClip Frame 47
stop();
Symbol 806 MovieClip Frame 48
stop();
Symbol 806 MovieClip Frame 49
stop();
Symbol 806 MovieClip Frame 50
stop();
Symbol 806 MovieClip Frame 51
stop();
Symbol 887 MovieClip Frame 1
stop();
Symbol 887 MovieClip Frame 2
stop();
Symbol 887 MovieClip Frame 3
stop();
Symbol 887 MovieClip Frame 4
stop();
Symbol 887 MovieClip Frame 5
stop();
Symbol 887 MovieClip Frame 6
stop();
Symbol 887 MovieClip Frame 7
stop();
Symbol 887 MovieClip Frame 8
stop();
Symbol 887 MovieClip Frame 9
stop();
Symbol 887 MovieClip Frame 10
stop();
Symbol 887 MovieClip Frame 11
stop();
Symbol 887 MovieClip Frame 12
stop();
Symbol 887 MovieClip Frame 13
stop();
Symbol 887 MovieClip Frame 14
stop();
Symbol 887 MovieClip Frame 15
stop();
Symbol 887 MovieClip Frame 16
stop();
Symbol 887 MovieClip Frame 17
stop();
Symbol 887 MovieClip Frame 18
stop();
Symbol 887 MovieClip Frame 19
stop();
Symbol 887 MovieClip Frame 20
stop();
Symbol 887 MovieClip Frame 21
stop();
Symbol 887 MovieClip Frame 22
stop();
Symbol 887 MovieClip Frame 23
stop();
Symbol 887 MovieClip Frame 24
stop();
Symbol 887 MovieClip Frame 25
stop();
Symbol 887 MovieClip Frame 26
stop();
Symbol 887 MovieClip Frame 27
stop();
Symbol 887 MovieClip Frame 28
stop();
Symbol 887 MovieClip Frame 29
stop();
Symbol 887 MovieClip Frame 30
stop();
Symbol 887 MovieClip Frame 31
stop();
Symbol 887 MovieClip Frame 32
stop();
Symbol 887 MovieClip Frame 33
stop();
Symbol 887 MovieClip Frame 34
stop();
Symbol 887 MovieClip Frame 35
stop();
Symbol 887 MovieClip Frame 36
stop();
Symbol 887 MovieClip Frame 37
stop();
Symbol 887 MovieClip Frame 38
stop();
Symbol 887 MovieClip Frame 39
stop();
Symbol 887 MovieClip Frame 40
stop();
Symbol 887 MovieClip Frame 41
stop();
Symbol 887 MovieClip Frame 42
stop();
Symbol 887 MovieClip Frame 43
stop();
Symbol 887 MovieClip Frame 44
stop();
Symbol 887 MovieClip Frame 45
stop();
Symbol 887 MovieClip Frame 46
stop();
Symbol 887 MovieClip Frame 47
stop();
Symbol 887 MovieClip Frame 48
stop();
Symbol 887 MovieClip Frame 49
stop();
Symbol 887 MovieClip Frame 50
stop();
Symbol 887 MovieClip Frame 51
stop();
Symbol 990 MovieClip Frame 1
stop();
Symbol 990 MovieClip Frame 2
stop();
Symbol 990 MovieClip Frame 3
stop();
Symbol 990 MovieClip Frame 4
stop();
Symbol 990 MovieClip Frame 5
stop();
Symbol 990 MovieClip Frame 6
stop();
Symbol 990 MovieClip Frame 7
stop();
Symbol 990 MovieClip Frame 8
stop();
Symbol 990 MovieClip Frame 9
stop();
Symbol 990 MovieClip Frame 10
stop();
Symbol 990 MovieClip Frame 11
stop();
Symbol 990 MovieClip Frame 12
stop();
Symbol 990 MovieClip Frame 13
stop();
Symbol 990 MovieClip Frame 14
stop();
Symbol 990 MovieClip Frame 15
stop();
Symbol 990 MovieClip Frame 16
stop();
Symbol 990 MovieClip Frame 17
stop();
Symbol 990 MovieClip Frame 18
stop();
Symbol 990 MovieClip Frame 19
stop();
Symbol 990 MovieClip Frame 20
stop();
Symbol 990 MovieClip Frame 21
stop();
Symbol 990 MovieClip Frame 22
stop();
Symbol 990 MovieClip Frame 23
stop();
Symbol 990 MovieClip Frame 24
stop();
Symbol 990 MovieClip Frame 25
stop();
Symbol 990 MovieClip Frame 26
stop();
Symbol 990 MovieClip Frame 27
stop();
Symbol 990 MovieClip Frame 28
stop();
Symbol 990 MovieClip Frame 29
stop();
Symbol 990 MovieClip Frame 30
stop();
Symbol 990 MovieClip Frame 31
stop();
Symbol 990 MovieClip Frame 32
stop();
Symbol 990 MovieClip Frame 33
stop();
Symbol 990 MovieClip Frame 34
stop();
Symbol 990 MovieClip Frame 35
stop();
Symbol 990 MovieClip Frame 36
stop();
Symbol 990 MovieClip Frame 37
stop();
Symbol 990 MovieClip Frame 38
stop();
Symbol 990 MovieClip Frame 39
stop();
Symbol 990 MovieClip Frame 40
stop();
Symbol 990 MovieClip Frame 41
stop();
Symbol 990 MovieClip Frame 42
stop();
Symbol 990 MovieClip Frame 43
stop();
Symbol 990 MovieClip Frame 44
stop();
Symbol 990 MovieClip Frame 45
stop();
Symbol 990 MovieClip Frame 46
stop();
Symbol 990 MovieClip Frame 47
stop();
Symbol 990 MovieClip Frame 48
stop();
Symbol 990 MovieClip Frame 49
stop();
Symbol 990 MovieClip Frame 50
stop();
Symbol 990 MovieClip Frame 51
stop();
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 2
stop();
Symbol 1102 MovieClip Frame 1
stop();
Symbol 1102 MovieClip Frame 2
stop();
Symbol 1102 MovieClip Frame 3
stop();
Symbol 1102 MovieClip Frame 4
stop();
Symbol 1102 MovieClip Frame 5
stop();
Symbol 1102 MovieClip Frame 6
stop();
Symbol 1102 MovieClip Frame 7
stop();
Symbol 1102 MovieClip Frame 8
stop();
Symbol 1102 MovieClip Frame 9
stop();
Symbol 1102 MovieClip Frame 10
stop();
Symbol 1102 MovieClip Frame 11
stop();
Symbol 1102 MovieClip Frame 12
stop();
Symbol 1102 MovieClip Frame 13
stop();
Symbol 1102 MovieClip Frame 14
stop();
Symbol 1102 MovieClip Frame 15
stop();
Symbol 1102 MovieClip Frame 16
stop();
Symbol 1102 MovieClip Frame 17
stop();
Symbol 1102 MovieClip Frame 18
stop();
Symbol 1102 MovieClip Frame 19
stop();
Symbol 1102 MovieClip Frame 20
stop();
Symbol 1102 MovieClip Frame 21
stop();
Symbol 1102 MovieClip Frame 22
stop();
Symbol 1102 MovieClip Frame 23
stop();
Symbol 1102 MovieClip Frame 24
stop();
Symbol 1102 MovieClip Frame 25
stop();
Symbol 1102 MovieClip Frame 26
stop();
Symbol 1102 MovieClip Frame 27
stop();
Symbol 1102 MovieClip Frame 28
stop();
Symbol 1102 MovieClip Frame 29
stop();
Symbol 1102 MovieClip Frame 30
stop();
Symbol 1102 MovieClip Frame 31
stop();
Symbol 1102 MovieClip Frame 32
stop();
Symbol 1102 MovieClip Frame 33
stop();
Symbol 1102 MovieClip Frame 34
stop();
Symbol 1102 MovieClip Frame 35
stop();
Symbol 1102 MovieClip Frame 36
stop();
Symbol 1102 MovieClip Frame 37
stop();
Symbol 1102 MovieClip Frame 38
stop();
Symbol 1102 MovieClip Frame 39
stop();
Symbol 1102 MovieClip Frame 40
stop();
Symbol 1102 MovieClip Frame 41
stop();
Symbol 1102 MovieClip Frame 42
stop();
Symbol 1102 MovieClip Frame 43
stop();
Symbol 1102 MovieClip Frame 44
stop();
Symbol 1102 MovieClip Frame 45
stop();
Symbol 1102 MovieClip Frame 46
stop();
Symbol 1102 MovieClip Frame 47
stop();
Symbol 1102 MovieClip Frame 48
stop();
Symbol 1102 MovieClip Frame 49
stop();
Symbol 1102 MovieClip Frame 50
stop();
Symbol 1102 MovieClip Frame 51
stop();
Instance of Symbol 38 MovieClip in Symbol 1146 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade) and (_root.pause == false)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade) and (_root.pause == false)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
Instance of Symbol 204 MovieClip "fb2" in Symbol 1156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fb2._x = _root.fb2._x - 1200;
_root.fb2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fb2._x = _root.fb2._x + 1200;
_root.fb2.nextFrame();
}
}
Instance of Symbol 250 MovieClip "bg2" in Symbol 1156 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg2._x = _root.bg2._x - 1200;
_root.bg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg2._x = _root.bg2._x + 1200;
_root.bg2.nextFrame();
}
}
Instance of Symbol 680 MovieClip "body" in Symbol 1156 MovieClip Frame 66
/* no clip actions */
Symbol 1156 MovieClip Frame 97
stop();
Symbol 1156 MovieClip Frame 102
stop();
Symbol 1156 MovieClip Frame 110
stop();
Instance of Symbol 250 MovieClip "bg2" in Symbol 1156 MovieClip Frame 111
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg2._x = _root.bg2._x - 1200;
_root.bg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg2._x = _root.bg2._x + 1200;
_root.bg2.nextFrame();
}
}
Instance of Symbol 80 MovieClip in Symbol 1156 MovieClip Frame 170
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38)) {
_root.hobo.gotoAndStop(3);
} else if (Key.isDown(40)) {
_root.hobo.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and (_root.punchallowed == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and (_root.kickallowed == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Instance of Symbol 250 MovieClip "bg2" in Symbol 1156 MovieClip Frame 196
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg2._x = _root.bg2._x - 1200;
_root.bg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg2._x = _root.bg2._x + 1200;
_root.bg2.nextFrame();
}
}
Instance of Symbol 680 MovieClip "body" in Symbol 1156 MovieClip Frame 351
onClipEvent (enterFrame) {
_root.enemy1._x = _root.enemy1._x - 6;
_root.enemy1walkingleft = true;
_root.enemy1walkingright = false;
}
onClipEvent (enterFrame) {
if (_root.enemy1xdistance < -20) {
_root.enemy1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((_root.enemy1ydistance > 5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) {
_root.enemy1._x = _root.enemy1._x + 6;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((_root.enemy1ydistance < -5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) {
_root.enemy1._x = _root.enemy1._x + 6;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (_root.enemy1ydistance > 5) {
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (_root.enemy1ydistance < -5) {
_root.enemy1._y = _root.enemy1._y + 2.5;
}
}
Instance of Symbol 80 MovieClip in Symbol 1156 MovieClip Frame 382
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38)) {
_root.hobo.gotoAndStop(3);
} else if (Key.isDown(40)) {
_root.hobo.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and (_root.punchallowed == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and (_root.kickallowed == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Instance of Symbol 1137 MovieClip "carry" in Symbol 1156 MovieClip Frame 428
onClipEvent (enterFrame) {
if (Key.isDown(37) and (Key.isDown(39) == false)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38)) {
} else if (Key.isDown(40)) {
} else if (Key.isDown(39)) {
} else {
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 16;
_root.bg2._x = _root.bg2._x - 16;
_root.fg1._x = _root.fg1._x - 24;
_root.fg2._x = _root.fg2._x - 24;
_root.fb1._x = _root.fb1._x - 8;
_root.fb2._x = _root.fb2._x - 8;
_root.trashcan._x = _root.trashcan._x - 16;
_root.trashcan2._x = _root.trashcan2._x - 16;
_root.tire._x = _root.tire._x - 16;
_root.bottle1._x = _root.bottle1._x - 16;
_root.bottle2._x = _root.bottle2._x - 16;
_root.bottle3._x = _root.bottle3._x - 16;
_root.bottle4._x = _root.bottle4._x - 16;
_root.prop1._x = _root.prop1._x - 16;
_root.prop2._x = _root.prop2._x - 16;
_root.prop3._x = _root.prop3._x - 16;
_root.prop4._x = _root.prop4._x - 16;
_root.prop5._x = _root.prop5._x - 16;
_root.enemy1._x = _root.enemy1._x - 16;
_root.enemy2._x = _root.enemy2._x - 16;
_root.enemy3._x = _root.enemy3._x - 16;
_root.enemy4._x = _root.enemy4._x - 16;
_root.enemy5._x = _root.enemy5._x - 16;
_root.hobo._x = _root.hobo._x - 8;
} else if (((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 8;
_root.bg2._x = _root.bg2._x - 8;
_root.fg1._x = _root.fg1._x - 12;
_root.fg2._x = _root.fg2._x - 12;
_root.fb1._x = _root.fb1._x - 4;
_root.fb2._x = _root.fb2._x - 4;
_root.trashcan._x = _root.trashcan._x - 8;
_root.trashcan2._x = _root.trashcan2._x - 8;
_root.tire._x = _root.tire._x - 8;
_root.bottle1._x = _root.bottle1._x - 8;
_root.bottle2._x = _root.bottle2._x - 8;
_root.bottle3._x = _root.bottle3._x - 8;
_root.bottle4._x = _root.bottle4._x - 8;
_root.prop1._x = _root.prop1._x - 8;
_root.prop2._x = _root.prop2._x - 8;
_root.prop3._x = _root.prop3._x - 8;
_root.prop4._x = _root.prop4._x - 8;
_root.prop5._x = _root.prop5._x - 8;
_root.enemy1._x = _root.enemy1._x - 8;
_root.enemy2._x = _root.enemy2._x - 8;
_root.enemy3._x = _root.enemy3._x - 8;
_root.enemy4._x = _root.enemy4._x - 8;
_root.enemy5._x = _root.enemy5._x - 8;
} else if ((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 190)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 8;
_root.bg2._x = _root.bg2._x - 8;
_root.fg1._x = _root.fg1._x - 12;
_root.fg2._x = _root.fg2._x - 12;
_root.fb1._x = _root.fb1._x - 4;
_root.fb2._x = _root.fb2._x - 4;
_root.trashcan._x = _root.trashcan._x - 8;
_root.trashcan2._x = _root.trashcan2._x - 8;
_root.tire._x = _root.tire._x - 8;
_root.bottle1._x = _root.bottle1._x - 8;
_root.bottle2._x = _root.bottle2._x - 8;
_root.bottle3._x = _root.bottle3._x - 8;
_root.bottle4._x = _root.bottle4._x - 8;
_root.prop1._x = _root.prop1._x - 8;
_root.prop2._x = _root.prop2._x - 8;
_root.prop3._x = _root.prop3._x - 8;
_root.prop4._x = _root.prop4._x - 8;
_root.prop5._x = _root.prop5._x - 8;
_root.enemy1._x = _root.enemy1._x - 8;
_root.enemy2._x = _root.enemy2._x - 8;
_root.enemy3._x = _root.enemy3._x - 8;
_root.enemy4._x = _root.enemy4._x - 8;
_root.enemy5._x = _root.enemy5._x - 8;
} else if (((Key.isDown(39) and (_root.hobo._x < 191)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.hobo._x = _root.hobo._x + 8;
} else if ((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) {
_root.hobo._x = _root.hobo._x + 8;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) and (_root.upallowed == true)) {
_root.hobo._y = _root.hobo._y - 2;
_root.bg1._y = _root.bg1._y + 2;
_root.bg2._y = _root.bg2._y + 2;
_root.fg1._y = _root.fg1._y + 4;
_root.fg2._y = _root.fg2._y + 4;
_root.fb1._y = _root.fb1._y + 1;
_root.fb2._y = _root.fb2._y + 1;
_root.trashcan._y = _root.trashcan._y + 2;
_root.trashcan2._y = _root.trashcan2._y + 2;
_root.tire._y = _root.tire._y + 2;
_root.bottle1._y = _root.bottle1._y + 2;
_root.bottle2._y = _root.bottle2._y + 2;
_root.bottle3._y = _root.bottle3._y + 2;
_root.bottle4._y = _root.bottle4._y + 2;
_root.prop1._y = _root.prop1._y + 2;
_root.prop2._y = _root.prop2._y + 2;
_root.prop3._y = _root.prop3._y + 2;
_root.prop4._y = _root.prop4._y + 2;
_root.prop5._y = _root.prop5._y + 2;
_root.enemy1._y = _root.enemy1._y + 2;
_root.enemy2._y = _root.enemy2._y + 2;
_root.enemy3._y = _root.enemy3._y + 2;
_root.enemy4._y = _root.enemy4._y + 2;
_root.enemy5._y = _root.enemy5._y + 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) and (_root.downallowed == true)) {
_root.hobo._y = _root.hobo._y + 2;
_root.bg1._y = _root.bg1._y - 2;
_root.bg2._y = _root.bg2._y - 2;
_root.fg1._y = _root.fg1._y - 4;
_root.fg2._y = _root.fg2._y - 4;
_root.fb1._y = _root.fb1._y - 1;
_root.fb2._y = _root.fb2._y - 1;
_root.trashcan._y = _root.trashcan._y - 2;
_root.trashcan2._y = _root.trashcan2._y - 2;
_root.tire._y = _root.tire._y - 2;
_root.bottle1._y = _root.bottle1._y - 2;
_root.bottle2._y = _root.bottle2._y - 2;
_root.bottle3._y = _root.bottle3._y - 2;
_root.bottle4._y = _root.bottle4._y - 2;
_root.prop1._y = _root.prop1._y - 2;
_root.prop2._y = _root.prop2._y - 2;
_root.prop3._y = _root.prop3._y - 2;
_root.prop4._y = _root.prop4._y - 2;
_root.prop5._y = _root.prop5._y - 2;
_root.enemy1._y = _root.enemy1._y - 2;
_root.enemy2._y = _root.enemy2._y - 2;
_root.enemy3._y = _root.enemy3._y - 2;
_root.enemy4._y = _root.enemy4._y - 2;
_root.enemy5._y = _root.enemy5._y - 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and (_root.punchallowed == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and (_root.kickallowed == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Instance of Symbol 1146 MovieClip "carry" in Symbol 1156 MovieClip Frame 466
onClipEvent (enterFrame) {
if (Key.isDown(37) and (Key.isDown(39) == false)) {
_root.run = false;
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38)) {
} else if (Key.isDown(40)) {
} else if (Key.isDown(39)) {
} else {
_root.run = false;
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) == false) {
_root.run = false;
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 32;
_root.bg2._x = _root.bg2._x - 32;
_root.fg1._x = _root.fg1._x - 48;
_root.fg2._x = _root.fg2._x - 48;
_root.fb1._x = _root.fb1._x - 16;
_root.fb2._x = _root.fb2._x - 16;
_root.trashcan._x = _root.trashcan._x - 32;
_root.trashcan2._x = _root.trashcan2._x - 32;
_root.tire._x = _root.tire._x - 32;
_root.bottle1._x = _root.bottle1._x - 32;
_root.bottle2._x = _root.bottle2._x - 32;
_root.bottle3._x = _root.bottle3._x - 32;
_root.bottle4._x = _root.bottle4._x - 32;
_root.prop1._x = _root.prop1._x - 32;
_root.prop2._x = _root.prop2._x - 32;
_root.prop3._x = _root.prop3._x - 32;
_root.prop4._x = _root.prop4._x - 32;
_root.prop5._x = _root.prop5._x - 32;
_root.enemy1._x = _root.enemy1._x - 32;
_root.enemy2._x = _root.enemy2._x - 32;
_root.enemy3._x = _root.enemy3._x - 32;
_root.enemy4._x = _root.enemy4._x - 32;
_root.enemy5._x = _root.enemy5._x - 32;
_root.hobo._x = _root.hobo._x - 16;
} else if (((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 16;
_root.bg2._x = _root.bg2._x - 16;
_root.fg1._x = _root.fg1._x - 24;
_root.fg2._x = _root.fg2._x - 24;
_root.fb1._x = _root.fb1._x - 8;
_root.fb2._x = _root.fb2._x - 8;
_root.trashcan._x = _root.trashcan._x - 16;
_root.trashcan2._x = _root.trashcan2._x - 16;
_root.tire._x = _root.tire._x - 16;
_root.bottle1._x = _root.bottle1._x - 16;
_root.bottle2._x = _root.bottle2._x - 16;
_root.bottle3._x = _root.bottle3._x - 16;
_root.bottle4._x = _root.bottle4._x - 16;
_root.prop1._x = _root.prop1._x - 16;
_root.prop2._x = _root.prop2._x - 16;
_root.prop3._x = _root.prop3._x - 16;
_root.prop4._x = _root.prop4._x - 16;
_root.prop5._x = _root.prop5._x - 16;
_root.enemy1._x = _root.enemy1._x - 16;
_root.enemy2._x = _root.enemy2._x - 16;
_root.enemy3._x = _root.enemy3._x - 16;
_root.enemy4._x = _root.enemy4._x - 16;
_root.enemy5._x = _root.enemy5._x - 16;
} else if ((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 180)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.bg1._x = _root.bg1._x - 16;
_root.bg2._x = _root.bg2._x - 16;
_root.fg1._x = _root.fg1._x - 24;
_root.fg2._x = _root.fg2._x - 24;
_root.fb1._x = _root.fb1._x - 8;
_root.fb2._x = _root.fb2._x - 8;
_root.trashcan._x = _root.trashcan._x - 16;
_root.trashcan2._x = _root.trashcan2._x - 16;
_root.tire._x = _root.tire._x - 16;
_root.bottle1._x = _root.bottle1._x - 16;
_root.bottle2._x = _root.bottle2._x - 16;
_root.bottle3._x = _root.bottle3._x - 16;
_root.bottle4._x = _root.bottle4._x - 16;
_root.prop1._x = _root.prop1._x - 16;
_root.prop2._x = _root.prop2._x - 16;
_root.prop3._x = _root.prop3._x - 16;
_root.prop4._x = _root.prop4._x - 16;
_root.prop5._x = _root.prop5._x - 16;
_root.enemy1._x = _root.enemy1._x - 16;
_root.enemy2._x = _root.enemy2._x - 16;
_root.enemy3._x = _root.enemy3._x - 16;
_root.enemy4._x = _root.enemy4._x - 16;
_root.enemy5._x = _root.enemy5._x - 16;
} else if (((Key.isDown(39) and (_root.hobo._x < 181)) and (_root.rightallowed == true)) and (_root.rightblock == false)) {
_root.hobo._x = _root.hobo._x + 15;
} else if ((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) {
_root.hobo._x = _root.hobo._x + 15;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) and (_root.upallowed == true)) {
_root.hobo._y = _root.hobo._y - 2;
_root.bg1._y = _root.bg1._y + 2;
_root.bg2._y = _root.bg2._y + 2;
_root.fg1._y = _root.fg1._y + 4;
_root.fg2._y = _root.fg2._y + 4;
_root.fb1._y = _root.fb1._y + 1;
_root.fb2._y = _root.fb2._y + 1;
_root.trashcan._y = _root.trashcan._y + 2;
_root.trashcan2._y = _root.trashcan2._y + 2;
_root.tire._y = _root.tire._y + 2;
_root.bottle1._y = _root.bottle1._y + 2;
_root.bottle2._y = _root.bottle2._y + 2;
_root.bottle3._y = _root.bottle3._y + 2;
_root.bottle4._y = _root.bottle4._y + 2;
_root.prop1._y = _root.prop1._y + 2;
_root.prop2._y = _root.prop2._y + 2;
_root.prop3._y = _root.prop3._y + 2;
_root.prop4._y = _root.prop4._y + 2;
_root.prop5._y = _root.prop5._y + 2;
_root.enemy1._y = _root.enemy1._y + 2;
_root.enemy2._y = _root.enemy2._y + 2;
_root.enemy3._y = _root.enemy3._y + 2;
_root.enemy4._y = _root.enemy4._y + 2;
_root.enemy5._y = _root.enemy5._y + 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) and (_root.downallowed == true)) {
_root.hobo._y = _root.hobo._y + 2;
_root.bg1._y = _root.bg1._y - 2;
_root.bg2._y = _root.bg2._y - 2;
_root.fg1._y = _root.fg1._y - 4;
_root.fg2._y = _root.fg2._y - 4;
_root.fb1._y = _root.fb1._y - 1;
_root.fb2._y = _root.fb2._y - 1;
_root.trashcan._y = _root.trashcan._y - 2;
_root.trashcan2._y = _root.trashcan2._y - 2;
_root.tire._y = _root.tire._y - 2;
_root.bottle1._y = _root.bottle1._y - 2;
_root.bottle2._y = _root.bottle2._y - 2;
_root.bottle3._y = _root.bottle3._y - 2;
_root.bottle4._y = _root.bottle4._y - 2;
_root.prop1._y = _root.prop1._y - 2;
_root.prop2._y = _root.prop2._y - 2;
_root.prop3._y = _root.prop3._y - 2;
_root.prop4._y = _root.prop4._y - 2;
_root.prop5._y = _root.prop5._y - 2;
_root.enemy1._y = _root.enemy1._y - 2;
_root.enemy2._y = _root.enemy2._y - 2;
_root.enemy3._y = _root.enemy3._y - 2;
_root.enemy4._y = _root.enemy4._y - 2;
_root.enemy5._y = _root.enemy5._y - 2;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) and (_root.punchallowed == true)) {
_root.run = false;
_root.punchallowed = false;
_root.hobo.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) and (_root.kickallowed == true)) {
_root.run = false;
_root.kickallowed = false;
_root.hobo.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1156 MovieClip Frame 600
_root.gotoAndStop(4);
Symbol 1161 MovieClip Frame 1
stop();
Symbol 1161 MovieClip Frame 2
stop();
Symbol 1161 MovieClip Frame 3
stop();
Symbol 1161 MovieClip Frame 4
stop();
Symbol 1161 MovieClip Frame 5
stop();
Symbol 1163 MovieClip Frame 1
_quality = "medium";
stop();
Instance of Symbol 1162 MovieClip "pausebutton" in Symbol 1163 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(81) and (_root.qualityallowed == true)) {
_root.qualityallowed = false;
_root.qualitytoggler.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(81) == false) {
_root.qualityallowed = true;
}
}
Symbol 1163 MovieClip Frame 2
_quality = "low";
stop();
Instance of Symbol 1162 MovieClip "pausebutton" in Symbol 1163 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(81) and (_root.qualityallowed == true)) {
_root.qualityallowed = false;
_root.qualitytoggler.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(81) == false) {
_root.qualityallowed = true;
}
}
Symbol 1172 MovieClip Frame 1
stop();
Symbol 1172 MovieClip Frame 2
stop();
Symbol 1172 MovieClip Frame 3
stop();
Symbol 1172 MovieClip Frame 4
stop();
Symbol 1172 MovieClip Frame 5
stop();
Symbol 1172 MovieClip Frame 6
stop();
Symbol 1172 MovieClip Frame 7
stop();
Symbol 1172 MovieClip Frame 8
stop();
Symbol 1172 MovieClip Frame 9
stop();
Symbol 1172 MovieClip Frame 10
stop();
Symbol 1172 MovieClip Frame 11
stop();
Symbol 1172 MovieClip Frame 12
stop();
Symbol 1172 MovieClip Frame 13
stop();
Symbol 1172 MovieClip Frame 14
stop();
Symbol 1172 MovieClip Frame 15
stop();
Symbol 1172 MovieClip Frame 16
stop();
Symbol 1172 MovieClip Frame 17
stop();
Symbol 1172 MovieClip Frame 18
stop();
Symbol 1172 MovieClip Frame 19
stop();
Symbol 1172 MovieClip Frame 20
stop();
Symbol 1172 MovieClip Frame 21
stop();
Symbol 1172 MovieClip Frame 22
stop();
Symbol 1172 MovieClip Frame 23
stop();
Symbol 1172 MovieClip Frame 24
stop();
Symbol 1172 MovieClip Frame 25
stop();
Symbol 1172 MovieClip Frame 26
stop();
Symbol 1172 MovieClip Frame 27
stop();
Symbol 1172 MovieClip Frame 28
stop();
Symbol 1172 MovieClip Frame 29
stop();
Symbol 1172 MovieClip Frame 30
stop();
Symbol 1172 MovieClip Frame 31
stop();
Symbol 1172 MovieClip Frame 32
stop();
Symbol 1172 MovieClip Frame 33
stop();
Symbol 1172 MovieClip Frame 34
stop();
Symbol 1172 MovieClip Frame 35
stop();
Symbol 1172 MovieClip Frame 36
stop();
Symbol 1172 MovieClip Frame 37
stop();
Symbol 1172 MovieClip Frame 38
stop();
Symbol 1172 MovieClip Frame 39
stop();
Symbol 1172 MovieClip Frame 40
stop();
Symbol 1172 MovieClip Frame 41
stop();
Symbol 1172 MovieClip Frame 42
stop();
Symbol 1172 MovieClip Frame 43
stop();
Symbol 1172 MovieClip Frame 44
stop();
Symbol 1172 MovieClip Frame 45
stop();
Symbol 1172 MovieClip Frame 46
stop();
Symbol 1172 MovieClip Frame 47
stop();
Symbol 1172 MovieClip Frame 48
stop();
Symbol 1172 MovieClip Frame 49
stop();
Symbol 1172 MovieClip Frame 50
stop();
Symbol 1200 MovieClip Frame 1
stop();
Symbol 1200 MovieClip Frame 24
stopAllSounds();
_root.music.gotoAndStop(3);
Symbol 1200 MovieClip Frame 25
_root.hotdoghit = 3;
stop();
Symbol 1221 MovieClip Frame 1
stop();
Symbol 1221 MovieClip Frame 2
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 1.1)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Symbol 1221 MovieClip Frame 3
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.1)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.2)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 2.3)) {
_root.rightallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3.1)) {
_root.leftallowed = false;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 4)) {
_root.leftallowed = false;
}
}
Symbol 1221 MovieClip Frame 4
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 3.1)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 5
stop();
Symbol 1221 MovieClip Frame 6
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 5)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 1221 MovieClip Frame 7
stop();
Instance of Symbol 1200 MovieClip "vendor" in Symbol 1221 MovieClip Frame 7
onClipEvent (enterFrame) {
if (((_root.hotdoghit == 1) and (_root.enemy1health < 30)) and (_root.pause == false)) {
_root.enemy4.gotoAndStop(2);
_root.bg1.vendor.gotoAndPlay(2);
_root.enemy2._x = 875;
_root.enemy2.gotoAndStop(1);
_root.hotdoghit = 2;
} else if (((_root.hotdoghit == 1) and (_root.enemy4health < 30)) and (_root.pause == false)) {
_root.enemy1.gotoAndStop(2);
_root.bg1.vendor.gotoAndPlay(2);
_root.enemy2._x = 875;
_root.enemy2.gotoAndStop(1);
_root.hotdoghit = 2;
} else if (_root.hotdoghit == 3) {
_root.bg1.vendor.gotoAndStop(25);
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 7)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Symbol 1221 MovieClip Frame 8
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 7.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 7)) {
_root.rightallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 8)) {
_root.enemy4forcedwalking = 0;
_root.enemy4._y = _root.prop4._y;
_root.enemy4._y = _root.enemy4._y - 100;
_root.enemy4._x = 800;
_root.enemy4.gotoAndStop(46);
_root.enemy5forcedwalking = 0;
_root.enemy5._y = _root.prop4._y;
_root.enemy5._y = _root.enemy5._y - 100;
_root.enemy5._x = 1000;
_root.enemy5.gotoAndStop(19);
_root.level = 8.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 8
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 8)) {
_root.leftallowed = false;
}
}
Symbol 1221 MovieClip Frame 9
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 9)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 9)) {
_root.enemy1forcedwalking = 0;
_root.enemy1._x = 760;
_root.enemy1._y = _root.prop4._y;
_root.enemy1._y = _root.enemy1._y - 10;
_root.enemy1.gotoAndStop(47);
_root.enemy4forcedwalking = 0;
_root.enemy4._x = 900;
_root.enemy4._y = _root.prop4._y;
_root.enemy4._y = _root.enemy4._y - 100;
_root.enemy4.gotoAndStop(46);
_root.enemy5forcedwalking = 0;
_root.enemy5._x = 1160;
_root.enemy5._y = _root.prop4._y;
_root.enemy5._y = _root.enemy5._y - 120;
_root.enemy5.gotoAndStop(19);
_root.prop4._x = 680;
_root.bottle4._y = _root.bottle4._y + 550;
_root.bottle4._x = 900;
_root.bottle4.gotoAndStop(21);
_root.level = 9.1;
}
}
Symbol 1221 MovieClip Frame 10
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 10)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 10.1)) {
_root.prop5.gotoAndStop(2);
_root.prop5._x = 750;
_root.prop5._y = _root.prop5._y - 25;
_root.prop4.gotoAndStop(2);
_root.prop4._x = 1200;
_root.prop4._y = _root.prop4._y - 100;
_root.prop2._x = _root.prop4._x;
_root.prop2._y = _root.prop4._y;
_root.prop2._y = _root.prop2._y - 10;
_root.prop2._x = _root.prop2._x + 230;
_root.prop2.gotoAndStop(2);
_root.trashcan._x = _root.prop2._x;
_root.trashcan._y = _root.prop2._y;
_root.trashcan._x = _root.trashcan._x + 150;
_root.trashcan.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = _root.prop5._x;
_root.enemy2._x = _root.enemy2._x + 260;
_root.enemy2._y = _root.prop5._y;
_root.enemy2._y = _root.enemy2._y + 5;
_root.enemy2.gotoAndStop(54);
_root.enemy4forcedwalking = 0;
_root.enemy4._x = _root.prop5._x;
_root.enemy4._x = _root.enemy4._x + 80;
_root.enemy4._y = _root.prop5._y;
_root.enemy4._y = _root.enemy4._y + 5;
_root.enemy4.gotoAndStop(50);
_root.enemy5forcedwalking = 0;
_root.enemy5._x = _root.prop5._x;
_root.enemy5._x = _root.enemy5._x + 170;
_root.enemy5._y = _root.prop5._y;
_root.enemy5._y = _root.enemy5._y - 10;
_root.enemy5.gotoAndStop(49);
_root.level = 10.2;
}
}
Symbol 1221 MovieClip Frame 11
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 10.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 11)) {
_root.bottle2._x = 650;
_root.bottle2._y = _root.prop5._y;
_root.bottle2.gotoAndStop(7);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 800;
_root.enemy2._y = _root.prop4._y;
_root.enemy2._y = _root.enemy2._y + 150;
_root.enemy2.gotoAndStop(1);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 670;
_root.enemy3._y = _root.prop4._y;
_root.enemy3._y = _root.enemy3._y + 50;
_root.enemy3.gotoAndStop(1);
_root.prop5._x = 800;
_root.prop5._y = _root.prop4._y;
stopAllSounds();
_root.music.gotoAndStop(3);
_root.level = 11.1;
}
}
Symbol 1221 MovieClip Frame 12
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 12)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 12)) {
_root.enemy4forcedwalking = 0;
_root.enemy4._x = 800;
_root.enemy4._y = _root.prop5._y;
_root.enemy4._y = _root.enemy4._y + 100;
_root.enemy4.gotoAndStop(46);
_root.enemy5forcedwalking = 0;
_root.enemy5._x = 670;
_root.enemy5._y = _root.prop5._y;
_root.enemy5._y = _root.enemy5._y + 50;
_root.enemy5.gotoAndStop(46);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = _root.prop2._x;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 5;
_root.enemy2.gotoAndStop(65);
_root.level = 12.1;
}
}
Symbol 1221 MovieClip Frame 13
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 12.9)) {
_root.rightallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.rightallowed = true;
}
}
Symbol 1221 MovieClip Frame 14
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 13.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 15
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 14.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 16
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 15.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 17
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 17
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 16.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 18
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 18
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 17.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 19
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level <= 18.9)) {
_root.rightallowed = false;
}
}
Symbol 1221 MovieClip Frame 20
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 19)) {
_root.bottle4._y = _root.prop4._y;
_root.bottle4._y = _root.bottle4._y - 80;
_root.bottle4._x = 1000;
_root.bottle4.gotoAndStop(22);
_root.level = 19.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 19.2)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 19.1)) {
_root.enemy1forcedwalking = 0;
_root.enemy1._x = 900;
_root.enemy1._y = _root.prop2._y;
_root.enemy1._y = _root.enemy1._y + 150;
_root.enemy1.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 650;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 100;
_root.enemy2.gotoAndStop(1);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 700;
_root.enemy3._y = _root.prop2._y;
_root.enemy3._y = _root.enemy3._y + 150;
_root.enemy3.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(3);
_root.level = 19.2;
}
}
Symbol 1221 MovieClip Frame 21
stop();
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level >= 20)) {
_root.leftallowed = false;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo)) {
_root.leftallowed = true;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 20)) {
_root.bottle4._y = _root.prop4._y;
_root.bottle4._y = _root.bottle4._y - 80;
_root.bottle4._x = 850;
_root.bottle4.gotoAndStop(24);
_root.level = 20.1;
}
}
Instance of Symbol 214 MovieClip in Symbol 1221 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo) and (_root.level == 20.1)) {
_root.enemy1forcedwalking = 0;
_root.enemy1._x = 650;
_root.enemy1._y = _root.prop2._y;
_root.enemy1._y = _root.enemy1._y + 75;
_root.enemy1.gotoAndStop(1);
_root.enemy2forcedwalking = 0;
_root.enemy2._x = 800;
_root.enemy2._y = _root.prop2._y;
_root.enemy2._y = _root.enemy2._y + 150;
_root.enemy2.gotoAndStop(1);
_root.enemy3forcedwalking = 0;
_root.enemy3._x = 700;
_root.enemy3._y = _root.prop2._y;
_root.enemy3._y = _root.enemy3._y + 100;
_root.enemy3.gotoAndStop(19);
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 20.2;
}
}
Symbol 1221 MovieClip Frame 22
stop();
Symbol 1224 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1224 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop1._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop1._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.prop1._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.prop1._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop1._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop1._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop1ydistance > -10)) and (_root.enemy1prop1ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop1ydistance < 1)) and (_root.enemy1prop1ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop1ydistance > -10)) and (_root.enemy1prop1ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop1ydistance < 1)) and (_root.enemy1prop1ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop1ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop1ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop1ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop1ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop1ydistance > -10)) and (_root.enemy2prop1ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop1ydistance < 1)) and (_root.enemy2prop1ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop1ydistance > -10)) and (_root.enemy2prop1ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop1ydistance < 1)) and (_root.enemy2prop1ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop1ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop1ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop1ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop1ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop1ydistance > -10)) and (_root.enemy3prop1ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop1ydistance < 1)) and (_root.enemy3prop1ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop1ydistance > -10)) and (_root.enemy3prop1ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop1ydistance < 1)) and (_root.enemy3prop1ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop1ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop1ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop1ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop1ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop1ydistance > -10)) and (_root.enemy4prop1ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop1ydistance < 1)) and (_root.enemy4prop1ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop1ydistance > -10)) and (_root.enemy4prop1ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop1ydistance < 1)) and (_root.enemy4prop1ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop1ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop1ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop1ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop1ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop1ydistance > -10)) and (_root.enemy5prop1ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop1ydistance < 1)) and (_root.enemy5prop1ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop1ydistance > -10)) and (_root.enemy5prop1ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop1ydistance < 1)) and (_root.enemy5prop1ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop1ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop1ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop1ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop1ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1224 MovieClip Frame 2
stop();
Symbol 1227 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1227 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.tire._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.tire._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.tire._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.tire._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.tire._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.tire._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1tireydistance > -10)) and (_root.enemy1tireydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1tireydistance < 1)) and (_root.enemy1tireydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1tireydistance > -10)) and (_root.enemy1tireydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1tireydistance < 1)) and (_root.enemy1tireydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1tireydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1tireydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1tireydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1tireydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2tireydistance > -10)) and (_root.enemy2tireydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2tireydistance < 1)) and (_root.enemy2tireydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2tireydistance > -10)) and (_root.enemy2tireydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2tireydistance < 1)) and (_root.enemy2tireydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2tireydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2tireydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2tireydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2tireydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3tireydistance > -10)) and (_root.enemy3tireydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3tireydistance < 1)) and (_root.enemy3tireydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3tireydistance > -10)) and (_root.enemy3tireydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3tireydistance < 1)) and (_root.enemy3tireydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3tireydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3tireydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3tireydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3tireydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4tireydistance > -10)) and (_root.enemy4tireydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4tireydistance < 1)) and (_root.enemy4tireydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4tireydistance > -10)) and (_root.enemy4tireydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4tireydistance < 1)) and (_root.enemy4tireydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4tireydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4tireydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4tireydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4tireydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5tireydistance > -10)) and (_root.enemy5tireydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5tireydistance < 1)) and (_root.enemy5tireydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5tireydistance > -10)) and (_root.enemy5tireydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5tireydistance < 1)) and (_root.enemy5tireydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5tireydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5tireydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5tireydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5tireydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1227 MovieClip Frame 2
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(56);
}
}
Symbol 1235 MovieClip Frame 11
_root.bottle2.gotoAndStop(5);
Instance of Symbol 38 MovieClip "shade" in Symbol 1237 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(55);
}
}
Symbol 1237 MovieClip Frame 11
_root.bottle2.gotoAndStop(6);
Symbol 1245 MovieClip Frame 21
_root.bottle2.gotoAndStop(7);
Symbol 1246 MovieClip Frame 21
_root.bottle2.gotoAndStop(8);
Instance of Symbol 38 MovieClip "plummetshade" in Symbol 1258 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.hobo._x <= _root.bottle2._x)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle2._x)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 1258 MovieClip Frame 38
_root.bottle2.gotoAndStop(2);
Instance of Symbol 38 MovieClip "plummetshade" in Symbol 1270 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.hobo._x <= _root.bottle2._x)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle2._x)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 1270 MovieClip Frame 38
_root.bottle2.gotoAndStop(2);
Symbol 1271 MovieClip Frame 1
stop();
Symbol 1271 MovieClip Frame 2
stop();
Symbol 1271 MovieClip Frame 3
stop();
Instance of Symbol 1235 MovieClip "bottle" in Symbol 1271 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle2._x = _root.bottle2._x + 25;
}
}
Symbol 1271 MovieClip Frame 4
stop();
Instance of Symbol 1237 MovieClip "bottle" in Symbol 1271 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle2._x = _root.bottle2._x - 25;
}
}
Symbol 1271 MovieClip Frame 5
stop();
Symbol 1271 MovieClip Frame 6
stop();
Symbol 1271 MovieClip Frame 7
stop();
Symbol 1271 MovieClip Frame 8
stop();
Symbol 1271 MovieClip Frame 9
stop();
Instance of Symbol 1241 MovieClip in Symbol 1271 MovieClip Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(56);
}
}
Instance of Symbol 1245 MovieClip in Symbol 1271 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle2._x = _root.bottle2._x + 20;
}
}
Symbol 1271 MovieClip Frame 10
stop();
Instance of Symbol 1241 MovieClip in Symbol 1271 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(55);
}
}
Instance of Symbol 1246 MovieClip in Symbol 1271 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle2._x = _root.bottle2._x - 20;
}
}
Symbol 1271 MovieClip Frame 11
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.hobo._y;
stop();
Symbol 1271 MovieClip Frame 12
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.hobo._y;
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop3._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop3._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.prop3._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.prop3._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop3._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop3._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop3ydistance > -10)) and (_root.enemy1prop3ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop3ydistance < 1)) and (_root.enemy1prop3ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop3ydistance > -10)) and (_root.enemy1prop3ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop3ydistance < 1)) and (_root.enemy1prop3ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop3ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop3ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop3ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop3ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop3ydistance > -10)) and (_root.enemy2prop3ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop3ydistance < 1)) and (_root.enemy2prop3ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop3ydistance > -10)) and (_root.enemy2prop3ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop3ydistance < 1)) and (_root.enemy2prop3ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop3ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop3ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop3ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop3ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop3ydistance > -10)) and (_root.enemy3prop3ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop3ydistance < 1)) and (_root.enemy3prop3ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop3ydistance > -10)) and (_root.enemy3prop3ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop3ydistance < 1)) and (_root.enemy3prop3ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop3ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop3ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop3ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop3ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop3ydistance > -10)) and (_root.enemy4prop3ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop3ydistance < 1)) and (_root.enemy4prop3ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop3ydistance > -10)) and (_root.enemy4prop3ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop3ydistance < 1)) and (_root.enemy4prop3ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop3ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop3ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop3ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop3ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop3ydistance > -10)) and (_root.enemy5prop3ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop3ydistance < 1)) and (_root.enemy5prop3ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop3ydistance > -10)) and (_root.enemy5prop3ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop3ydistance < 1)) and (_root.enemy5prop3ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop3ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop3ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop3ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop3ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 1172 MovieClip "fb1" in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fb1._x = _root.fb1._x - 1200;
_root.fb1.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fb1._x = _root.fb1._x + 1200;
_root.fb1.nextFrame();
}
}
Instance of Symbol 204 MovieClip "fb2" in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.fb2._x = _root.fb2._x - 1200;
_root.fb2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.fb2._x = _root.fb2._x + 1200;
_root.fb2.nextFrame();
}
}
Instance of Symbol 1221 MovieClip "bg1" in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg1._x = _root.bg1._x - 1200;
_root.bg1.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg1._x = _root.bg1._x + 1200;
_root.bg1.nextFrame();
}
}
Instance of Symbol 250 MovieClip "bg2" in Symbol 1275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_root.bg2._x = _root.bg2._x - 1200;
_root.bg2.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_root.bg2._x = _root.bg2._x + 1200;
_root.bg2.nextFrame();
}
}
Symbol 1275 MovieClip Frame 40
_root.gotoAndStop(10);
Symbol 1282 MovieClip Frame 3
stop();
Symbol 1285 Button
on (release) {
_root.hobo.removeMovieClip();
_root.gotoAndStop(9);
}
Symbol 1286 MovieClip Frame 62
_root.music.gotoAndStop(5);
stop();
Symbol 1308 MovieClip Frame 3
stop();
Symbol 1309 Button
on (release) {
if (_root.passwordnumber == 0) {
_root.difficulty = -1;
stopAllSounds();
_root.gotoAndStop(3);
} else if (_root.passwordnumber == 1) {
_root.difficulty = -1;
_root.spitcombo = true;
_root.snotcombo = true;
stopAllSounds();
_root.gotoAndStop(11);
} else if (_root.passwordnumber == 2) {
_root.difficulty = -1;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
stopAllSounds();
_root.gotoAndStop(12);
} else if (_root.passwordnumber == 3) {
_root.difficulty = -1;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
_root.vomitcombo = true;
_root.poocombo = true;
stopAllSounds();
_root.gotoAndStop(13);
}
}
Symbol 1310 MovieClip Frame 3
stop();
Symbol 1311 Button
on (release) {
if (_root.passwordnumber == 0) {
_root.difficulty = 0;
stopAllSounds();
_root.gotoAndStop(3);
} else if (_root.passwordnumber == 1) {
_root.difficulty = 0;
_root.spitcombo = true;
_root.snotcombo = true;
stopAllSounds();
_root.gotoAndStop(11);
} else if (_root.passwordnumber == 2) {
_root.difficulty = 0;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
stopAllSounds();
_root.gotoAndStop(12);
} else if (_root.passwordnumber == 3) {
_root.difficulty = 0;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
_root.vomitcombo = true;
_root.poocombo = true;
stopAllSounds();
_root.gotoAndStop(13);
}
}
Symbol 1312 MovieClip Frame 3
stop();
Symbol 1313 Button
on (release) {
if (_root.passwordnumber == 0) {
_root.difficulty = 1;
stopAllSounds();
_root.gotoAndStop(3);
} else if (_root.passwordnumber == 1) {
_root.difficulty = 1;
_root.spitcombo = true;
_root.snotcombo = true;
stopAllSounds();
_root.gotoAndStop(11);
} else if (_root.passwordnumber == 2) {
_root.difficulty = 1;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
stopAllSounds();
_root.gotoAndStop(12);
} else if (_root.passwordnumber == 3) {
_root.difficulty = 1;
_root.spitcombo = true;
_root.snotcombo = true;
_root.burpcombo = true;
_root.fartcombo = true;
_root.vomitcombo = true;
_root.poocombo = true;
stopAllSounds();
_root.gotoAndStop(13);
}
}
Symbol 1318 MovieClip Frame 3
stop();
Symbol 1320 Button
on (release, keyPress "<Enter>") {
if (password eq "hotdogs") {
_root.passwordnumber = 1;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "HOTDOGS") {
_root.passwordnumber = 1;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "superhobo") {
_root.passwordnumber = 0;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "SUPERHOBO") {
_root.passwordnumber = 0;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "superdogs") {
_root.passwordnumber = 1;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "SUPERDOGS") {
_root.passwordnumber = 1;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "parklife") {
_root.passwordnumber = 2;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "PARKLIFE") {
_root.passwordnumber = 2;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "superpark") {
_root.passwordnumber = 2;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "SUPERPARK") {
_root.passwordnumber = 2;
_root.superhobo = true;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "pussycat") {
_root.passwordnumber = 3;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else if (password eq "PUSSYCAT") {
_root.passwordnumber = 3;
_root.difficultyy.passwordinput.gotoAndStop(3);
} else {
_root.difficultyy.passwordinput.gotoAndStop(2);
}
}
Symbol 1322 MovieClip Frame 3
stop();
Symbol 1325 Button
on (release) {
_root.difficultyy.passwordinput.gotoAndStop(1);
}
Symbol 1326 MovieClip Frame 6
stop();
Symbol 1328 MovieClip Frame 4
stop();
Symbol 1329 MovieClip Frame 1
stop();
password = "";
Symbol 1329 MovieClip Frame 2
stop();
Symbol 1329 MovieClip Frame 3
stop();
Symbol 1331 MovieClip Frame 15
stop();
Symbol 1334 MovieClip Frame 1
stop();
Symbol 1334 MovieClip Frame 2
stop();
Symbol 1334 MovieClip Frame 3
stop();
Symbol 1334 MovieClip Frame 4
stop();
Symbol 1334 MovieClip Frame 5
stop();
Instance of Symbol 1307 MovieClip in Symbol 1336 MovieClip Frame 1
onClipEvent (enterFrame) {
_root.enemy1.body.stop();
_root.enemy2.body.stop();
_root.enemy3.body.stop();
_root.enemy4.body.stop();
_root.enemy5.body.stop();
_root.bottle1.bottle.stop();
_root.bottle2.bottle.stop();
_root.bottle3.bottle.stop();
_root.bottle4.truck.stop();
_root.trashcan.can.stop();
_root.trashcan2.can.stop();
}
onClipEvent (enterFrame) {
_root.enemy1._visible = false;
_root.enemy2._visible = false;
_root.enemy3._visible = false;
_root.enemy4._visible = false;
_root.enemy5._visible = false;
_root.prop1._visible = false;
_root.prop2._visible = false;
_root.prop3._visible = false;
_root.prop4._visible = false;
_root.prop5._visible = false;
_root.bottle1._visible = false;
_root.bottle2._visible = false;
_root.bottle3._visible = false;
_root.bottle4._visible = false;
_root.trashcan._visible = false;
_root.trashcan2._visible = false;
_root.tire._visible = false;
_root.fg1._visible = false;
_root.fg2._visible = false;
}
Instance of Symbol 1334 MovieClip "passwordd" in Symbol 1336 MovieClip Frame 16
onClipEvent (enterFrame) {
if ((_root.passwordnumber == 1) and (_root.superhobo == false)) {
_root.checkpoint.passwordd.gotoAndStop(1);
} else if ((_root.passwordnumber == 2) and (_root.superhobo == false)) {
_root.checkpoint.passwordd.gotoAndStop(2);
} else if (_root.passwordnumber == 3) {
_root.checkpoint.passwordd.gotoAndStop(3);
} else if ((_root.passwordnumber == 1) and (_root.superhobo == true)) {
_root.checkpoint.passwordd.gotoAndStop(4);
} else if ((_root.passwordnumber == 2) and (_root.superhobo == true)) {
_root.checkpoint.passwordd.gotoAndStop(5);
}
}
Symbol 1336 MovieClip Frame 100
if (_root.passwordnumber == 1) {
stopAllSounds();
_root.gotoAndStop(11);
}
if (_root.passwordnumber == 2) {
stopAllSounds();
_root.gotoAndStop(12);
}
if (_root.passwordnumber == 3) {
stopAllSounds();
_root.gotoAndStop(13);
}
stop();
Symbol 1347 MovieClip Frame 211
stop();
Symbol 1372 MovieClip Frame 187
stopAllSounds();
_root.music.gotoAndStop(2);
Symbol 1372 MovieClip Frame 800
stopAllSounds();
_root.gotoAndStop(1);
stop();
Symbol 1374 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 1376 MovieClip Frame 15
stop();
Instance of Symbol 38 MovieClip "hit1" in Symbol 1392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.object = 1;
_root.trashcan.gotoAndStop(6);
_root.hobo.gotoAndStop(33);
} else if (this.hitTest(_root.trashcan2.shade)) {
_root.object = 2;
_root.trashcan2.gotoAndStop(6);
_root.hobo.gotoAndStop(33);
} else if (this.hitTest(_root.bottle1.shade)) {
_root.object = 3;
_root.bottle1.gotoAndStop(2);
_root.hobo.gotoAndStop(49);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.object = 4;
_root.bottle2.gotoAndStop(2);
_root.hobo.gotoAndStop(49);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.object = 5;
_root.bottle3.gotoAndStop(2);
_root.hobo.gotoAndStop(49);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.object = 6;
_root.bottle2.gotoAndStop(2);
_root.hobo.gotoAndStop(49);
}
}
Instance of Symbol 251 MovieClip in Symbol 1392 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(19);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(47);
}
}
Symbol 1392 MovieClip Frame 6
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "hit1" in Symbol 1398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.object = 1;
_root.trashcan.gotoAndStop(6);
_root.hobo.gotoAndStop(34);
} else if (this.hitTest(_root.trashcan2.shade)) {
_root.object = 2;
_root.trashcan2.gotoAndStop(6);
_root.hobo.gotoAndStop(34);
} else if (this.hitTest(_root.bottle1.shade)) {
_root.object = 3;
_root.bottle1.gotoAndStop(2);
_root.hobo.gotoAndStop(50);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.object = 4;
_root.bottle2.gotoAndStop(2);
_root.hobo.gotoAndStop(50);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.object = 5;
_root.bottle3.gotoAndStop(2);
_root.hobo.gotoAndStop(50);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.object = 6;
_root.bottle2.gotoAndStop(2);
_root.hobo.gotoAndStop(50);
}
}
Instance of Symbol 251 MovieClip in Symbol 1398 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(20);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(48);
}
}
Symbol 1398 MovieClip Frame 6
_root.hobo.gotoAndStop(8);
Instance of Symbol 38 MovieClip "tummypunch" in Symbol 1432 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 1432 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo._x = _root.hobo._x - 20;
_root.hobo.gotoAndStop(5);
}
}
Instance of Symbol 251 MovieClip in Symbol 1432 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo._x = _root.hobo._x - 20;
_root.hobo.gotoAndStop(5);
}
}
Symbol 1432 MovieClip Frame 9
_root.hobo._x = _root.hobo._x - 20;
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "tummypunch" in Symbol 1440 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 1440 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo._x = _root.hobo._x + 20;
_root.hobo.gotoAndStop(6);
}
}
Instance of Symbol 251 MovieClip in Symbol 1440 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo._x = _root.hobo._x + 20;
_root.hobo.gotoAndStop(6);
}
}
Symbol 1440 MovieClip Frame 9
_root.hobo._x = _root.hobo._x + 20;
_root.hobo.gotoAndStop(8);
Instance of Symbol 251 MovieClip in Symbol 1447 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(27);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(43);
}
}
Symbol 1447 MovieClip Frame 7
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1453 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(28);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(44);
}
}
Symbol 1453 MovieClip Frame 7
_root.hobo.gotoAndStop(8);
Instance of Symbol 251 MovieClip in Symbol 1459 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.fartcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(21);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.fartcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(47);
}
}
Instance of Symbol 38 MovieClip "kick1" in Symbol 1459 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Symbol 1459 MovieClip Frame 8
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1465 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.fartcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(22);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.fartcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(48);
}
}
Instance of Symbol 38 MovieClip "kick1" in Symbol 1465 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
}
}
Symbol 1465 MovieClip Frame 8
_root.hobo.gotoAndStop(8);
Instance of Symbol 251 MovieClip in Symbol 1471 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(29);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
Instance of Symbol 38 MovieClip "kick3" in Symbol 1471 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Symbol 1471 MovieClip Frame 8
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1477 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(30);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
Instance of Symbol 38 MovieClip "kick3" in Symbol 1477 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
}
}
Symbol 1477 MovieClip Frame 8
_root.hobo.gotoAndStop(8);
Instance of Symbol 38 MovieClip "tummyslide" in Symbol 1480 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 1480 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(9);
}
}
Symbol 1480 MovieClip Frame 9
_root.hobo._x = _root.hobo._x - 20;
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "tummyslide" in Symbol 1483 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 1483 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(10);
}
}
Symbol 1483 MovieClip Frame 9
_root.hobo._x = _root.hobo._x + 20;
_root.hobo.gotoAndStop(8);
Instance of Symbol 251 MovieClip in Symbol 1492 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.vomitcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(27);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(47);
}
}
Symbol 1492 MovieClip Frame 13
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1496 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.vomitcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(28);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(48);
}
}
Symbol 1496 MovieClip Frame 13
_root.hobo.gotoAndStop(8);
Instance of Symbol 251 MovieClip in Symbol 1514 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.poocombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(25);
}
}
Instance of Symbol 251 MovieClip in Symbol 1514 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.poocombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(29);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(11);
}
}
Symbol 1514 MovieClip Frame 14
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1530 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.poocombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(26);
}
}
Instance of Symbol 251 MovieClip in Symbol 1530 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.poocombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(30);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(12);
}
}
Symbol 1530 MovieClip Frame 14
_root.hobo.gotoAndStop(8);
Instance of Symbol 38 MovieClip "vomit" in Symbol 1569 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Symbol 1569 MovieClip Frame 29
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "vomit" in Symbol 1594 MovieClip Frame 16
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Symbol 1594 MovieClip Frame 29
_root.hobo.gotoAndStop(8);
Symbol 1628 MovieClip Frame 26
_root.hobo.gotoAndStop(7);
Symbol 1645 MovieClip Frame 26
_root.hobo.gotoAndStop(8);
Symbol 1657 MovieClip Frame 10
_root.hobo.gotoAndStop(7);
Symbol 1663 MovieClip Frame 10
_root.hobo.gotoAndStop(8);
Symbol 1681 MovieClip Frame 12
_root.hobo.gotoAndStop(7);
Symbol 1694 MovieClip Frame 12
_root.hobo.gotoAndStop(8);
Symbol 1713 MovieClip Frame 8
_root.hobo.gotoAndStop(35);
Symbol 1718 MovieClip Frame 8
_root.hobo.gotoAndStop(36);
Symbol 1738 MovieClip Frame 5
_root.hobo.gotoAndStop(7);
Symbol 1741 MovieClip Frame 5
_root.hobo.gotoAndStop(8);
Symbol 1745 MovieClip Frame 6
_root.runallowed = false;
_root.hobo.gotoAndStop(3);
Symbol 1749 MovieClip Frame 6
_root.runallowed = false;
_root.hobo.gotoAndStop(4);
Instance of Symbol 38 MovieClip in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade) and (_root.pause == false)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade) and (_root.pause == false)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 1762 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(45);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(27);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
Symbol 1762 MovieClip Frame 6
_root.hobo.gotoAndStop(7);
Instance of Symbol 251 MovieClip in Symbol 1768 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(46);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(28);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.spitcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
Symbol 1768 MovieClip Frame 6
_root.hobo.gotoAndStop(8);
Instance of Symbol 38 MovieClip "hit4" in Symbol 1776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip in Symbol 1776 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(19);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(47);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
Symbol 1776 MovieClip Frame 6
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "hit4" in Symbol 1784 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip in Symbol 1784 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == true)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(20);
} else if (((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) and (_root.burpcombo == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(48);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
Symbol 1784 MovieClip Frame 6
_root.hobo.gotoAndStop(8);
Instance of Symbol 38 MovieClip "kick2" in Symbol 1791 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip in Symbol 1791 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(29);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(43);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(15);
}
}
Symbol 1791 MovieClip Frame 8
_root.hobo.gotoAndStop(7);
Instance of Symbol 38 MovieClip "kick2" in Symbol 1798 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip in Symbol 1798 MovieClip Frame 3
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == true)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(30);
} else if (((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) and (_root.snotcombo == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(44);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(16);
}
}
Symbol 1798 MovieClip Frame 8
_root.hobo.gotoAndStop(8);
Symbol 1801 MovieClip Frame 1
stop();
Symbol 1801 MovieClip Frame 2
stop();
Symbol 1805 MovieClip Frame 4
_root.hobo.gotoAndStop(51);
Symbol 1808 MovieClip Frame 4
_root.hobo.gotoAndStop(52);
Symbol 1845 MovieClip Frame 1
if (_root.difficulty == 0) {
_root.hobohealth = _root.hobohealth - 1;
} else if (_root.difficulty == -1) {
_root.hobohealth = _root.hobohealth - 1;
} else if (_root.difficulty == 1) {
_root.hobohealth = _root.hobohealth - 2;
}
Instance of Symbol 251 MovieClip in Symbol 1845 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade) and (_root.pause == false)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade) and (_root.pause == false)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade) and (_root.pause == false)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade) and (_root.pause == false)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade) and (_root.pause == false)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
Symbol 1845 MovieClip Frame 7
_root.hobo.gotoAndStop(7);
Symbol 1852 MovieClip Frame 1
if (_root.difficulty == 0) {
_root.hobohealth = _root.hobohealth - 1;
} else if (_root.difficulty == -1) {
_root.hobohealth = _root.hobohealth - 1;
} else if (_root.difficulty == 1) {
_root.hobohealth = _root.hobohealth - 2;
}
Instance of Symbol 251 MovieClip in Symbol 1852 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade) and (_root.pause == false)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade) and (_root.pause == false)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade) and (_root.pause == false)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade) and (_root.pause == false)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade) and (_root.pause == false)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
Symbol 1852 MovieClip Frame 7
_root.hobo.gotoAndStop(8);
Symbol 1882 MovieClip Frame 1
stopAllSounds();
_root.gotoAndStop(5);
Symbol 1882 MovieClip Frame 32
stop();
Symbol 1912 MovieClip Frame 1
_root.levelingup.gotoAndStop(2);
_root.pauseplay.gotoAndStop(3);
Symbol 1912 MovieClip Frame 25
_root.combos.gotoAndStop(2);
Symbol 1912 MovieClip Frame 100
_root.rightallowed = true;
Symbol 1912 MovieClip Frame 104
stopAllSounds();
_root.level = _root.level + 0.1;
Symbol 1912 MovieClip Frame 105
_root.pauseplay.gotoAndStop(1);
_root.enemy1._visible = true;
_root.enemy2._visible = true;
_root.enemy3._visible = true;
_root.enemy4._visible = true;
_root.enemy5._visible = true;
_root.prop1._visible = true;
_root.prop2._visible = true;
_root.prop3._visible = true;
_root.prop4._visible = true;
_root.prop5._visible = true;
_root.bottle1._visible = true;
_root.bottle2._visible = true;
_root.bottle3._visible = true;
_root.bottle4._visible = true;
_root.trashcan._visible = true;
_root.trashcan2._visible = true;
_root.tire._visible = true;
_root.fg1._visible = true;
_root.fg2._visible = true;
_root.levelingup.gotoAndStop(1);
_root.go.gotoAndStop(1);
_root.rightallowed = true;
_root.hobo.gotoAndStop(7);
Symbol 1913 MovieClip Frame 1
stop();
Instance of Symbol 1386 MovieClip "carry" in Symbol 1913 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(40);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(39);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 2
stop();
Instance of Symbol 1386 MovieClip "carry" in Symbol 1913 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(40);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(40);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(40);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 3
stop();
Instance of Symbol 1137 MovieClip "carry" in Symbol 1913 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (Key.isDown(39) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(39) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
_root.hobo._x = _root.hobo._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if (((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 190)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x < 191)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
} else if (((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 4
stop();
Instance of Symbol 1137 MovieClip "carry" in Symbol 1913 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (Key.isDown(37) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(37) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(37) and (_root.hobo._x < 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
_root.hobo._x = _root.hobo._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x == 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if (((((Key.isDown(37) and (_root.hobo._x > 400)) and (_root.hobo._x < 410)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x > 409)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
} else if (((Key.isDown(37) and (_root.leftallowed == false)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 5
stop();
Instance of Symbol 1392 MovieClip "carry" in Symbol 1913 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 6
stop();
Instance of Symbol 1398 MovieClip "carry" in Symbol 1913 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 7
stop();
Instance of Symbol 80 MovieClip "carry" in Symbol 1913 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(39);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(3);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 8
stop();
Instance of Symbol 1424 MovieClip "carry" in Symbol 1913 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(40);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(4);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 9
stop();
Instance of Symbol 1432 MovieClip "carry" in Symbol 1913 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x < _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x < _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x < _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x < _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x < _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x < _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x < _root.tire._x)) {
} else if (((_root.rightallowed == true) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
} else if ((_root.rightblock == false) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 20;
}
}
Symbol 1913 MovieClip Frame 10
stop();
Instance of Symbol 1440 MovieClip "carry" in Symbol 1913 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x > _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x > _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x > _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x > _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x > _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x > _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x > _root.tire._x)) {
} else if (((_root.leftallowed == true) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
} else if ((_root.leftblock == false) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 20;
}
}
Symbol 1913 MovieClip Frame 11
stop();
Instance of Symbol 1447 MovieClip "carry" in Symbol 1913 MovieClip Frame 11
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 12
stop();
Instance of Symbol 1453 MovieClip "carry" in Symbol 1913 MovieClip Frame 12
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 13
stop();
Instance of Symbol 1459 MovieClip "carry" in Symbol 1913 MovieClip Frame 13
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 14
stop();
Instance of Symbol 1465 MovieClip "carry" in Symbol 1913 MovieClip Frame 14
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 15
stop();
Instance of Symbol 1471 MovieClip "carry" in Symbol 1913 MovieClip Frame 15
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 16
stop();
Instance of Symbol 1477 MovieClip "carry" in Symbol 1913 MovieClip Frame 16
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 17
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1913 MovieClip Frame 17
/* no clip actions */
Instance of Symbol 1480 MovieClip "carry" in Symbol 1913 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x < _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x < _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x < _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x < _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x < _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x < _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x < _root.tire._x)) {
} else if (((_root.rightallowed == true) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
} else if ((_root.rightblock == false) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 20;
}
}
Symbol 1913 MovieClip Frame 18
stop();
Instance of Symbol 1483 MovieClip "carry" in Symbol 1913 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x > _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x > _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x > _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x > _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x > _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x > _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x > _root.tire._x)) {
} else if (((_root.leftallowed == true) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
} else if ((_root.leftblock == false) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 20;
}
}
Symbol 1913 MovieClip Frame 19
stop();
Symbol 1913 MovieClip Frame 20
stop();
Symbol 1913 MovieClip Frame 21
stop();
Symbol 1913 MovieClip Frame 22
stop();
Symbol 1913 MovieClip Frame 23
stop();
Symbol 1913 MovieClip Frame 24
stop();
Symbol 1913 MovieClip Frame 25
stop();
Symbol 1913 MovieClip Frame 26
stop();
Symbol 1913 MovieClip Frame 27
stop();
Symbol 1913 MovieClip Frame 28
stop();
Symbol 1913 MovieClip Frame 29
stop();
Symbol 1913 MovieClip Frame 30
stop();
Symbol 1913 MovieClip Frame 31
stop();
Instance of Symbol 1707 MovieClip "carry" in Symbol 1913 MovieClip Frame 31
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (Key.isDown(39) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(32);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(39) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
_root.hobo._x = _root.hobo._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if (((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 190)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x < 191)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
} else if (((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 32
stop();
Instance of Symbol 1707 MovieClip "carry" in Symbol 1913 MovieClip Frame 32
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (Key.isDown(37) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(31);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(37) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(36);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(37) and (_root.hobo._x < 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
_root.hobo._x = _root.hobo._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x == 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if (((((Key.isDown(37) and (_root.hobo._x > 400)) and (_root.hobo._x < 410)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x > 409)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
} else if (((Key.isDown(37) and (_root.leftallowed == false)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 33
stop();
Symbol 1913 MovieClip Frame 34
stop();
Symbol 1913 MovieClip Frame 35
stop();
Instance of Symbol 1735 MovieClip "carry" in Symbol 1913 MovieClip Frame 35
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(31);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(32);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(31);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 36
stop();
Instance of Symbol 1735 MovieClip "carry" in Symbol 1913 MovieClip Frame 36
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(31);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(32);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(32);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 37
stop();
Instance of Symbol 1738 MovieClip "carry" in Symbol 1913 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.object = 0;
_root.trashcan._y = _root.hobo._y;
_root.trashcan._x = _root.hobo._x;
_root.trashcan._x = _root.trashcan._x + 100;
_root.trashcan._y = _root.trashcan._y + 5;
_root.trashcan.gotoAndStop(7);
} else if (_root.object == 2) {
_root.object = 0;
_root.trashcan2._y = _root.hobo._y;
_root.trashcan2._x = _root.hobo._x;
_root.trashcan2._x = _root.trashcan2._x + 100;
_root.trashcan2._y = _root.trashcan2._y + 5;
_root.trashcan2.gotoAndStop(7);
} else if (_root.object == 3) {
_root.object = 0;
_root.bottle1._y = _root.hobo._y;
_root.bottle1._x = _root.hobo._x;
_root.bottle1._x = _root.bottle1._x + 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(3);
} else if (_root.object == 4) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(3);
} else if (_root.object == 5) {
_root.object = 0;
_root.bottle3._y = _root.hobo._y;
_root.bottle3._x = _root.hobo._x;
_root.bottle3._x = _root.bottle3._x + 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(3);
} else if (_root.object == 6) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(9);
}
}
Symbol 1913 MovieClip Frame 38
stop();
Instance of Symbol 1741 MovieClip "carry" in Symbol 1913 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.object = 0;
_root.trashcan._y = _root.hobo._y;
_root.trashcan._x = _root.hobo._x;
_root.trashcan._x = _root.trashcan._x - 100;
_root.trashcan._y = _root.trashcan._y + 5;
_root.trashcan.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (_root.object == 2) {
_root.object = 0;
_root.trashcan2._y = _root.hobo._y;
_root.trashcan2._x = _root.hobo._x;
_root.trashcan2._x = _root.trashcan2._x - 100;
_root.trashcan2._y = _root.trashcan2._y + 5;
_root.trashcan2.gotoAndStop(8);
} else if (_root.object == 3) {
_root.object = 0;
_root.bottle1._y = _root.hobo._y;
_root.bottle1._x = _root.hobo._x;
_root.bottle1._x = _root.bottle1._x - 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(4);
} else if (_root.object == 4) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(4);
} else if (_root.object == 5) {
_root.object = 0;
_root.bottle3._y = _root.hobo._y;
_root.bottle3._x = _root.hobo._x;
_root.bottle3._x = _root.bottle3._x - 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(4);
} else if (_root.object == 6) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(10);
}
}
Symbol 1913 MovieClip Frame 39
stop();
Instance of Symbol 1745 MovieClip "carry" in Symbol 1913 MovieClip Frame 39
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (_root.runallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.run = true;
_root.hobo.gotoAndStop(41);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) == false) {
_root.runallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (Key.isDown(39) == false)) and (_root.pause == false)) {
_root.runallowed = false;
_root.hobo.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((((_root.hobo._x > 200) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
_root.hobo._x = _root.hobo._x - 10;
} else if ((((_root.hobo._x == 200) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if (((((_root.hobo._x < 200) and (_root.hobo._x > 190)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if ((((_root.hobo._x < 191) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
} else if (((_root.rightallowed == false) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.punchallowed = false;
_root.hobo.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.kickallowed = false;
_root.hobo.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 40
stop();
Instance of Symbol 1749 MovieClip "carry" in Symbol 1913 MovieClip Frame 40
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (_root.runallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.run = true;
_root.hobo.gotoAndStop(42);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) == false) {
_root.runallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (Key.isDown(37) == false)) and (_root.pause == false)) {
_root.runallowed = false;
_root.hobo.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((((_root.hobo._x < 400) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
_root.hobo._x = _root.hobo._x + 10;
} else if ((((_root.hobo._x == 400) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if (((((_root.hobo._x > 400) and (_root.hobo._x < 410)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if ((((_root.hobo._x > 409) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
} else if (((_root.leftallowed == false) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.punchallowed = false;
_root.hobo.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.runallowed = false;
_root.kickallowed = false;
_root.hobo.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 41
stop();
Instance of Symbol 1146 MovieClip "carry" in Symbol 1913 MovieClip Frame 41
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (Key.isDown(39) == false)) and (_root.pause == false)) {
_root.run = false;
_root.hobo.gotoAndStop(2);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(39) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.run = false;
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(39) == false) and (_root.pause == false)) {
_root.run = false;
_root.hobo.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 40;
_root.bg2._x = _root.bg2._x - 40;
_root.fg1._x = _root.fg1._x - 60;
_root.fg2._x = _root.fg2._x - 60;
_root.fb1._x = _root.fb1._x - 20;
_root.fb2._x = _root.fb2._x - 20;
_root.trashcan._x = _root.trashcan._x - 40;
_root.trashcan2._x = _root.trashcan2._x - 40;
_root.tire._x = _root.tire._x - 40;
_root.bottle1._x = _root.bottle1._x - 40;
_root.bottle2._x = _root.bottle2._x - 40;
_root.bottle3._x = _root.bottle3._x - 40;
_root.bottle4._x = _root.bottle4._x - 40;
_root.prop1._x = _root.prop1._x - 40;
_root.prop2._x = _root.prop2._x - 40;
_root.prop3._x = _root.prop3._x - 40;
_root.prop4._x = _root.prop4._x - 40;
_root.prop5._x = _root.prop5._x - 40;
_root.enemy1._x = _root.enemy1._x - 40;
_root.enemy2._x = _root.enemy2._x - 40;
_root.enemy3._x = _root.enemy3._x - 40;
_root.enemy4._x = _root.enemy4._x - 40;
_root.enemy5._x = _root.enemy5._x - 40;
_root.hobo._x = _root.hobo._x - 20;
} else if ((((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
} else if (((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 180)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
} else if ((((Key.isDown(39) and (_root.hobo._x < 181)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 18;
} else if (((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 18;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.run = false;
_root.punchallowed = false;
_root.hobo.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.run = false;
_root.kickallowed = false;
_root.hobo.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 42
stop();
Instance of Symbol 1756 MovieClip "carry" in Symbol 1913 MovieClip Frame 42
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (Key.isDown(37) == false)) and (_root.pause == false)) {
_root.run = false;
_root.hobo.gotoAndStop(1);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(37) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.run = false;
_root.hobo.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) == false) and (_root.pause == false)) {
_root.run = false;
_root.hobo.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(37) and (_root.hobo._x < 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 40;
_root.bg2._x = _root.bg2._x + 40;
_root.fg1._x = _root.fg1._x + 60;
_root.fg2._x = _root.fg2._x + 60;
_root.fb1._x = _root.fb1._x + 20;
_root.fb2._x = _root.fb2._x + 20;
_root.trashcan._x = _root.trashcan._x + 40;
_root.trashcan2._x = _root.trashcan2._x + 40;
_root.tire._x = _root.tire._x + 40;
_root.bottle1._x = _root.bottle1._x + 40;
_root.bottle2._x = _root.bottle2._x + 40;
_root.bottle3._x = _root.bottle3._x + 40;
_root.bottle4._x = _root.bottle4._x + 40;
_root.prop1._x = _root.prop1._x + 40;
_root.prop2._x = _root.prop2._x + 40;
_root.prop3._x = _root.prop3._x + 40;
_root.prop4._x = _root.prop4._x + 40;
_root.prop5._x = _root.prop5._x + 40;
_root.enemy1._x = _root.enemy1._x + 40;
_root.enemy2._x = _root.enemy2._x + 40;
_root.enemy3._x = _root.enemy3._x + 40;
_root.enemy4._x = _root.enemy4._x + 40;
_root.enemy5._x = _root.enemy5._x + 40;
_root.hobo._x = _root.hobo._x + 20;
} else if ((((Key.isDown(37) and (_root.hobo._x == 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
} else if (((((Key.isDown(37) and (_root.hobo._x > 400)) and (_root.hobo._x < 420)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
} else if ((((Key.isDown(37) and (_root.hobo._x > 419)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 18;
} else if (((Key.isDown(37) and (_root.leftallowed == false)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 18;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.run = false;
_root.punchallowed = false;
_root.hobo.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.run = false;
_root.kickallowed = false;
_root.hobo.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 43
stop();
Instance of Symbol 1762 MovieClip "carry" in Symbol 1913 MovieClip Frame 43
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 44
stop();
Instance of Symbol 1768 MovieClip "carry" in Symbol 1913 MovieClip Frame 44
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 45
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1913 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shady)) {
_root.hobo._x = _root.hobo._x - 10;
}
}
Instance of Symbol 1776 MovieClip "carry" in Symbol 1913 MovieClip Frame 45
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 46
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1913 MovieClip Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shady)) {
_root.hobo._x = _root.hobo._x + 10;
}
}
Instance of Symbol 1784 MovieClip "carry" in Symbol 1913 MovieClip Frame 46
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 47
stop();
Instance of Symbol 1791 MovieClip "carry" in Symbol 1913 MovieClip Frame 47
onClipEvent (enterFrame) {
if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(1);
}
}
Symbol 1913 MovieClip Frame 48
stop();
Instance of Symbol 1798 MovieClip "carry" in Symbol 1913 MovieClip Frame 48
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(2);
}
}
Symbol 1913 MovieClip Frame 49
stop();
Symbol 1913 MovieClip Frame 50
stop();
Symbol 1913 MovieClip Frame 51
stop();
Instance of Symbol 1825 MovieClip "carry" in Symbol 1913 MovieClip Frame 51
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(53);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(54);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(53);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(53);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 52
stop();
Instance of Symbol 1825 MovieClip "carry" in Symbol 1913 MovieClip Frame 52
onClipEvent (enterFrame) {
if (Key.isDown(39) and (_root.pause == false)) {
_root.hobo.gotoAndStop(53);
} else if (Key.isDown(37) and (_root.pause == false)) {
_root.hobo.gotoAndStop(54);
} else if (Key.isDown(38) and (_root.pause == false)) {
_root.hobo.gotoAndStop(54);
} else if (Key.isDown(40) and (_root.pause == false)) {
_root.hobo.gotoAndStop(54);
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 53
stop();
Instance of Symbol 1838 MovieClip "carry" in Symbol 1913 MovieClip Frame 53
onClipEvent (enterFrame) {
if ((Key.isDown(37) and (Key.isDown(39) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(54);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(39) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(51);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(39) and (_root.hobo._x > 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
_root.hobo._x = _root.hobo._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x == 200)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if (((((Key.isDown(39) and (_root.hobo._x < 200)) and (_root.hobo._x > 190)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
} else if ((((Key.isDown(39) and (_root.hobo._x < 191)) and (_root.rightallowed == true)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
} else if (((Key.isDown(39) and (_root.rightallowed == false)) and (_root.rightblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 54
stop();
Instance of Symbol 1838 MovieClip "carry" in Symbol 1913 MovieClip Frame 54
onClipEvent (enterFrame) {
if ((Key.isDown(39) and (Key.isDown(37) == false)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(53);
} else if (Key.isDown(38) and (_root.pause == false)) {
} else if (Key.isDown(40) and (_root.pause == false)) {
} else if (Key.isDown(37) and (_root.pause == false)) {
} else if (_root.pause == false) {
_root.hobo.gotoAndStop(52);
}
}
onClipEvent (enterFrame) {
if ((((Key.isDown(37) and (_root.hobo._x < 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
_root.hobo._x = _root.hobo._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x == 400)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if (((((Key.isDown(37) and (_root.hobo._x > 400)) and (_root.hobo._x < 410)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
} else if ((((Key.isDown(37) and (_root.hobo._x > 409)) and (_root.leftallowed == true)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
} else if (((Key.isDown(37) and (_root.leftallowed == false)) and (_root.leftblock == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and (_root.upallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(65) and (_root.punchallowed == true)) and (_root.pause == false)) {
_root.punchallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) == false) {
_root.punchallowed = true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(83) and (_root.kickallowed == true)) and (_root.pause == false)) {
_root.kickallowed = false;
_root.hobo.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(83) == false) {
_root.kickallowed = true;
}
}
Symbol 1913 MovieClip Frame 55
stop();
Instance of Symbol 1845 MovieClip "carry" in Symbol 1913 MovieClip Frame 55
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x > _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x > _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x > _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x > _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x > _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x > _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x > _root.tire._x)) {
} else if (((_root.leftblock == false) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 16;
_root.hobo._y = _root.hobo._y + 0.75;
_root.bg1._y = _root.bg1._y - 0.75;
_root.bg2._y = _root.bg2._y - 0.75;
_root.fg1._y = _root.fg1._y - 1.5;
_root.fg2._y = _root.fg2._y - 1.5;
_root.fb1._y = _root.fb1._y - 0.375;
_root.fb2._y = _root.fb2._y - 0.375;
_root.trashcan._y = _root.trashcan._y - 0.75;
_root.trashcan2._y = _root.trashcan2._y - 0.75;
_root.tire._y = _root.tire._y - 0.75;
_root.bottle1._y = _root.bottle1._y - 0.75;
_root.bottle2._y = _root.bottle2._y - 0.75;
_root.bottle3._y = _root.bottle3._y - 0.75;
_root.bottle4._y = _root.bottle4._y - 0.75;
_root.prop1._y = _root.prop1._y - 0.75;
_root.prop2._y = _root.prop2._y - 0.75;
_root.prop3._y = _root.prop3._y - 0.75;
_root.prop4._y = _root.prop4._y - 0.75;
_root.prop5._y = _root.prop5._y - 0.75;
_root.enemy1._y = _root.enemy1._y - 0.75;
_root.enemy2._y = _root.enemy2._y - 0.75;
_root.enemy3._y = _root.enemy3._y - 0.75;
_root.enemy4._y = _root.enemy4._y - 0.75;
_root.enemy5._y = _root.enemy5._y - 0.75;
} else if (((_root.leftblock == true) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 0.75;
_root.bg1._y = _root.bg1._y - 0.75;
_root.bg2._y = _root.bg2._y - 0.75;
_root.fg1._y = _root.fg1._y - 1.5;
_root.fg2._y = _root.fg2._y - 1.5;
_root.fb1._y = _root.fb1._y - 0.375;
_root.fb2._y = _root.fb2._y - 0.375;
_root.trashcan._y = _root.trashcan._y - 0.75;
_root.trashcan2._y = _root.trashcan2._y - 0.75;
_root.tire._y = _root.tire._y - 0.75;
_root.bottle1._y = _root.bottle1._y - 0.75;
_root.bottle2._y = _root.bottle2._y - 0.75;
_root.bottle3._y = _root.bottle3._y - 0.75;
_root.bottle4._y = _root.bottle4._y - 0.75;
_root.prop1._y = _root.prop1._y - 0.75;
_root.prop2._y = _root.prop2._y - 0.75;
_root.prop3._y = _root.prop3._y - 0.75;
_root.prop4._y = _root.prop4._y - 0.75;
_root.prop5._y = _root.prop5._y - 0.75;
_root.enemy1._y = _root.enemy1._y - 0.75;
_root.enemy2._y = _root.enemy2._y - 0.75;
_root.enemy3._y = _root.enemy3._y - 0.75;
_root.enemy4._y = _root.enemy4._y - 0.75;
_root.enemy5._y = _root.enemy5._y - 0.75;
} else if (((_root.leftblock == false) and (_root.downallowed == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x - 16;
}
}
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.object = 0;
_root.trashcan._y = _root.hobo._y;
_root.trashcan._x = _root.hobo._x;
_root.trashcan._x = _root.trashcan._x + 50;
_root.trashcan._y = _root.trashcan._y + 5;
_root.trashcan.gotoAndStop(2);
} else if (_root.object == 2) {
_root.object = 0;
_root.trashcan2._y = _root.hobo._y;
_root.trashcan2._x = _root.hobo._x;
_root.trashcan2._x = _root.trashcan2._x + 50;
_root.trashcan2._y = _root.trashcan2._y + 5;
_root.trashcan2.gotoAndStop(2);
} else if (_root.object == 3) {
_root.object = 0;
_root.bottle1._y = _root.hobo._y;
_root.bottle1._x = _root.hobo._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if (_root.object == 4) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if (_root.object == 5) {
_root.object = 0;
_root.bottle3._y = _root.hobo._y;
_root.bottle3._x = _root.hobo._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if (_root.object == 6) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (_root.hobohealth <= 0) {
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.prop1.removeMovieClip();
_root.prop2.removeMovieClip();
_root.prop3.removeMovieClip();
_root.prop4.removeMovieClip();
_root.prop5.removeMovieClip();
_root.bottle1.removeMovieClip();
_root.bottle2.removeMovieClip();
_root.bottle3.removeMovieClip();
_root.bottle4.removeMovieClip();
_root.trashcan.removeMovieClip();
_root.trashcan2.removeMovieClip();
_root.tire.removeMovieClip();
_root.hobohud.removeMovieClip();
_root.enemy1hud.removeMovieClip();
_root.enemy2hud.removeMovieClip();
_root.enemy3hud.removeMovieClip();
_root.enemy4hud.removeMovieClip();
_root.enemy5hud.removeMovieClip();
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_root.go.removeMovieClip();
_root.pauseplay.removeMovieClip();
_root.combos.removeMovieClip();
_root.hobo.gotoAndStop(57);
}
}
Symbol 1913 MovieClip Frame 56
stop();
Instance of Symbol 1852 MovieClip "carry" in Symbol 1913 MovieClip Frame 56
onClipEvent (enterFrame) {
if (_root.hobo.shade.hitTest(_root.prop1.god) and (_root.hobo._x < _root.prop1._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop2.god) and (_root.hobo._x < _root.prop2._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop3.god) and (_root.hobo._x < _root.prop3._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop4.god) and (_root.hobo._x < _root.prop4._x)) {
} else if (_root.hobo.shade.hitTest(_root.prop5.god) and (_root.hobo._x < _root.prop5._x)) {
} else if (_root.hobo.shade.hitTest(_root.bottle4.god) and (_root.hobo._x < _root.bottle4._x)) {
} else if (_root.hobo.shade.hitTest(_root.tire.god) and (_root.hobo._x < _root.tire._x)) {
} else if (((_root.rightblock == false) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 16;
_root.hobo._y = _root.hobo._y + 0.75;
_root.bg1._y = _root.bg1._y - 0.75;
_root.bg2._y = _root.bg2._y - 0.75;
_root.fg1._y = _root.fg1._y - 1.5;
_root.fg2._y = _root.fg2._y - 1.5;
_root.fb1._y = _root.fb1._y - 0.375;
_root.fb2._y = _root.fb2._y - 0.375;
_root.trashcan._y = _root.trashcan._y - 0.75;
_root.trashcan2._y = _root.trashcan2._y - 0.75;
_root.tire._y = _root.tire._y - 0.75;
_root.bottle1._y = _root.bottle1._y - 0.75;
_root.bottle2._y = _root.bottle2._y - 0.75;
_root.bottle3._y = _root.bottle3._y - 0.75;
_root.bottle4._y = _root.bottle4._y - 0.75;
_root.prop1._y = _root.prop1._y - 0.75;
_root.prop2._y = _root.prop2._y - 0.75;
_root.prop3._y = _root.prop3._y - 0.75;
_root.prop4._y = _root.prop4._y - 0.75;
_root.prop5._y = _root.prop5._y - 0.75;
_root.enemy1._y = _root.enemy1._y - 0.75;
_root.enemy2._y = _root.enemy2._y - 0.75;
_root.enemy3._y = _root.enemy3._y - 0.75;
_root.enemy4._y = _root.enemy4._y - 0.75;
_root.enemy5._y = _root.enemy5._y - 0.75;
} else if (((_root.rightblock == true) and (_root.downallowed == true)) and (_root.pause == false)) {
_root.hobo._y = _root.hobo._y + 0.75;
_root.bg1._y = _root.bg1._y - 0.75;
_root.bg2._y = _root.bg2._y - 0.75;
_root.fg1._y = _root.fg1._y - 1.5;
_root.fg2._y = _root.fg2._y - 1.5;
_root.fb1._y = _root.fb1._y - 0.375;
_root.fb2._y = _root.fb2._y - 0.375;
_root.trashcan._y = _root.trashcan._y - 0.75;
_root.trashcan2._y = _root.trashcan2._y - 0.75;
_root.tire._y = _root.tire._y - 0.75;
_root.bottle1._y = _root.bottle1._y - 0.75;
_root.bottle2._y = _root.bottle2._y - 0.75;
_root.bottle3._y = _root.bottle3._y - 0.75;
_root.bottle4._y = _root.bottle4._y - 0.75;
_root.prop1._y = _root.prop1._y - 0.75;
_root.prop2._y = _root.prop2._y - 0.75;
_root.prop3._y = _root.prop3._y - 0.75;
_root.prop4._y = _root.prop4._y - 0.75;
_root.prop5._y = _root.prop5._y - 0.75;
_root.enemy1._y = _root.enemy1._y - 0.75;
_root.enemy2._y = _root.enemy2._y - 0.75;
_root.enemy3._y = _root.enemy3._y - 0.75;
_root.enemy4._y = _root.enemy4._y - 0.75;
_root.enemy5._y = _root.enemy5._y - 0.75;
} else if (((_root.rightblock == false) and (_root.downallowed == false)) and (_root.pause == false)) {
_root.hobo._x = _root.hobo._x + 16;
}
}
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.object = 0;
_root.trashcan._y = _root.hobo._y;
_root.trashcan._x = _root.hobo._x;
_root.trashcan._x = _root.trashcan._x + 50;
_root.trashcan._y = _root.trashcan._y + 5;
_root.trashcan.gotoAndStop(3);
} else if (_root.object == 2) {
_root.object = 0;
_root.trashcan2._y = _root.hobo._y;
_root.trashcan2._x = _root.hobo._x;
_root.trashcan2._x = _root.trashcan2._x + 50;
_root.trashcan2._y = _root.trashcan2._y + 5;
_root.trashcan2.gotoAndStop(3);
} else if (_root.object == 3) {
_root.object = 0;
_root.bottle1._y = _root.hobo._y;
_root.bottle1._x = _root.hobo._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if (_root.object == 4) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if (_root.object == 5) {
_root.object = 0;
_root.bottle3._y = _root.hobo._y;
_root.bottle3._x = _root.hobo._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if (_root.object == 6) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (_root.hobohealth <= 0) {
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.prop1.removeMovieClip();
_root.prop2.removeMovieClip();
_root.prop3.removeMovieClip();
_root.prop4.removeMovieClip();
_root.prop5.removeMovieClip();
_root.bottle1.removeMovieClip();
_root.bottle2.removeMovieClip();
_root.bottle3.removeMovieClip();
_root.bottle4.removeMovieClip();
_root.trashcan.removeMovieClip();
_root.trashcan2.removeMovieClip();
_root.tire.removeMovieClip();
_root.hobohud.removeMovieClip();
_root.enemy1hud.removeMovieClip();
_root.enemy2hud.removeMovieClip();
_root.enemy3hud.removeMovieClip();
_root.enemy4hud.removeMovieClip();
_root.enemy5hud.removeMovieClip();
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_root.go.removeMovieClip();
_root.pauseplay.removeMovieClip();
_root.combos.removeMovieClip();
_root.hobo.gotoAndStop(58);
}
}
Symbol 1913 MovieClip Frame 57
stop();
Symbol 1913 MovieClip Frame 58
stop();
Symbol 1913 MovieClip Frame 59
stop();
Instance of Symbol 1912 MovieClip "carry" in Symbol 1913 MovieClip Frame 59
onClipEvent (enterFrame) {
if (_root.hobo._x >= 310) {
_root.hobo._x = _root.hobo._x - 6;
} else if (_root.hobo._x <= 290) {
_root.hobo._x = _root.hobo._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.object == 1) {
_root.object = 0;
_root.trashcan._y = _root.hobo._y;
_root.trashcan._x = _root.hobo._x;
_root.trashcan._x = _root.trashcan._x + 1;
_root.trashcan._y = _root.trashcan._y + 5;
_root.trashcan.gotoAndStop(1);
} else if (_root.object == 2) {
_root.object = 0;
_root.trashcan2._y = _root.hobo._y;
_root.trashcan2._x = _root.hobo._x;
_root.trashcan2._x = _root.trashcan2._x + 1;
_root.trashcan2._y = _root.trashcan2._y + 5;
_root.trashcan2.gotoAndStop(1);
} else if (_root.object == 3) {
_root.object = 0;
_root.bottle1._y = _root.hobo._y;
_root.bottle1._x = _root.hobo._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if (_root.object == 4) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if (_root.object == 5) {
_root.object = 0;
_root.bottle3._y = _root.hobo._y;
_root.bottle3._x = _root.hobo._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if (_root.object == 6) {
_root.object = 0;
_root.bottle2._y = _root.hobo._y;
_root.bottle2._x = _root.hobo._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
Symbol 1919 MovieClip Frame 6
_root.trashcan.gotoAndStop(4);
stop();
Symbol 1922 MovieClip Frame 6
_root.trashcan.gotoAndStop(5);
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1930 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1930 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1930 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1930 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1930 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(2);
_root.trashcan2._x = _root.trashcan2._x + 20;
}
}
Symbol 1930 MovieClip Frame 7
_root.trashcan.gotoAndStop(4);
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1935 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1935 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1935 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1935 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan2.shade)) {
_root.trashcan2.gotoAndStop(3);
_root.trashcan2._x = _root.trashcan2._x - 20;
}
}
Symbol 1935 MovieClip Frame 7
_root.trashcan.gotoAndStop(5);
stop();
Symbol 1936 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip in Symbol 1936 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.trashcan._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.trashcan._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance > -20)) and (_root.enemy1trashcanydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance < 10)) and (_root.enemy1trashcanydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance > -20)) and (_root.enemy1trashcanydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance < 10)) and (_root.enemy1trashcanydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance > -20)) and (_root.enemy2trashcanydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance < 10)) and (_root.enemy2trashcanydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance > -20)) and (_root.enemy2trashcanydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance < 10)) and (_root.enemy2trashcanydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance > -20)) and (_root.enemy3trashcanydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance < 10)) and (_root.enemy3trashcanydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance > -20)) and (_root.enemy3trashcanydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance < 10)) and (_root.enemy3trashcanydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance > -20)) and (_root.enemy4trashcanydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance < 10)) and (_root.enemy4trashcanydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance > -20)) and (_root.enemy4trashcanydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance < 10)) and (_root.enemy4trashcanydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance > -20)) and (_root.enemy5trashcanydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance < 10)) and (_root.enemy5trashcanydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance > -20)) and (_root.enemy5trashcanydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance < 10)) and (_root.enemy5trashcanydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1936 MovieClip Frame 2
stop();
Instance of Symbol 1919 MovieClip "can" in Symbol 1936 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.trashcan._x = _root.trashcan._x + 10;
}
Symbol 1936 MovieClip Frame 3
stop();
Instance of Symbol 1922 MovieClip "can" in Symbol 1936 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.trashcan._x = _root.trashcan._x - 10;
}
Symbol 1936 MovieClip Frame 4
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1936 MovieClip Frame 4
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.trashcan._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.trashcan._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance > -20)) and (_root.enemy1trashcanydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance < 10)) and (_root.enemy1trashcanydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance > -20)) and (_root.enemy1trashcanydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance < 10)) and (_root.enemy1trashcanydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcanydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcanydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance > -20)) and (_root.enemy2trashcanydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance < 10)) and (_root.enemy2trashcanydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance > -20)) and (_root.enemy2trashcanydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance < 10)) and (_root.enemy2trashcanydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcanydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcanydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance > -20)) and (_root.enemy3trashcanydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance < 10)) and (_root.enemy3trashcanydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance > -20)) and (_root.enemy3trashcanydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance < 10)) and (_root.enemy3trashcanydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcanydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcanydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance > -20)) and (_root.enemy4trashcanydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance < 10)) and (_root.enemy4trashcanydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance > -20)) and (_root.enemy4trashcanydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance < 10)) and (_root.enemy4trashcanydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcanydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcanydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance > -20)) and (_root.enemy5trashcanydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance < 10)) and (_root.enemy5trashcanydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance > -20)) and (_root.enemy5trashcanydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance < 10)) and (_root.enemy5trashcanydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcanydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcanydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1936 MovieClip Frame 5
stop();
Symbol 1936 MovieClip Frame 6
stop();
Symbol 1936 MovieClip Frame 7
stop();
Instance of Symbol 1930 MovieClip "can" in Symbol 1936 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.trashcan._x = _root.trashcan._x + 25;
}
}
Symbol 1936 MovieClip Frame 8
stop();
Instance of Symbol 1935 MovieClip "can" in Symbol 1936 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.trashcan._x = _root.trashcan._x - 25;
}
}
Symbol 1942 MovieClip Frame 6
_root.trashcan2.gotoAndStop(4);
stop();
Symbol 1947 MovieClip Frame 6
_root.trashcan2.gotoAndStop(5);
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1956 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1956 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1956 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1956 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(2);
_root.trashcan._x = _root.trashcan._x + 20;
}
}
Symbol 1956 MovieClip Frame 7
_root.trashcan2.gotoAndStop(4);
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1963 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1963 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1963 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.trashcan.shade)) {
_root.trashcan.gotoAndStop(3);
_root.trashcan._x = _root.trashcan._x - 20;
}
}
Symbol 1963 MovieClip Frame 7
_root.trashcan2.gotoAndStop(5);
stop();
Symbol 1964 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip in Symbol 1964 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.trashcan2._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.trashcan2._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance > -20)) and (_root.enemy1trashcan2ydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance < 10)) and (_root.enemy1trashcan2ydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance > -20)) and (_root.enemy1trashcan2ydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance < 10)) and (_root.enemy1trashcan2ydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance > -20)) and (_root.enemy2trashcan2ydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance < 10)) and (_root.enemy2trashcan2ydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance > -20)) and (_root.enemy2trashcan2ydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance < 10)) and (_root.enemy2trashcan2ydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance > -20)) and (_root.enemy3trashcan2ydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance < 10)) and (_root.enemy3trashcan2ydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance > -20)) and (_root.enemy3trashcan2ydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance < 10)) and (_root.enemy3trashcan2ydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance > -20)) and (_root.enemy4trashcan2ydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance < 10)) and (_root.enemy4trashcan2ydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance > -20)) and (_root.enemy4trashcan2ydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance < 10)) and (_root.enemy4trashcan2ydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance > -20)) and (_root.enemy5trashcan2ydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance < 10)) and (_root.enemy5trashcan2ydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance > -20)) and (_root.enemy5trashcan2ydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance < 10)) and (_root.enemy5trashcan2ydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1964 MovieClip Frame 2
stop();
Instance of Symbol 1942 MovieClip "can" in Symbol 1964 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.trashcan2._x = _root.trashcan2._x + 10;
}
Symbol 1964 MovieClip Frame 3
stop();
Instance of Symbol 1947 MovieClip "can" in Symbol 1964 MovieClip Frame 3
onClipEvent (enterFrame) {
_root.trashcan2._x = _root.trashcan2._x - 10;
}
Symbol 1964 MovieClip Frame 4
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1964 MovieClip Frame 4
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan2._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.trashcan2._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.trashcan2._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.trashcan2._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.trashcan2._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance > -20)) and (_root.enemy1trashcan2ydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance < 10)) and (_root.enemy1trashcan2ydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance > -20)) and (_root.enemy1trashcan2ydistance < -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance < 10)) and (_root.enemy1trashcan2ydistance >= 5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance <= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1trashcan2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1trashcan2ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance > -20)) and (_root.enemy2trashcan2ydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance < 10)) and (_root.enemy2trashcan2ydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance > -20)) and (_root.enemy2trashcan2ydistance < -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance < 10)) and (_root.enemy2trashcan2ydistance >= 5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance <= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2trashcan2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2trashcan2ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance > -20)) and (_root.enemy3trashcan2ydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance < 10)) and (_root.enemy3trashcan2ydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance > -20)) and (_root.enemy3trashcan2ydistance < -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance < 10)) and (_root.enemy3trashcan2ydistance >= 5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance <= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3trashcan2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3trashcan2ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance > -20)) and (_root.enemy4trashcan2ydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance < 10)) and (_root.enemy4trashcan2ydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance > -20)) and (_root.enemy4trashcan2ydistance < -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance < 10)) and (_root.enemy4trashcan2ydistance >= 5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance <= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4trashcan2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4trashcan2ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance > -20)) and (_root.enemy5trashcan2ydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance < 10)) and (_root.enemy5trashcan2ydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance > -20)) and (_root.enemy5trashcan2ydistance < -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance < 10)) and (_root.enemy5trashcan2ydistance >= 5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance <= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5trashcan2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5trashcan2ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1964 MovieClip Frame 5
stop();
Symbol 1964 MovieClip Frame 6
stop();
Symbol 1964 MovieClip Frame 7
stop();
Instance of Symbol 1956 MovieClip "can" in Symbol 1964 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.trashcan2._x = _root.trashcan2._x + 25;
}
}
Symbol 1964 MovieClip Frame 8
stop();
Instance of Symbol 1963 MovieClip "can" in Symbol 1964 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.trashcan2._x = _root.trashcan2._x - 25;
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 1969 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(56);
}
}
Symbol 1969 MovieClip Frame 11
_root.bottle1.gotoAndStop(5);
Instance of Symbol 38 MovieClip "shade" in Symbol 1971 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(55);
}
}
Symbol 1971 MovieClip Frame 11
_root.bottle1.gotoAndStop(6);
Symbol 1972 MovieClip Frame 1
stop();
Symbol 1972 MovieClip Frame 2
stop();
Symbol 1972 MovieClip Frame 3
stop();
Instance of Symbol 1969 MovieClip "bottle" in Symbol 1972 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle1._x = _root.bottle1._x + 25;
}
}
Symbol 1972 MovieClip Frame 4
stop();
Instance of Symbol 1971 MovieClip "bottle" in Symbol 1972 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle1._x = _root.bottle1._x - 25;
}
}
Symbol 1972 MovieClip Frame 5
stop();
Symbol 1972 MovieClip Frame 6
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 1977 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(56);
}
}
Symbol 1977 MovieClip Frame 11
_root.bottle3.gotoAndStop(5);
Instance of Symbol 38 MovieClip "shade" in Symbol 1979 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy1.shade)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy2.shade)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.shade)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy4.shade)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy5.shade)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy2throwing == true)) {
_root.enemy2throwing = false;
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.enemy3throwing == true)) {
_root.enemy3throwing = false;
_root.hobo.gotoAndStop(55);
}
}
Symbol 1979 MovieClip Frame 11
_root.bottle3.gotoAndStop(6);
Symbol 1980 MovieClip Frame 1
stop();
Symbol 1980 MovieClip Frame 2
stop();
Symbol 1980 MovieClip Frame 3
stop();
Instance of Symbol 1977 MovieClip "bottle" in Symbol 1980 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle3._x = _root.bottle3._x + 25;
}
}
Symbol 1980 MovieClip Frame 4
stop();
Instance of Symbol 1979 MovieClip "bottle" in Symbol 1980 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle3._x = _root.bottle3._x - 25;
}
}
Symbol 1980 MovieClip Frame 5
stop();
Symbol 1980 MovieClip Frame 6
stop();
Symbol 1983 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1983 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.prop4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.prop4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop4ydistance > -10)) and (_root.enemy1prop4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop4ydistance < 1)) and (_root.enemy1prop4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop4ydistance > -10)) and (_root.enemy1prop4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop4ydistance < 1)) and (_root.enemy1prop4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop4ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop4ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop4ydistance > -10)) and (_root.enemy2prop4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop4ydistance < 1)) and (_root.enemy2prop4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop4ydistance > -10)) and (_root.enemy2prop4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop4ydistance < 1)) and (_root.enemy2prop4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop4ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop4ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop4ydistance > -10)) and (_root.enemy3prop4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop4ydistance < 1)) and (_root.enemy3prop4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop4ydistance > -10)) and (_root.enemy3prop4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop4ydistance < 1)) and (_root.enemy3prop4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop4ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop4ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop4ydistance > -10)) and (_root.enemy4prop4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop4ydistance < 1)) and (_root.enemy4prop4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop4ydistance > -10)) and (_root.enemy4prop4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop4ydistance < 1)) and (_root.enemy4prop4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop4ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop4ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop4ydistance > -10)) and (_root.enemy5prop4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop4ydistance < 1)) and (_root.enemy5prop4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop4ydistance > -10)) and (_root.enemy5prop4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop4ydistance < 1)) and (_root.enemy5prop4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop4ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop4ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1983 MovieClip Frame 2
stop();
Symbol 1986 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 1986 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop5._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop5._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.prop5._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.prop5._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.prop5._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.prop5._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop5ydistance > -10)) and (_root.enemy1prop5ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop5ydistance < 1)) and (_root.enemy1prop5ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop5ydistance > -10)) and (_root.enemy1prop5ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop5ydistance < 1)) and (_root.enemy1prop5ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop5ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop5ydistance <= -10)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1prop5ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1prop5ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop5ydistance > -10)) and (_root.enemy2prop5ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop5ydistance < 1)) and (_root.enemy2prop5ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop5ydistance > -10)) and (_root.enemy2prop5ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop5ydistance < 1)) and (_root.enemy2prop5ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop5ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop5ydistance <= -10)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2prop5ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2prop5ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop5ydistance > -10)) and (_root.enemy3prop5ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop5ydistance < 1)) and (_root.enemy3prop5ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop5ydistance > -10)) and (_root.enemy3prop5ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop5ydistance < 1)) and (_root.enemy3prop5ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop5ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop5ydistance <= -10)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3prop5ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3prop5ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop5ydistance > -10)) and (_root.enemy4prop5ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop5ydistance < 1)) and (_root.enemy4prop5ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop5ydistance > -10)) and (_root.enemy4prop5ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop5ydistance < 1)) and (_root.enemy4prop5ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop5ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop5ydistance <= -10)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4prop5ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4prop5ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop5ydistance > -10)) and (_root.enemy5prop5ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop5ydistance < 1)) and (_root.enemy5prop5ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop5ydistance > -10)) and (_root.enemy5prop5ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop5ydistance < 1)) and (_root.enemy5prop5ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop5ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop5ydistance <= -10)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5prop5ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5prop5ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 1986 MovieClip Frame 2
stop();
Symbol 1987 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 1987 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 1987 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 1987 MovieClip Frame 20
_root.enemy1.gotoAndStop(1);
Symbol 1988 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 1988 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 1988 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 1988 MovieClip Frame 20
_root.enemy1.gotoAndStop(2);
Symbol 1994 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 1994 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 1997 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 1997 MovieClip Frame 6
_root.enemy1.gotoAndStop(2);
Symbol 2000 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2000 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2003 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2003 MovieClip Frame 6
_root.enemy1.gotoAndStop(2);
Symbol 2009 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2009 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2010 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2010 MovieClip Frame 6
_root.enemy1.gotoAndStop(2);
Symbol 2013 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2013 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2016 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2016 MovieClip Frame 6
_root.enemy1.gotoAndStop(2);
Symbol 2019 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2019 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2022 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2022 MovieClip Frame 6
_root.enemy1.gotoAndStop(2);
Symbol 2028 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2028 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2031 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2031 MovieClip Frame 6
_root.enemy1.gotoAndStop(1);
Symbol 2032 MovieClip Frame 24
_root.enemy1.gotoAndStop(1);
Symbol 2033 MovieClip Frame 24
_root.enemy1.gotoAndStop(2);
Symbol 2049 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2049 MovieClip Frame 36
_root.enemy1.gotoAndStop(1);
Symbol 2052 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2052 MovieClip Frame 36
_root.enemy1.gotoAndStop(2);
Symbol 2053 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 2053 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 20;
}
}
Symbol 2053 MovieClip Frame 30
_root.enemy1.gotoAndStop(1);
Symbol 2054 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 2054 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 20;
}
}
Symbol 2054 MovieClip Frame 30
_root.enemy1.gotoAndStop(2);
Symbol 2055 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2055 MovieClip Frame 11
_root.enemy1.gotoAndStop(1);
Symbol 2056 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2056 MovieClip Frame 11
_root.enemy1.gotoAndStop(2);
Symbol 2108 MovieClip Frame 1
stop();
Symbol 2108 MovieClip Frame 2
stop();
Symbol 2108 MovieClip Frame 3
stop();
Symbol 2108 MovieClip Frame 4
stop();
Symbol 2108 MovieClip Frame 5
stop();
Symbol 2108 MovieClip Frame 6
stop();
Symbol 2108 MovieClip Frame 7
stop();
Symbol 2108 MovieClip Frame 8
stop();
Symbol 2108 MovieClip Frame 9
stop();
Symbol 2108 MovieClip Frame 10
stop();
Symbol 2108 MovieClip Frame 11
stop();
Symbol 2108 MovieClip Frame 12
stop();
Symbol 2108 MovieClip Frame 13
stop();
Symbol 2108 MovieClip Frame 14
stop();
Symbol 2108 MovieClip Frame 15
stop();
Symbol 2108 MovieClip Frame 16
stop();
Symbol 2108 MovieClip Frame 17
stop();
Symbol 2108 MovieClip Frame 18
stop();
Symbol 2108 MovieClip Frame 19
stop();
Symbol 2108 MovieClip Frame 20
stop();
Symbol 2108 MovieClip Frame 21
stop();
Symbol 2108 MovieClip Frame 22
stop();
Symbol 2108 MovieClip Frame 23
stop();
Symbol 2108 MovieClip Frame 24
stop();
Symbol 2108 MovieClip Frame 25
stop();
Symbol 2108 MovieClip Frame 26
stop();
Symbol 2108 MovieClip Frame 27
stop();
Symbol 2108 MovieClip Frame 28
stop();
Symbol 2108 MovieClip Frame 29
stop();
Symbol 2108 MovieClip Frame 30
stop();
Symbol 2108 MovieClip Frame 31
stop();
Symbol 2108 MovieClip Frame 32
stop();
Symbol 2108 MovieClip Frame 33
stop();
Symbol 2108 MovieClip Frame 34
stop();
Symbol 2108 MovieClip Frame 35
stop();
Symbol 2108 MovieClip Frame 36
stop();
Symbol 2108 MovieClip Frame 37
stop();
Symbol 2108 MovieClip Frame 38
stop();
Symbol 2108 MovieClip Frame 39
stop();
Symbol 2108 MovieClip Frame 40
stop();
Symbol 2108 MovieClip Frame 41
stop();
Symbol 2108 MovieClip Frame 42
stop();
Symbol 2108 MovieClip Frame 43
stop();
Symbol 2108 MovieClip Frame 44
stop();
Symbol 2108 MovieClip Frame 45
stop();
Symbol 2108 MovieClip Frame 46
stop();
Symbol 2108 MovieClip Frame 47
stop();
Symbol 2108 MovieClip Frame 48
stop();
Symbol 2108 MovieClip Frame 49
stop();
Symbol 2108 MovieClip Frame 50
stop();
Symbol 2108 MovieClip Frame 51
stop();
Symbol 2142 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2142 MovieClip Frame 42
_root.enemy1.gotoAndStop(1);
Symbol 2170 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2170 MovieClip Frame 42
_root.enemy1.gotoAndStop(2);
Symbol 2182 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2182 MovieClip Frame 25
_root.enemy1.gotoAndStop(1);
Symbol 2185 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2185 MovieClip Frame 25
_root.enemy1.gotoAndStop(2);
Symbol 2197 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2197 MovieClip Frame 25
_root.enemy1.gotoAndStop(1);
Symbol 2200 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2200 MovieClip Frame 25
_root.enemy1.gotoAndStop(2);
Symbol 2253 MovieClip Frame 1
stop();
Symbol 2253 MovieClip Frame 2
stop();
Symbol 2253 MovieClip Frame 3
stop();
Symbol 2253 MovieClip Frame 4
stop();
Symbol 2253 MovieClip Frame 5
stop();
Symbol 2253 MovieClip Frame 6
stop();
Symbol 2253 MovieClip Frame 7
stop();
Symbol 2253 MovieClip Frame 8
stop();
Symbol 2253 MovieClip Frame 9
stop();
Symbol 2253 MovieClip Frame 10
stop();
Symbol 2253 MovieClip Frame 11
stop();
Symbol 2253 MovieClip Frame 12
stop();
Symbol 2253 MovieClip Frame 13
stop();
Symbol 2253 MovieClip Frame 14
stop();
Symbol 2253 MovieClip Frame 15
stop();
Symbol 2253 MovieClip Frame 16
stop();
Symbol 2253 MovieClip Frame 17
stop();
Symbol 2253 MovieClip Frame 18
stop();
Symbol 2253 MovieClip Frame 19
stop();
Symbol 2253 MovieClip Frame 20
stop();
Symbol 2253 MovieClip Frame 21
stop();
Symbol 2253 MovieClip Frame 22
stop();
Symbol 2253 MovieClip Frame 23
stop();
Symbol 2253 MovieClip Frame 24
stop();
Symbol 2253 MovieClip Frame 25
stop();
Symbol 2253 MovieClip Frame 26
stop();
Symbol 2253 MovieClip Frame 27
stop();
Symbol 2253 MovieClip Frame 28
stop();
Symbol 2253 MovieClip Frame 29
stop();
Symbol 2253 MovieClip Frame 30
stop();
Symbol 2253 MovieClip Frame 31
stop();
Symbol 2253 MovieClip Frame 32
stop();
Symbol 2253 MovieClip Frame 33
stop();
Symbol 2253 MovieClip Frame 34
stop();
Symbol 2253 MovieClip Frame 35
stop();
Symbol 2253 MovieClip Frame 36
stop();
Symbol 2253 MovieClip Frame 37
stop();
Symbol 2253 MovieClip Frame 38
stop();
Symbol 2253 MovieClip Frame 39
stop();
Symbol 2253 MovieClip Frame 40
stop();
Symbol 2253 MovieClip Frame 41
stop();
Symbol 2253 MovieClip Frame 42
stop();
Symbol 2253 MovieClip Frame 43
stop();
Symbol 2253 MovieClip Frame 44
stop();
Symbol 2253 MovieClip Frame 45
stop();
Symbol 2253 MovieClip Frame 46
stop();
Symbol 2253 MovieClip Frame 47
stop();
Symbol 2253 MovieClip Frame 48
stop();
Symbol 2253 MovieClip Frame 49
stop();
Symbol 2253 MovieClip Frame 50
stop();
Symbol 2253 MovieClip Frame 51
stop();
Symbol 2268 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2268 MovieClip Frame 36
_root.enemy1.gotoAndStop(1);
Symbol 2271 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2271 MovieClip Frame 36
_root.enemy1.gotoAndStop(2);
Symbol 2323 MovieClip Frame 1
stop();
Symbol 2323 MovieClip Frame 2
stop();
Symbol 2323 MovieClip Frame 3
stop();
Symbol 2323 MovieClip Frame 4
stop();
Symbol 2323 MovieClip Frame 5
stop();
Symbol 2323 MovieClip Frame 6
stop();
Symbol 2323 MovieClip Frame 7
stop();
Symbol 2323 MovieClip Frame 8
stop();
Symbol 2323 MovieClip Frame 9
stop();
Symbol 2323 MovieClip Frame 10
stop();
Symbol 2323 MovieClip Frame 11
stop();
Symbol 2323 MovieClip Frame 12
stop();
Symbol 2323 MovieClip Frame 13
stop();
Symbol 2323 MovieClip Frame 14
stop();
Symbol 2323 MovieClip Frame 15
stop();
Symbol 2323 MovieClip Frame 16
stop();
Symbol 2323 MovieClip Frame 17
stop();
Symbol 2323 MovieClip Frame 18
stop();
Symbol 2323 MovieClip Frame 19
stop();
Symbol 2323 MovieClip Frame 20
stop();
Symbol 2323 MovieClip Frame 21
stop();
Symbol 2323 MovieClip Frame 22
stop();
Symbol 2323 MovieClip Frame 23
stop();
Symbol 2323 MovieClip Frame 24
stop();
Symbol 2323 MovieClip Frame 25
stop();
Symbol 2323 MovieClip Frame 26
stop();
Symbol 2323 MovieClip Frame 27
stop();
Symbol 2323 MovieClip Frame 28
stop();
Symbol 2323 MovieClip Frame 29
stop();
Symbol 2323 MovieClip Frame 30
stop();
Symbol 2323 MovieClip Frame 31
stop();
Symbol 2323 MovieClip Frame 32
stop();
Symbol 2323 MovieClip Frame 33
stop();
Symbol 2323 MovieClip Frame 34
stop();
Symbol 2323 MovieClip Frame 35
stop();
Symbol 2323 MovieClip Frame 36
stop();
Symbol 2323 MovieClip Frame 37
stop();
Symbol 2323 MovieClip Frame 38
stop();
Symbol 2323 MovieClip Frame 39
stop();
Symbol 2323 MovieClip Frame 40
stop();
Symbol 2323 MovieClip Frame 41
stop();
Symbol 2323 MovieClip Frame 42
stop();
Symbol 2323 MovieClip Frame 43
stop();
Symbol 2323 MovieClip Frame 44
stop();
Symbol 2323 MovieClip Frame 45
stop();
Symbol 2323 MovieClip Frame 46
stop();
Symbol 2323 MovieClip Frame 47
stop();
Symbol 2323 MovieClip Frame 48
stop();
Symbol 2323 MovieClip Frame 49
stop();
Symbol 2323 MovieClip Frame 50
stop();
Symbol 2323 MovieClip Frame 51
stop();
Symbol 2356 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2356 MovieClip Frame 42
_root.enemy1.gotoAndStop(1);
Symbol 2386 MovieClip Frame 1
_root.enemy1.hits = _root.enemy1.hits + 1;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 4;
} else {
_root.enemy1health = _root.enemy1health - 2;
}
Symbol 2386 MovieClip Frame 42
_root.enemy1.gotoAndStop(2);
Symbol 2387 MovieClip Frame 1
_root.enemy1.hits = 0;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2387 MovieClip Frame 11
_root.enemy1.gotoAndStop(1);
Symbol 2388 MovieClip Frame 1
_root.enemy1.hits = 0;
if (_root.difficulty == -1) {
_root.enemy1health = _root.enemy1health - 2;
} else {
_root.enemy1health = _root.enemy1health - 1;
}
Symbol 2388 MovieClip Frame 11
_root.enemy1.gotoAndStop(2);
Symbol 2389 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 2389 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2389 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2389 MovieClip Frame 20
_root.enemy1.gotoAndStop(1);
Symbol 2390 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 2390 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2390 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2390 MovieClip Frame 20
_root.enemy1.gotoAndStop(2);
Instance of Symbol 251 MovieClip in Symbol 2391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 10;
}
}
Symbol 2391 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy1hud.gotoAndStop(1);
_root.enemy1.gotoAndStop(43);
Instance of Symbol 251 MovieClip in Symbol 2392 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 10;
}
}
Symbol 2392 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy1hud.gotoAndStop(1);
_root.enemy1.gotoAndStop(43);
Symbol 2393 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 2393 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2393 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 2393 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2393 MovieClip Frame 18
_root.enemy1.gotoAndStop(1);
Symbol 2394 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 2394 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2394 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 2394 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2394 MovieClip Frame 18
_root.enemy1.gotoAndStop(2);
Symbol 2395 MovieClip Frame 4
_root.enemy1.hits = 0;
Symbol 2396 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
Symbol 2396 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2396 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2396 MovieClip Frame 20
_root.enemy1.gotoAndStop(1);
Symbol 2397 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
Symbol 2397 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2397 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2397 MovieClip Frame 20
_root.enemy1.gotoAndStop(2);
Symbol 2398 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
Symbol 2398 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2398 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2398 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2398 MovieClip Frame 20
_root.enemy1.gotoAndStop(1);
Symbol 2399 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
Symbol 2399 MovieClip Frame 4
_root.enemy1.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2399 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2399 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2399 MovieClip Frame 20
_root.enemy1.gotoAndStop(2);
Symbol 2400 MovieClip Frame 1
_root.enemy1tired = Math.ceil(Math.random() * 15);
_root.enemy1alive = true;
_root.enemy1walktimer = 0;
_root.enemy1forcedwalking = 0;
stop();
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(3);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 2400 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(4);
}
}
Instance of Symbol 680 MovieClip "body" in Symbol 2400 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.enemy1tired == 1) and (_root.pause == false)) {
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(19);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 4;
_root.enemy1walkingleft = true;
_root.enemy1walkingright = false;
_root.enemy1hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy1xdistance < -20) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy1ydistance > 5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x + 6;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((((_root.enemy1ydistance < -5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x + 6;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (((_root.enemy1ydistance > 5) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x + 1.5;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((_root.enemy1ydistance < -5) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x + 1.5;
_root.enemy1._y = _root.enemy1._y + 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy1forcedwalking == 1)) and (_root.enemy1.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy1.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy1._y = _root.enemy1._y - 2.5;
_root.enemy1walkingleft = true;
_root.enemy1walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy1forcedwalking == 2)) and (_root.enemy1.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy1.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy1._y = _root.enemy1._y + 2.5;
_root.enemy1walkingleft = true;
_root.enemy1walkingright = false;
} else if ((_root.pause == false) and (_root.enemy1forcedwalking == 5)) {
_root.enemy1._x = _root.enemy1._x - 4;
_root.enemy1walkingleft = true;
_root.enemy1walkingright = false;
}
}
Symbol 2400 MovieClip Frame 2
_root.enemy1tired = Math.ceil(Math.random() * 15);
_root.enemy1alive = true;
_root.enemy1walktimer = 0;
_root.enemy1forcedwalking = 0;
stop();
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(4);
}
}
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(3);
}
}
Instance of Symbol 680 MovieClip "body" in Symbol 2400 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.enemy1tired == 1) and (_root.pause == false)) {
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(20);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x + 4;
_root.enemy1walkingleft = false;
_root.enemy1walkingright = true;
_root.enemy1hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy1xdistance > 100) and (_root.pause == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy1ydistance >= 0) and (_root.enemy1ydistance < 100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy3alive == true)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (((((((((_root.enemy1ydistance < 0) and (_root.enemy1ydistance > -100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy3alive == true)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((((((((_root.enemy1ydistance >= 0) and (_root.enemy1ydistance < 100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (((((((((_root.enemy1ydistance < 0) and (_root.enemy1ydistance > -100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((((((((_root.enemy1ydistance >= 0) and (_root.enemy1ydistance < 100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy2alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (((((((((_root.enemy1ydistance < 0) and (_root.enemy1ydistance > -100)) and (_root.enemy1xdistance > -150)) and (_root.enemy1xdistance < 150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy2alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy1ydistance > 5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 6;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((((((_root.enemy1ydistance < -5) and (_root.enemy1xdistance < 100)) and (_root.enemy1xdistance > -20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 6;
_root.enemy1._y = _root.enemy1._y + 2.5;
} else if (((((_root.enemy1ydistance > 5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y - 2.5;
} else if (((((_root.enemy1ydistance < -5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy3alive == false)) and (_root.enemy1forcedwalking == 0)) {
_root.enemy1._x = _root.enemy1._x - 1.5;
_root.enemy1._y = _root.enemy1._y + 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy1forcedwalking == 3)) and (_root.enemy1.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy1.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy1._y = _root.enemy1._y - 2.5;
_root.enemy1walkingright = true;
_root.enemy1walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy1forcedwalking == 4)) and (_root.enemy1.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy1.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy1._y = _root.enemy1._y + 2.5;
_root.enemy1walkingright = true;
_root.enemy1walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy1forcedwalking == 6)) {
_root.enemy1._x = _root.enemy1._x + 4;
_root.enemy1walkingright = true;
_root.enemy1walkingleft = false;
}
}
Symbol 2400 MovieClip Frame 3
stop();
Instance of Symbol 1987 MovieClip "body" in Symbol 2400 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.enemy1attackmove == 1) and (_root.policeclub == false)) {
_root.enemy1.gotoAndStop(48);
} else if ((_root.enemy1attackmove == 2) and (_root.policeclub == false)) {
_root.enemy1.gotoAndStop(50);
} else if ((_root.enemy1attackmove == 2) and (_root.policeclub == true)) {
_root.enemy1.gotoAndStop(39);
} else if (_root.enemy1attackmove == 3) {
_root.enemy1.gotoAndStop(44);
}
}
Symbol 2400 MovieClip Frame 4
stop();
Instance of Symbol 1988 MovieClip "body" in Symbol 2400 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((_root.enemy1attackmove == 1) and (_root.policeclub == false)) {
_root.enemy1.gotoAndStop(49);
} else if ((_root.enemy1attackmove == 2) and (_root.policeclub == false)) {
_root.enemy1.gotoAndStop(51);
} else if ((_root.enemy1attackmove == 2) and (_root.policeclub == true)) {
_root.enemy1.gotoAndStop(40);
} else if (_root.enemy1attackmove == 3) {
_root.enemy1.gotoAndStop(45);
}
}
Symbol 2400 MovieClip Frame 5
stop();
Instance of Symbol 1994 MovieClip "body" in Symbol 2400 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 6
stop();
Instance of Symbol 1997 MovieClip "body" in Symbol 2400 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 7
stop();
Instance of Symbol 2000 MovieClip "body" in Symbol 2400 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 8
stop();
Instance of Symbol 2003 MovieClip "body" in Symbol 2400 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 9
stop();
Instance of Symbol 2009 MovieClip "body" in Symbol 2400 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 10
stop();
Instance of Symbol 2010 MovieClip "body" in Symbol 2400 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 11
stop();
Instance of Symbol 2013 MovieClip "body" in Symbol 2400 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 12
stop();
Instance of Symbol 2016 MovieClip "body" in Symbol 2400 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 13
stop();
Instance of Symbol 2009 MovieClip "body" in Symbol 2400 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 14
stop();
Instance of Symbol 2010 MovieClip "body" in Symbol 2400 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 15
stop();
Instance of Symbol 2019 MovieClip "body" in Symbol 2400 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 16
stop();
Instance of Symbol 2022 MovieClip "body" in Symbol 2400 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 17
stop();
Instance of Symbol 2028 MovieClip "body" in Symbol 2400 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 18
stop();
Instance of Symbol 2031 MovieClip "body" in Symbol 2400 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1.hits >= 4) {
_root.enemy1.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 19
stop();
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(3);
}
}
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(4);
}
}
Symbol 2400 MovieClip Frame 20
stop();
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(4);
}
}
Instance of Symbol 251 MovieClip in Symbol 2400 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy1attackmove = Math.ceil(Math.random() * 3);
_root.enemy1hitting = true;
_root.enemy1.gotoAndStop(3);
}
}
Symbol 2400 MovieClip Frame 21
stop();
Instance of Symbol 2049 MovieClip "body" in Symbol 2400 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 22
stop();
Instance of Symbol 2052 MovieClip "body" in Symbol 2400 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 23
stop();
Instance of Symbol 2053 MovieClip "body" in Symbol 2400 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 24
stop();
Instance of Symbol 2054 MovieClip "body" in Symbol 2400 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 25
stop();
Instance of Symbol 2055 MovieClip "body" in Symbol 2400 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 26
stop();
Instance of Symbol 2056 MovieClip "body" in Symbol 2400 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 27
stop();
Instance of Symbol 2142 MovieClip "body" in Symbol 2400 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 28
stop();
Instance of Symbol 2170 MovieClip "body" in Symbol 2400 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 29
stop();
Instance of Symbol 2182 MovieClip "body" in Symbol 2400 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 30
stop();
Instance of Symbol 2185 MovieClip "body" in Symbol 2400 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 31
stop();
Instance of Symbol 2197 MovieClip "body" in Symbol 2400 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 32
stop();
Instance of Symbol 2200 MovieClip "body" in Symbol 2400 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 33
stop();
Instance of Symbol 2268 MovieClip "body" in Symbol 2400 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 34
stop();
Instance of Symbol 2271 MovieClip "body" in Symbol 2400 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 35
stop();
Instance of Symbol 2356 MovieClip "body" in Symbol 2400 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 36
stop();
Instance of Symbol 2386 MovieClip "body" in Symbol 2400 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 37
stop();
Instance of Symbol 2387 MovieClip "body" in Symbol 2400 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(41);
}
}
Symbol 2400 MovieClip Frame 38
stop();
Instance of Symbol 2388 MovieClip "body" in Symbol 2400 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.enemy1.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy1._x = _root.enemy1._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy1health <= 0) {
_root.enemy1.gotoAndStop(42);
}
}
Symbol 2400 MovieClip Frame 39
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2400 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(36);
}
}
Symbol 2400 MovieClip Frame 40
stop();
Symbol 2400 MovieClip Frame 41
stop();
Symbol 2400 MovieClip Frame 42
stop();
Symbol 2400 MovieClip Frame 43
_root.enemy1alive = false;
stop();
Symbol 2400 MovieClip Frame 44
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2400 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x >= _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy1._x < _root.hobo._x)) {
_root.enemy1hud.gotoAndPlay(2);
_root.enemy1.gotoAndStop(36);
}
}
Symbol 2400 MovieClip Frame 45
stop();
Symbol 2400 MovieClip Frame 46
_root.enemy1alive = true;
_root.enemy1walktimer = 0;
stop();
Symbol 2400 MovieClip Frame 47
_root.enemy1alive = true;
_root.enemy1walktimer = 0;
stop();
Symbol 2400 MovieClip Frame 48
stop();
Symbol 2400 MovieClip Frame 49
stop();
Symbol 2400 MovieClip Frame 50
stop();
Symbol 2400 MovieClip Frame 51
stop();
Symbol 2401 MovieClip Frame 5
_root.enemy2.hits = 0;
Symbol 2401 MovieClip Frame 12
_root.enemy2forcedwalking = 0;
Symbol 2402 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 2402 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2402 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2402 MovieClip Frame 20
_root.enemy2.gotoAndStop(1);
Symbol 2403 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 2403 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2403 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2403 MovieClip Frame 20
_root.enemy2.gotoAndStop(2);
Symbol 2406 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2406 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2409 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2409 MovieClip Frame 6
_root.enemy2.gotoAndStop(2);
Symbol 2412 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2412 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2415 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2415 MovieClip Frame 6
_root.enemy2.gotoAndStop(2);
Symbol 2416 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2416 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2417 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2417 MovieClip Frame 6
_root.enemy2.gotoAndStop(2);
Symbol 2420 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2420 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2423 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2423 MovieClip Frame 6
_root.enemy2.gotoAndStop(2);
Symbol 2426 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2426 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2429 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2429 MovieClip Frame 6
_root.enemy2.gotoAndStop(2);
Symbol 2432 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2432 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2435 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2435 MovieClip Frame 6
_root.enemy2.gotoAndStop(1);
Symbol 2436 MovieClip Frame 24
_root.enemy2.gotoAndStop(1);
Symbol 2437 MovieClip Frame 24
_root.enemy2.gotoAndStop(2);
Symbol 2440 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2440 MovieClip Frame 36
_root.enemy2.gotoAndStop(1);
Symbol 2442 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2442 MovieClip Frame 36
_root.enemy2.gotoAndStop(2);
Symbol 2443 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Instance of Symbol 251 MovieClip in Symbol 2443 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 20;
}
}
Instance of Symbol 251 MovieClip in Symbol 2443 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 20;
}
}
Symbol 2443 MovieClip Frame 30
_root.enemy2.gotoAndStop(1);
Symbol 2444 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Instance of Symbol 251 MovieClip in Symbol 2444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 20;
}
}
Symbol 2444 MovieClip Frame 30
_root.enemy2.gotoAndStop(2);
Symbol 2445 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2445 MovieClip Frame 11
_root.enemy2.gotoAndStop(1);
Symbol 2446 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2446 MovieClip Frame 11
_root.enemy2.gotoAndStop(2);
Symbol 2474 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2474 MovieClip Frame 42
_root.enemy2.gotoAndStop(1);
Symbol 2500 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2500 MovieClip Frame 42
_root.enemy2.gotoAndStop(2);
Symbol 2503 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2503 MovieClip Frame 25
_root.enemy2.gotoAndStop(1);
Symbol 2506 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2506 MovieClip Frame 25
_root.enemy2.gotoAndStop(2);
Symbol 2509 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2509 MovieClip Frame 25
_root.enemy2.gotoAndStop(1);
Symbol 2512 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2512 MovieClip Frame 25
_root.enemy2.gotoAndStop(2);
Symbol 2515 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2515 MovieClip Frame 36
_root.enemy2.gotoAndStop(1);
Symbol 2518 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2518 MovieClip Frame 36
_root.enemy2.gotoAndStop(2);
Symbol 2549 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2549 MovieClip Frame 42
_root.enemy2.gotoAndStop(1);
Symbol 2579 MovieClip Frame 1
_root.enemy2.hits = _root.enemy2.hits + 1;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 4;
} else {
_root.enemy2health = _root.enemy2health - 2;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 1;
}
Symbol 2579 MovieClip Frame 42
_root.enemy2.gotoAndStop(2);
Symbol 2580 MovieClip Frame 1
_root.enemy2.hits = 0;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2580 MovieClip Frame 11
_root.enemy2.gotoAndStop(1);
Symbol 2581 MovieClip Frame 1
_root.enemy2.hits = 0;
if (_root.difficulty == -1) {
_root.enemy2health = _root.enemy2health - 2;
} else {
_root.enemy2health = _root.enemy2health - 1;
}
if (((_root.enemy2health < 30) and (_root.enemy2health > 1)) and (_root.level == 11.4)) {
_root.enemy2health = _root.enemy2health + 0.5;
}
Symbol 2581 MovieClip Frame 11
_root.enemy2.gotoAndStop(2);
Symbol 2582 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
if (_root.level == 11.4) {
this.gotoAndPlay(3);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(3);
}
Symbol 2582 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2582 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2582 MovieClip Frame 20
_root.enemy2.gotoAndStop(1);
Symbol 2583 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
if (_root.level == 11.4) {
this.gotoAndPlay(3);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(3);
}
Symbol 2583 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2583 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2583 MovieClip Frame 20
_root.enemy2.gotoAndStop(2);
Instance of Symbol 251 MovieClip in Symbol 2584 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 10;
}
}
Symbol 2584 MovieClip Frame 5
_root.enemy2dying = true;
Symbol 2584 MovieClip Frame 6
_root.enemy2dying = true;
Symbol 2584 MovieClip Frame 32
_root.enemy2dying = false;
_root.enemyamount = _root.enemyamount - 1;
_root.enemy2hud.gotoAndStop(1);
_root.enemy2.gotoAndStop(43);
Instance of Symbol 251 MovieClip in Symbol 2585 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 10;
}
}
Symbol 2585 MovieClip Frame 5
_root.enemy2dying = true;
Symbol 2585 MovieClip Frame 6
_root.enemy2dying = true;
Symbol 2585 MovieClip Frame 32
_root.enemy2dying = false;
_root.enemyamount = _root.enemyamount - 1;
_root.enemy2hud.gotoAndStop(1);
_root.enemy2.gotoAndStop(43);
Symbol 2586 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
Symbol 2586 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2586 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2586 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2586 MovieClip Frame 15
_root.enemy2.gotoAndStop(1);
Symbol 2587 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
Symbol 2587 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2587 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2587 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2587 MovieClip Frame 15
_root.enemy2.gotoAndStop(2);
Symbol 2588 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 2588 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2588 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2588 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2588 MovieClip Frame 20
_root.enemy2.gotoAndStop(1);
Symbol 2589 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 2589 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2589 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 2589 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2589 MovieClip Frame 20
_root.enemy2.gotoAndStop(2);
Symbol 2590 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
Symbol 2590 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2590 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 2590 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2590 MovieClip Frame 18
_root.enemy2.gotoAndStop(1);
Symbol 2591 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.level == 11.4) {
this.gotoAndPlay(4);
}
if ((_root.level >= 18) and (_root.level < 19)) {
this.gotoAndPlay(4);
}
Symbol 2591 MovieClip Frame 4
_root.enemy2.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2591 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 2591 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2591 MovieClip Frame 18
_root.enemy2.gotoAndStop(2);
Symbol 2597 MovieClip Frame 4
_root.enemy2.hits = 0;
Symbol 2603 MovieClip Frame 4
_root.enemy2.hits = 0;
Symbol 2603 MovieClip Frame 91
_root.enemy5.gotoAndStop(51);
Symbol 2603 MovieClip Frame 103
_root.enemy2.gotoAndStop(54);
stop();
Symbol 2604 MovieClip Frame 4
_root.enemy2.hits = 0;
Symbol 2605 MovieClip Frame 4
_root.enemy2.gotoAndStop(57);
Symbol 2606 MovieClip Frame 4
_root.enemy2.gotoAndStop(58);
Symbol 2607 MovieClip Frame 5
_root.enemy2.hits = 0;
Symbol 2607 MovieClip Frame 12
_root.enemy2forcedwalking = 0;
Symbol 2608 MovieClip Frame 1
_root.enemy2throwing = true;
Symbol 2608 MovieClip Frame 7
_root.enemy2throwing = false;
_root.enemy2.gotoAndStop(1);
Symbol 2609 MovieClip Frame 1
_root.enemy2throwing = true;
Symbol 2609 MovieClip Frame 7
_root.enemy2throwing = false;
_root.enemy2.gotoAndStop(2);
Symbol 2616 MovieClip Frame 3
_root.enemy2.hits = 0;
Symbol 2616 MovieClip Frame 6
_root.enemy2forcedwalking = 0;
Instance of Symbol 251 MovieClip in Symbol 2617 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2617 MovieClip Frame 4
_root.enemy2.hits = 0;
Symbol 2617 MovieClip Frame 9
_root.enemy2.gotoAndStop(46);
Instance of Symbol 251 MovieClip in Symbol 2618 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2618 MovieClip Frame 4
_root.enemy2.hits = 0;
Symbol 2618 MovieClip Frame 9
_root.enemy2.gotoAndStop(47);
Symbol 2632 MovieClip Frame 1
_root.enemy2tired = Math.ceil(Math.random() * 10);
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
_root.enemy2throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
}
}
Instance of Symbol 2401 MovieClip "body" in Symbol 2632 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.enemy2tired == 1) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(19);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 11.4) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(61);
}
}
onClipEvent (enterFrame) {
if (((_root.level >= 18) and (_root.level < 19)) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(61);
}
}
onClipEvent (enterFrame) {
if (((_root.level >= 20.4) and (_root.level < 20.6)) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(61);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 4;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance < -100) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 6;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 6;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 1)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 2)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 5)) {
_root.enemy2._x = _root.enemy2._x - 4;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
}
}
Symbol 2632 MovieClip Frame 2
_root.enemy2tired = Math.ceil(Math.random() * 10);
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
_root.enemy2throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
}
}
Instance of Symbol 2401 MovieClip "body" in Symbol 2632 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.enemy2tired == 1) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(20);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 11.4) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(62);
}
}
onClipEvent (enterFrame) {
if (((_root.level >= 18) and (_root.level < 19)) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(62);
}
}
onClipEvent (enterFrame) {
if (((_root.level >= 20.4) and (_root.level < 20.6)) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(62);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 4;
_root.enemy2walkingleft = false;
_root.enemy2walkingright = true;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance > 20) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 6;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 6;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 3)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 4)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 6)) {
_root.enemy2._x = _root.enemy2._x + 4;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
}
}
Symbol 2632 MovieClip Frame 3
stop();
Instance of Symbol 2402 MovieClip "body" in Symbol 2632 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.enemy2attackmove == 2) {
_root.enemy2.gotoAndStop(39);
} else if (_root.enemy2attackmove == 3) {
_root.enemy2.gotoAndStop(44);
} else if (_root.enemy2attackmove == 4) {
_root.enemy2.gotoAndStop(46);
} else if (_root.enemy2attackmove == 5) {
_root.enemy2.gotoAndStop(48);
}
}
Symbol 2632 MovieClip Frame 4
stop();
Instance of Symbol 2403 MovieClip "body" in Symbol 2632 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.enemy2attackmove == 2) {
_root.enemy2.gotoAndStop(40);
} else if (_root.enemy2attackmove == 3) {
_root.enemy2.gotoAndStop(45);
} else if (_root.enemy2attackmove == 4) {
_root.enemy2.gotoAndStop(47);
} else if (_root.enemy2attackmove == 5) {
_root.enemy2.gotoAndStop(49);
}
}
Symbol 2632 MovieClip Frame 5
stop();
Instance of Symbol 2406 MovieClip "body" in Symbol 2632 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 6
stop();
Instance of Symbol 2409 MovieClip "body" in Symbol 2632 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 7
stop();
Instance of Symbol 2412 MovieClip "body" in Symbol 2632 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 8
stop();
Instance of Symbol 2415 MovieClip "body" in Symbol 2632 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 9
stop();
Instance of Symbol 2416 MovieClip "body" in Symbol 2632 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 10
stop();
Instance of Symbol 2417 MovieClip "body" in Symbol 2632 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 11
stop();
Instance of Symbol 2420 MovieClip "body" in Symbol 2632 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 12
stop();
Instance of Symbol 2423 MovieClip "body" in Symbol 2632 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 13
stop();
Instance of Symbol 2416 MovieClip "body" in Symbol 2632 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 14
stop();
Instance of Symbol 2417 MovieClip "body" in Symbol 2632 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 15
stop();
Instance of Symbol 2426 MovieClip "body" in Symbol 2632 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 16
stop();
Instance of Symbol 2429 MovieClip "body" in Symbol 2632 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 17
stop();
Instance of Symbol 2432 MovieClip "body" in Symbol 2632 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 18
stop();
Instance of Symbol 2435 MovieClip "body" in Symbol 2632 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2.hits >= 4) {
_root.enemy2.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 19
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(3);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
}
}
Symbol 2632 MovieClip Frame 20
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(4);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
}
}
Symbol 2632 MovieClip Frame 21
stop();
Instance of Symbol 2440 MovieClip "body" in Symbol 2632 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 22
stop();
Instance of Symbol 2442 MovieClip "body" in Symbol 2632 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 23
stop();
Instance of Symbol 2443 MovieClip "body" in Symbol 2632 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 24
stop();
Instance of Symbol 2444 MovieClip "body" in Symbol 2632 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 25
stop();
Instance of Symbol 2445 MovieClip "body" in Symbol 2632 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 26
stop();
Instance of Symbol 2446 MovieClip "body" in Symbol 2632 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 27
stop();
Instance of Symbol 2474 MovieClip "body" in Symbol 2632 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 28
stop();
Instance of Symbol 2500 MovieClip "body" in Symbol 2632 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 29
stop();
Instance of Symbol 2503 MovieClip "body" in Symbol 2632 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 30
stop();
Instance of Symbol 2506 MovieClip "body" in Symbol 2632 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 31
stop();
Instance of Symbol 2509 MovieClip "body" in Symbol 2632 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 32
stop();
Instance of Symbol 2512 MovieClip "body" in Symbol 2632 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 33
stop();
Instance of Symbol 2515 MovieClip "body" in Symbol 2632 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 34
stop();
Instance of Symbol 2518 MovieClip "body" in Symbol 2632 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 35
stop();
Instance of Symbol 2549 MovieClip "body" in Symbol 2632 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 36
stop();
Instance of Symbol 2579 MovieClip "body" in Symbol 2632 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 37
stop();
Instance of Symbol 2580 MovieClip "body" in Symbol 2632 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(41);
}
}
Symbol 2632 MovieClip Frame 38
stop();
Instance of Symbol 2581 MovieClip "body" in Symbol 2632 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.enemy2.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy2health <= 0) {
_root.enemy2.gotoAndStop(42);
}
}
Symbol 2632 MovieClip Frame 39
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Symbol 2632 MovieClip Frame 40
stop();
Symbol 2632 MovieClip Frame 41
stop();
Symbol 2632 MovieClip Frame 42
stop();
Symbol 2632 MovieClip Frame 43
_root.enemy2alive = false;
stop();
Symbol 2632 MovieClip Frame 44
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Symbol 2632 MovieClip Frame 45
stop();
Symbol 2632 MovieClip Frame 46
stop();
Symbol 2632 MovieClip Frame 47
stop();
Symbol 2632 MovieClip Frame 48
stop();
Symbol 2632 MovieClip Frame 49
stop();
Symbol 2632 MovieClip Frame 50
_root.enemy2.hits = 0;
stop();
Symbol 2632 MovieClip Frame 51
stop();
Instance of Symbol 2597 MovieClip "body" in Symbol 2632 MovieClip Frame 51
onClipEvent (enterFrame) {
if (((_root.level == 18.1) and (_root.enemy4health < 30)) and (_root.enemy2health == 30)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 18.2;
_root.enemy2.gotoAndStop(61);
}
}
Symbol 2632 MovieClip Frame 52
stop();
Instance of Symbol 2597 MovieClip "body" in Symbol 2632 MovieClip Frame 52
onClipEvent (enterFrame) {
if (((_root.level == 17.1) and (_root.enemy3health < 30)) and (_root.enemy2health == 30)) {
_root.level = 17.3;
_root.enemy2.gotoAndStop(1);
}
}
Symbol 2632 MovieClip Frame 53
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
stop();
Instance of Symbol 2603 MovieClip "body" in Symbol 2632 MovieClip Frame 53
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy4health < 30)) {
_root.level = 10.3;
_root.enemy5.gotoAndStop(1);
_root.enemy2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy5health < 30)) {
_root.level = 10.3;
_root.enemy4.gotoAndStop(1);
_root.enemy2.gotoAndStop(1);
}
}
Symbol 2632 MovieClip Frame 54
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
stop();
Instance of Symbol 2604 MovieClip "body" in Symbol 2632 MovieClip Frame 54
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy4health < 30)) {
_root.level = 10.3;
_root.enemy5.gotoAndStop(1);
_root.enemy2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy5health < 30)) {
_root.level = 10.3;
_root.enemy4.gotoAndStop(1);
_root.enemy2.gotoAndStop(1);
}
}
Symbol 2632 MovieClip Frame 55
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 55
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Symbol 2632 MovieClip Frame 56
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 56
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Symbol 2632 MovieClip Frame 57
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 57
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(59);
}
}
Instance of Symbol 2607 MovieClip "body" in Symbol 2632 MovieClip Frame 57
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 4;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance < -100) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(58);
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 6;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 6;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 1)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 2)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 5)) {
_root.enemy2._x = _root.enemy2._x - 4;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
}
}
Symbol 2632 MovieClip Frame 58
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 58
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(60);
}
}
Instance of Symbol 2607 MovieClip "body" in Symbol 2632 MovieClip Frame 58
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 4;
_root.enemy2walkingleft = false;
_root.enemy2walkingright = true;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance > 20) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(57);
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 6;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 6;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 3)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 4)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 6)) {
_root.enemy2._x = _root.enemy2._x + 4;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
}
}
Symbol 2632 MovieClip Frame 59
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 59
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 2608 MovieClip "body" in Symbol 2632 MovieClip Frame 59
onClipEvent (enterFrame) {
if (_root.objectt == 1) {
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._x = _root.bottle1._x - 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(4);
} else if (_root.objectt == 2) {
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(4);
} else if (_root.objectt == 3) {
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._x = _root.bottle3._x - 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(4);
} else if (_root.objectt == 4) {
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(10);
}
}
Symbol 2632 MovieClip Frame 60
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 60
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 2609 MovieClip "body" in Symbol 2632 MovieClip Frame 60
onClipEvent (enterFrame) {
if (_root.objectt == 1) {
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._x = _root.bottle1._x + 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(3);
} else if (_root.objectt == 2) {
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(3);
} else if (_root.objectt == 3) {
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._x = _root.bottle3._x + 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(3);
} else if (_root.objectt == 4) {
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(9);
}
}
Symbol 2632 MovieClip Frame 61
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
_root.enemy2throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(63);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(55);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 2616 MovieClip "body" in Symbol 2632 MovieClip Frame 61
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 15;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance < -100) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(62);
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((((_root.enemy2ydistance >= 0) and (_root.enemy2ydistance < 100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((((((_root.enemy2ydistance < 0) and (_root.enemy2ydistance > -100)) and (_root.enemy2xdistance < 150)) and (_root.enemy2xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == true)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance < 100)) and (_root.enemy2xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy3alive == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 1)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 2)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 5)) {
_root.enemy2._x = _root.enemy2._x - 15;
_root.enemy2walkingleft = true;
_root.enemy2walkingright = false;
}
}
Symbol 2632 MovieClip Frame 62
_root.enemy2alive = true;
_root.enemy2walktimer = 0;
_root.enemy2forcedwalking = 0;
_root.enemy2throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 2632 MovieClip Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy2attackmove = Math.ceil(Math.random() * 5);
_root.enemy2hitting = true;
_root.enemy2.gotoAndStop(64);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objectt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objectt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objectt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objectt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy2.gotoAndStop(56);
}
}
Instance of Symbol 2616 MovieClip "body" in Symbol 2632 MovieClip Frame 62
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x + 15;
_root.enemy2walkingleft = false;
_root.enemy2walkingright = true;
_root.enemy2hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2xdistance > 20) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2.gotoAndStop(61);
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy2ydistance > 5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((((_root.enemy2ydistance < -5) and (_root.enemy2xdistance > -100)) and (_root.enemy2xdistance < 20)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2ydistance > 5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y - 2.5;
} else if (((_root.enemy2ydistance < -5) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._x = _root.enemy2._x - 1.5;
_root.enemy2._y = _root.enemy2._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
} else if (((_root.enemy2.shade.hitTest(_root.enemy1.shade) and (_root.enemy2._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy2forcedwalking == 0)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy2forcedwalking == 3)) and (_root.enemy2.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy2._y = _root.enemy2._y - 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy2forcedwalking == 4)) and (_root.enemy2.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy2.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy2._y = _root.enemy2._y + 2.5;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy2forcedwalking == 6)) {
_root.enemy2._x = _root.enemy2._x + 15;
_root.enemy2walkingright = true;
_root.enemy2walkingleft = false;
}
}
Symbol 2632 MovieClip Frame 63
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 63
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 2617 MovieClip "body" in Symbol 2632 MovieClip Frame 63
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x - 16;
}
}
Symbol 2632 MovieClip Frame 64
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 64
onClipEvent (enterFrame) {
if ((_root.objectt == 1) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle1._y = _root.enemy2._y;
_root.bottle1._x = _root.enemy2._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objectt == 2) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objectt == 3) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle3._y = _root.enemy2._y;
_root.bottle3._x = _root.enemy2._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objectt == 4) and (_root.enemy2dropobject == true)) {
_root.enemy2dropobject = false;
_root.objectt = 0;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.enemy2dropobject = true;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Instance of Symbol 2618 MovieClip "body" in Symbol 2632 MovieClip Frame 64
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy2._x = _root.enemy2._x + 16;
}
}
Symbol 2632 MovieClip Frame 65
_root.enemy2.hits = 0;
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2632 MovieClip Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x >= _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy2._x < _root.hobo._x)) {
_root.bottle2.gotoAndStop(2);
_root.bottle2._x = _root.enemy2._x;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle2._y = _root.enemy2._y;
_root.bottle2._y = _root.bottle2._y + 20;
_root.bottle2.gotoAndStop(1);
_root.enemy2._y = _root.enemy2._y + 10;
_root.enemy2hud.gotoAndPlay(2);
_root.enemy2.gotoAndStop(36);
}
}
Symbol 2664 MovieClip Frame 1
stop();
Symbol 2664 MovieClip Frame 2
stop();
Symbol 2664 MovieClip Frame 3
stop();
Symbol 2664 MovieClip Frame 4
stop();
Symbol 2664 MovieClip Frame 5
stop();
Symbol 2664 MovieClip Frame 6
stop();
Symbol 2664 MovieClip Frame 7
stop();
Symbol 2664 MovieClip Frame 8
stop();
Symbol 2664 MovieClip Frame 9
stop();
Symbol 2664 MovieClip Frame 10
stop();
Symbol 2664 MovieClip Frame 11
stop();
Symbol 2664 MovieClip Frame 12
stop();
Symbol 2664 MovieClip Frame 13
stop();
Symbol 2664 MovieClip Frame 14
stop();
Symbol 2664 MovieClip Frame 15
stop();
Symbol 2664 MovieClip Frame 16
stop();
Symbol 2664 MovieClip Frame 17
stop();
Symbol 2664 MovieClip Frame 18
stop();
Symbol 2664 MovieClip Frame 19
stop();
Symbol 2664 MovieClip Frame 20
stop();
Symbol 2664 MovieClip Frame 21
stop();
Symbol 2664 MovieClip Frame 22
stop();
Symbol 2664 MovieClip Frame 23
stop();
Symbol 2664 MovieClip Frame 24
stop();
Symbol 2664 MovieClip Frame 25
stop();
Symbol 2664 MovieClip Frame 26
stop();
Symbol 2664 MovieClip Frame 27
stop();
Symbol 2664 MovieClip Frame 28
stop();
Symbol 2664 MovieClip Frame 29
stop();
Symbol 2664 MovieClip Frame 30
stop();
Symbol 2664 MovieClip Frame 31
stop();
Symbol 2668 MovieClip Frame 1
_root.enemy1hudactive = false;
_root.enemy1hud._x = 552.8;
stop();
Instance of Symbol 572 MovieClip "head" in Symbol 2668 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy1hudactive = true;
}
Symbol 2670 MovieClip Frame 1
_root.enemy2hudactive = false;
_root.enemy2hud._x = 552.8;
stop();
Instance of Symbol 572 MovieClip "head" in Symbol 2670 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy2hudactive = true;
}
onClipEvent (enterFrame) {
if (_root.enemy1hudactive == true) {
_root.enemy2hud._x = 452.8;
} else {
_root.enemy2hud._x = 552.8;
}
}
Symbol 2673 MovieClip Frame 1
_root.enemy1hud.gotoAndStop(1);
_root.enemy2hud.gotoAndStop(1);
_root.enemy3hud.gotoAndStop(1);
_root.enemy4hud.gotoAndStop(1);
_root.enemy5hud.gotoAndStop(1);
Instance of Symbol 251 MovieClip in Symbol 2673 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((_root.hobo._x > 200) and (_root.run == false)) and (_root.pause == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
_root.hobo._x = _root.hobo._x - 10;
}
}
Symbol 2673 MovieClip Frame 26
_root.go.gotoAndStop(2);
Symbol 2674 MovieClip Frame 1
stop();
Symbol 2674 MovieClip Frame 2
stop();
Symbol 2682 MovieClip Frame 1
_root.enemy4hud.truckhealth.healthbar.nextFrame();
if (_root.difficulty == 0) {
_root.enemy4hud.truckhealth.healthbar.nextFrame();
}
if (_root.difficulty == -1) {
_root.enemy4hud.truckhealth.healthbar.nextFrame();
_root.enemy4hud.truckhealth.healthbar.nextFrame();
_root.enemy4hud.truckhealth.healthbar.nextFrame();
}
Symbol 2682 MovieClip Frame 5
_root.bottle4.truck.body.gotoAndStop(1);
Symbol 2683 MovieClip Frame 1
stop();
Symbol 2683 MovieClip Frame 2
stop();
Symbol 2717 MovieClip Frame 6
if (_root.difficulty == 1) {
_root.bottle4.gotoAndStop(25);
}
Symbol 2717 MovieClip Frame 15
if (_root.difficulty == 0) {
_root.bottle4.gotoAndStop(25);
}
Symbol 2717 MovieClip Frame 30
_root.bottle4.gotoAndStop(25);
Symbol 2736 MovieClip Frame 6
if (_root.difficulty == 1) {
_root.bottle4.gotoAndStop(26);
}
Symbol 2736 MovieClip Frame 15
if (_root.difficulty == 0) {
_root.bottle4.gotoAndStop(26);
}
Symbol 2736 MovieClip Frame 30
_root.bottle4.gotoAndStop(26);
Symbol 2746 MovieClip Frame 10
_root.bottle4.gotoAndStop(1);
Symbol 2765 MovieClip Frame 3
_root.trucksound.gotoAndStop(3);
Symbol 2765 MovieClip Frame 10
_root.bottle4.gotoAndStop(13);
Symbol 2767 MovieClip Frame 14
_root.enemy2._x = _root.bottle4._x;
_root.enemy2._y = _root.bottle4._y;
_root.enemy2._x = _root.enemy2._x + 110;
_root.enemy2._y = _root.enemy2._y + 30;
_root.enemy2.gotoAndStop(1);
stopAllSounds();
_root.music.gotoAndStop(4);
_root.bottle4.gotoAndStop(14);
Symbol 2772 MovieClip Frame 15
_root.enemy3._x = _root.bottle4._x;
_root.enemy3._y = _root.bottle4._y;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy3._y = _root.enemy3._y + 30;
_root.enemy3.gotoAndStop(20);
_root.bottle4.gotoAndStop(15);
Symbol 2774 MovieClip Frame 15
_root.trucksound.gotoAndStop(2);
_root.bottle4.gotoAndStop(17);
Symbol 2793 MovieClip Frame 15
_root.enemy4hud.gotoAndStop(51);
_root.trucksound.gotoAndStop(2);
_root.bottle4.gotoAndStop(3);
Symbol 2830 MovieClip Frame 30
_root.bottle2.gotoAndStop(11);
_root.bottle4.gotoAndStop(3);
Symbol 2857 MovieClip Frame 30
_root.bottle2.gotoAndStop(12);
_root.bottle4.gotoAndStop(4);
Symbol 2948 MovieClip Frame 74
_root.bottle4.gotoAndStop(31);
Symbol 2949 MovieClip Frame 1
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 2949 MovieClip Frame 2
stop();
Symbol 2949 MovieClip Frame 3
_root.truckright = false;
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2949 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x < _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 25;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < -400) {
_root.bottle4._y = _root.bottle4._y + 100;
_root.bottle4.gotoAndStop(28);
}
}
Symbol 2949 MovieClip Frame 4
_root.truckright = true;
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 4
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x + 25;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x > 1100) {
_root.bottle4._y = _root.bottle4._y - 100;
_root.bottle4.gotoAndStop(27);
}
}
Symbol 2949 MovieClip Frame 5
_root.truckright = false;
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 5
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 2949 MovieClip Frame 6
_root.truckright = true;
stop();
Symbol 2949 MovieClip Frame 7
stop();
Symbol 2949 MovieClip Frame 8
stop();
Symbol 2949 MovieClip Frame 9
_root.trucksound.gotoAndStop(2);
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x < _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2756 MovieClip "truck" in Symbol 2949 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 18;
_root.bottle4._y = _root.bottle4._y - 1.5;
}
}
onClipEvent (enterFrame) {
if ((_root.bottle4._x < -300) and (_root.level == 2.2)) {
_root.level = 2.3;
_root.bottle4.gotoAndStop(11);
}
}
Symbol 2949 MovieClip Frame 10
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 10
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2756 MovieClip "truck" in Symbol 2949 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x + 15;
}
}
Symbol 2949 MovieClip Frame 11
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 11
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 2949 MovieClip Frame 12
stop();
Symbol 2949 MovieClip Frame 13
stop();
Symbol 2949 MovieClip Frame 14
stop();
Symbol 2949 MovieClip Frame 15
stop();
Instance of Symbol 2685 MovieClip "truck" in Symbol 2949 MovieClip Frame 15
onClipEvent (enterFrame) {
if ((_root.enemy3health <= 3) and (_root.enemy3._x > _root.bottle4._x)) {
_root.enemy3.gotoAndStop(50);
_root.enemy3health = 4;
} else if ((_root.enemy3health <= 3) and (_root.enemy3._x < _root.bottle4._x)) {
_root.enemy3.gotoAndStop(51);
_root.enemy3health = 4;
}
}
Instance of Symbol 1162 MovieClip in Symbol 2949 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.runshade) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(43);
_root.bottle4.gotoAndStop(16);
}
}
Symbol 2949 MovieClip Frame 16
stop();
Symbol 2949 MovieClip Frame 17
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 17
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x < _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < -400) {
_root.bottle4._y = _root.bottle4._y + 100;
_root.bottle4.gotoAndStop(18);
}
}
Symbol 2949 MovieClip Frame 18
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 18
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x + 25;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x > 1100) {
_root.trucksound.gotoAndStop(3);
_root.bottle4._y = _root.bottle4._y - 800;
_root.enemy3.gotoAndStop(43);
_root.enemyamount = _root.enemyamount - 1;
_root.bottle4.gotoAndStop(1);
}
}
Symbol 2949 MovieClip Frame 19
_root.trucksound.gotoAndStop(4);
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 19
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x < _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2783 MovieClip "truck" in Symbol 2949 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 18;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < -300) {
_root.trucksound.gotoAndStop(5);
_root.bottle4._y = _root.bottle4._y - 800;
_root.bottle4.gotoAndStop(1);
}
}
Symbol 2949 MovieClip Frame 20
_root.trucksound.gotoAndStop(4);
stop();
Instance of Symbol 2786 MovieClip in Symbol 2949 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 18;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < -300) {
_root.trucksound.gotoAndStop(5);
_root.bottle4._y = _root.bottle4._y - 800;
_root.bottle4.gotoAndStop(1);
}
}
Symbol 2949 MovieClip Frame 21
_root.trucksound.gotoAndStop(2);
stop();
Instance of Symbol 2789 MovieClip in Symbol 2949 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 18;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < -300) {
_root.trucksound.gotoAndStop(3);
_root.bottle4._y = _root.bottle4._y - 550;
_root.bottle4.gotoAndStop(1);
}
}
Symbol 2949 MovieClip Frame 22
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 22
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 2949 MovieClip Frame 23
stop();
Symbol 2949 MovieClip Frame 24
stop();
Instance of Symbol 2685 MovieClip "truck" in Symbol 2949 MovieClip Frame 24
onClipEvent (enterFrame) {
if ((_root.enemy3health <= 3) and (_root.enemy3._x > _root.bottle4._x)) {
_root.enemy3.gotoAndStop(61);
_root.enemy3health = 4;
} else if ((_root.enemy3health <= 3) and (_root.enemy3._x < _root.bottle4._x)) {
_root.enemy3.gotoAndStop(62);
_root.enemy3health = 4;
}
}
Instance of Symbol 1162 MovieClip in Symbol 2949 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.enemy3.runshade) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(43);
_root.bottle4.gotoAndStop(23);
}
}
Symbol 2949 MovieClip Frame 25
_root.truckright = false;
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 2949 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit)) {
_root.bottle4.truck.body.gotoAndStop(2);
}
}
Symbol 2949 MovieClip Frame 26
_root.truckright = true;
stop();
Symbol 2949 MovieClip Frame 27
_root.truckright = false;
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 27
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x < _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(55);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x - 25;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x < 200) {
_root.bottle4.gotoAndStop(5);
}
}
Symbol 2949 MovieClip Frame 28
_root.truckright = true;
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 28
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.hobo._x > _root.bottle4._x)) and (_root.pause == false)) {
_root.hobo.gotoAndStop(56);
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Instance of Symbol 2697 MovieClip "truck" in Symbol 2949 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.bottle4._x = _root.bottle4._x + 25;
}
}
onClipEvent (enterFrame) {
if (_root.bottle4._x > 300) {
_root.bottle4.gotoAndStop(6);
}
}
Symbol 2949 MovieClip Frame 29
_root.trucksound.gotoAndStop(3);
stop();
Instance of Symbol 251 MovieClip "god" in Symbol 2949 MovieClip Frame 29
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x - 10;
_root.bg2._x = _root.bg2._x - 10;
_root.fg1._x = _root.fg1._x - 15;
_root.fg2._x = _root.fg2._x - 15;
_root.fb1._x = _root.fb1._x - 5;
_root.fb2._x = _root.fb2._x - 5;
_root.trashcan._x = _root.trashcan._x - 10;
_root.trashcan2._x = _root.trashcan2._x - 10;
_root.tire._x = _root.tire._x - 10;
_root.bottle1._x = _root.bottle1._x - 10;
_root.bottle2._x = _root.bottle2._x - 10;
_root.bottle3._x = _root.bottle3._x - 10;
_root.bottle4._x = _root.bottle4._x - 10;
_root.prop1._x = _root.prop1._x - 10;
_root.prop2._x = _root.prop2._x - 10;
_root.prop3._x = _root.prop3._x - 10;
_root.prop4._x = _root.prop4._x - 10;
_root.prop5._x = _root.prop5._x - 10;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == false)) {
_root.bg1._x = _root.bg1._x + 10;
_root.bg2._x = _root.bg2._x + 10;
_root.fg1._x = _root.fg1._x + 15;
_root.fg2._x = _root.fg2._x + 15;
_root.fb1._x = _root.fb1._x + 5;
_root.fb2._x = _root.fb2._x + 5;
_root.trashcan._x = _root.trashcan._x + 10;
_root.trashcan2._x = _root.trashcan2._x + 10;
_root.tire._x = _root.tire._x + 10;
_root.bottle1._x = _root.bottle1._x + 10;
_root.bottle2._x = _root.bottle2._x + 10;
_root.bottle3._x = _root.bottle3._x + 10;
_root.bottle4._x = _root.bottle4._x + 10;
_root.prop1._x = _root.prop1._x + 10;
_root.prop2._x = _root.prop2._x + 10;
_root.prop3._x = _root.prop3._x + 10;
_root.prop4._x = _root.prop4._x + 10;
_root.prop5._x = _root.prop5._x + 10;
_root.enemy1._x = _root.enemy1._x + 10;
_root.enemy2._x = _root.enemy2._x + 10;
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy4._x = _root.enemy4._x + 10;
_root.enemy5._x = _root.enemy5._x + 10;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(40) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y < _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y - 3;
_root.bg1._y = _root.bg1._y + 3;
_root.bg2._y = _root.bg2._y + 3;
_root.fg1._y = _root.fg1._y + 6;
_root.fg2._y = _root.fg2._y + 6;
_root.fb1._y = _root.fb1._y + 1.5;
_root.fb2._y = _root.fb2._y + 1.5;
_root.trashcan._y = _root.trashcan._y + 3;
_root.trashcan2._y = _root.trashcan2._y + 3;
_root.tire._y = _root.tire._y + 3;
_root.bottle1._y = _root.bottle1._y + 3;
_root.bottle2._y = _root.bottle2._y + 3;
_root.bottle3._y = _root.bottle3._y + 3;
_root.bottle4._y = _root.bottle4._y + 3;
_root.prop1._y = _root.prop1._y + 3;
_root.prop2._y = _root.prop2._y + 3;
_root.prop3._y = _root.prop3._y + 3;
_root.prop4._y = _root.prop4._y + 3;
_root.prop5._y = _root.prop5._y + 3;
_root.enemy1._y = _root.enemy1._y + 3;
_root.enemy2._y = _root.enemy2._y + 3;
_root.enemy3._y = _root.enemy3._y + 3;
_root.enemy4._y = _root.enemy4._y + 3;
_root.enemy5._y = _root.enemy5._y + 3;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) and this.hitTest(_root.hobo.shade)) and (_root.hobo._y > _root.bottle4._y)) {
_root.hobo._y = _root.hobo._y + 3;
_root.bg1._y = _root.bg1._y - 3;
_root.bg2._y = _root.bg2._y - 3;
_root.fg1._y = _root.fg1._y - 6;
_root.fg2._y = _root.fg2._y - 6;
_root.fb1._y = _root.fb1._y - 1.5;
_root.fb2._y = _root.fb2._y - 1.5;
_root.trashcan._y = _root.trashcan._y - 3;
_root.trashcan2._y = _root.trashcan2._y - 3;
_root.tire._y = _root.tire._y - 3;
_root.bottle1._y = _root.bottle1._y - 3;
_root.bottle2._y = _root.bottle2._y - 3;
_root.bottle3._y = _root.bottle3._y - 3;
_root.bottle4._y = _root.bottle4._y - 3;
_root.prop1._y = _root.prop1._y - 3;
_root.prop2._y = _root.prop2._y - 3;
_root.prop3._y = _root.prop3._y - 3;
_root.prop4._y = _root.prop4._y - 3;
_root.prop5._y = _root.prop5._y - 3;
_root.enemy1._y = _root.enemy1._y - 3;
_root.enemy2._y = _root.enemy2._y - 3;
_root.enemy3._y = _root.enemy3._y - 3;
_root.enemy4._y = _root.enemy4._y - 3;
_root.enemy5._y = _root.enemy5._y - 3;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(37) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x > _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x - 20;
_root.bg2._x = _root.bg2._x - 20;
_root.fg1._x = _root.fg1._x - 30;
_root.fg2._x = _root.fg2._x - 30;
_root.fb1._x = _root.fb1._x - 10;
_root.fb2._x = _root.fb2._x - 10;
_root.trashcan._x = _root.trashcan._x - 20;
_root.trashcan2._x = _root.trashcan2._x - 20;
_root.tire._x = _root.tire._x - 20;
_root.bottle1._x = _root.bottle1._x - 20;
_root.bottle2._x = _root.bottle2._x - 20;
_root.bottle3._x = _root.bottle3._x - 20;
_root.bottle4._x = _root.bottle4._x - 20;
_root.prop1._x = _root.prop1._x - 20;
_root.prop2._x = _root.prop2._x - 20;
_root.prop3._x = _root.prop3._x - 20;
_root.prop4._x = _root.prop4._x - 20;
_root.prop5._x = _root.prop5._x - 20;
_root.enemy1._x = _root.enemy1._x - 20;
_root.enemy2._x = _root.enemy2._x - 20;
_root.enemy3._x = _root.enemy3._x - 20;
_root.enemy4._x = _root.enemy4._x - 20;
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (((Key.isDown(39) and this.hitTest(_root.hobo.shade)) and (_root.hobo._x < _root.bottle4._x)) and (_root.run == true)) {
_root.bg1._x = _root.bg1._x + 20;
_root.bg2._x = _root.bg2._x + 20;
_root.fg1._x = _root.fg1._x + 30;
_root.fg2._x = _root.fg2._x + 30;
_root.fb1._x = _root.fb1._x + 10;
_root.fb2._x = _root.fb2._x + 10;
_root.trashcan._x = _root.trashcan._x + 20;
_root.trashcan2._x = _root.trashcan2._x + 20;
_root.tire._x = _root.tire._x + 20;
_root.bottle1._x = _root.bottle1._x + 20;
_root.bottle2._x = _root.bottle2._x + 20;
_root.bottle3._x = _root.bottle3._x + 20;
_root.bottle4._x = _root.bottle4._x + 20;
_root.prop1._x = _root.prop1._x + 20;
_root.prop2._x = _root.prop2._x + 20;
_root.prop3._x = _root.prop3._x + 20;
_root.prop4._x = _root.prop4._x + 20;
_root.prop5._x = _root.prop5._x + 20;
_root.enemy1._x = _root.enemy1._x + 20;
_root.enemy2._x = _root.enemy2._x + 20;
_root.enemy3._x = _root.enemy3._x + 20;
_root.enemy4._x = _root.enemy4._x + 20;
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance > -5)) and (_root.enemy1bottle4ydistance < 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance < 1)) and (_root.enemy1bottle4ydistance >= 0)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 4;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance <= -5)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingleft == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 5;
} else if (((this.hitTest(_root.enemy1.shade) and (_root.enemy1walkingright == true)) and (_root.enemy1bottle4ydistance >= 1)) and (_root.enemy1hitting == false)) {
_root.enemy1forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance > -5)) and (_root.enemy2bottle4ydistance < 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance < 1)) and (_root.enemy2bottle4ydistance >= 0)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 4;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance <= -5)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingleft == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 5;
} else if (((this.hitTest(_root.enemy2.shade) and (_root.enemy2walkingright == true)) and (_root.enemy2bottle4ydistance >= 1)) and (_root.enemy2hitting == false)) {
_root.enemy2forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance > -5)) and (_root.enemy3bottle4ydistance < 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance < 1)) and (_root.enemy3bottle4ydistance >= 0)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 4;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance <= -5)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingleft == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 5;
} else if (((this.hitTest(_root.enemy3.shade) and (_root.enemy3walkingright == true)) and (_root.enemy3bottle4ydistance >= 1)) and (_root.enemy3hitting == false)) {
_root.enemy3forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance > -5)) and (_root.enemy4bottle4ydistance < 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance < 1)) and (_root.enemy4bottle4ydistance >= 0)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 4;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance <= -5)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingleft == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 5;
} else if (((this.hitTest(_root.enemy4.shade) and (_root.enemy4walkingright == true)) and (_root.enemy4bottle4ydistance >= 1)) and (_root.enemy4hitting == false)) {
_root.enemy4forcedwalking = 6;
}
}
onClipEvent (enterFrame) {
if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 1;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 2;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance > -5)) and (_root.enemy5bottle4ydistance < 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 3;
} else if ((((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance < 1)) and (_root.enemy5bottle4ydistance >= 0)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 4;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance <= -5)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingleft == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 5;
} else if (((this.hitTest(_root.enemy5.shade) and (_root.enemy5walkingright == true)) and (_root.enemy5bottle4ydistance >= 1)) and (_root.enemy5hitting == false)) {
_root.enemy5forcedwalking = 6;
}
}
Symbol 2949 MovieClip Frame 30
_root.trucksound.gotoAndStop(3);
stop();
Symbol 2949 MovieClip Frame 31
_root.enemyamount = _root.enemyamount - 1;
stop();
Symbol 2950 MovieClip Frame 5
_root.enemy3.hits = 0;
Symbol 2950 MovieClip Frame 12
_root.enemy3forcedwalking = 0;
Symbol 2951 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 2951 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2951 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 2951 MovieClip Frame 20
_root.enemy3.gotoAndStop(1);
Symbol 2952 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 2952 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 2952 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 2952 MovieClip Frame 20
_root.enemy3.gotoAndStop(2);
Symbol 2955 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2955 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2958 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2958 MovieClip Frame 6
_root.enemy3.gotoAndStop(2);
Symbol 2961 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2961 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2964 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2964 MovieClip Frame 6
_root.enemy3.gotoAndStop(2);
Symbol 2965 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2965 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2966 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2966 MovieClip Frame 6
_root.enemy3.gotoAndStop(2);
Symbol 2969 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2969 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2972 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2972 MovieClip Frame 6
_root.enemy3.gotoAndStop(2);
Symbol 2975 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 2975 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2978 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 2978 MovieClip Frame 6
_root.enemy3.gotoAndStop(2);
Symbol 2981 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2981 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2984 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2984 MovieClip Frame 6
_root.enemy3.gotoAndStop(1);
Symbol 2985 MovieClip Frame 24
_root.enemy3.gotoAndStop(1);
Symbol 2986 MovieClip Frame 24
_root.enemy3.gotoAndStop(2);
Symbol 2988 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2988 MovieClip Frame 36
_root.enemy3.gotoAndStop(1);
Symbol 2991 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 2991 MovieClip Frame 36
_root.enemy3.gotoAndStop(2);
Symbol 2992 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 2992 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 20;
}
}
Symbol 2992 MovieClip Frame 30
_root.enemy3.gotoAndStop(1);
Symbol 2993 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 2993 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 20;
}
}
Symbol 2993 MovieClip Frame 30
_root.enemy3.gotoAndStop(2);
Symbol 2994 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 2994 MovieClip Frame 11
_root.enemy3.gotoAndStop(1);
Symbol 2995 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 2995 MovieClip Frame 11
_root.enemy3.gotoAndStop(2);
Symbol 3021 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 3021 MovieClip Frame 42
_root.enemy3.gotoAndStop(1);
Symbol 3049 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 3049 MovieClip Frame 42
_root.enemy3.gotoAndStop(2);
Symbol 3052 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3052 MovieClip Frame 25
_root.enemy3.gotoAndStop(1);
Symbol 3055 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3055 MovieClip Frame 25
_root.enemy3.gotoAndStop(2);
Symbol 3058 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3058 MovieClip Frame 25
_root.enemy3.gotoAndStop(1);
Symbol 3061 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3061 MovieClip Frame 25
_root.enemy3.gotoAndStop(2);
Symbol 3064 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3064 MovieClip Frame 36
_root.enemy3.gotoAndStop(1);
Symbol 3067 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3067 MovieClip Frame 36
_root.enemy3.gotoAndStop(2);
Symbol 3096 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 3096 MovieClip Frame 42
_root.enemy3.gotoAndStop(1);
Symbol 3127 MovieClip Frame 1
_root.enemy3.hits = _root.enemy3.hits + 1;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 4;
} else {
_root.enemy3health = _root.enemy3health - 2;
}
Symbol 3127 MovieClip Frame 42
_root.enemy3.gotoAndStop(2);
Symbol 3128 MovieClip Frame 1
_root.enemy3.hits = 0;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3128 MovieClip Frame 11
_root.enemy3.gotoAndStop(1);
Symbol 3129 MovieClip Frame 1
_root.enemy3.hits = 0;
if (_root.difficulty == -1) {
_root.enemy3health = _root.enemy3health - 2;
} else {
_root.enemy3health = _root.enemy3health - 1;
}
Symbol 3129 MovieClip Frame 11
_root.enemy3.gotoAndStop(2);
Symbol 3130 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3130 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3130 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3130 MovieClip Frame 20
_root.enemy3.gotoAndStop(1);
Symbol 3131 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3131 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3131 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3131 MovieClip Frame 20
_root.enemy3.gotoAndStop(2);
Instance of Symbol 251 MovieClip in Symbol 3132 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 10;
}
}
Symbol 3132 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy3hud.gotoAndStop(1);
_root.enemy3.gotoAndStop(43);
Instance of Symbol 251 MovieClip in Symbol 3133 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 10;
}
}
Symbol 3133 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy3hud.gotoAndStop(1);
_root.enemy3.gotoAndStop(43);
Symbol 3134 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 3134 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3134 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 3134 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3134 MovieClip Frame 15
_root.enemy3.gotoAndStop(1);
Symbol 3135 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 3135 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3135 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 3135 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3135 MovieClip Frame 15
_root.enemy3.gotoAndStop(2);
Symbol 3136 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3136 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3136 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 3136 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3136 MovieClip Frame 20
_root.enemy3.gotoAndStop(1);
Symbol 3137 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3137 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3137 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 25;
}
}
Instance of Symbol 251 MovieClip in Symbol 3137 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3137 MovieClip Frame 20
_root.enemy3.gotoAndStop(2);
Symbol 3138 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 3138 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3138 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3138 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3138 MovieClip Frame 18
_root.enemy3.gotoAndStop(1);
Symbol 3139 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
if (_root.difficulty == 0) {
this.gotoAndPlay(3);
}
Symbol 3139 MovieClip Frame 4
_root.enemy3.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3139 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3139 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3139 MovieClip Frame 18
_root.enemy3.gotoAndStop(2);
Symbol 3141 MovieClip Frame 4
_root.enemy3.hits = 0;
Symbol 3142 MovieClip Frame 3
_root.enemy3.hits = 0;
Symbol 3142 MovieClip Frame 8
_root.enemy3forcedwalking = 0;
Symbol 3143 MovieClip Frame 4
_root.enemy3.gotoAndStop(57);
Symbol 3144 MovieClip Frame 4
_root.enemy3.gotoAndStop(58);
Symbol 3145 MovieClip Frame 5
_root.enemy3.hits = 0;
Symbol 3145 MovieClip Frame 12
_root.enemy3forcedwalking = 0;
Symbol 3146 MovieClip Frame 1
_root.enemy3throwing = true;
Symbol 3146 MovieClip Frame 7
_root.enemy3throwing = false;
_root.enemy3.gotoAndStop(1);
Symbol 3147 MovieClip Frame 1
_root.enemy3throwing = true;
Symbol 3147 MovieClip Frame 7
_root.enemy3throwing = false;
_root.enemy3.gotoAndStop(2);
Symbol 3148 MovieClip Frame 1
_root.enemy3tired = Math.ceil(Math.random() * 10);
_root.enemy3alive = true;
_root.enemy3walktimer = 0;
_root.enemy3forcedwalking = 0;
_root.enemy3throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
}
}
Instance of Symbol 38 MovieClip "shade" in Symbol 3148 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
}
}
Instance of Symbol 2950 MovieClip "body" in Symbol 3148 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.enemy3tired == 1) and (_root.pause == false)) {
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(19);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 4;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
_root.enemy3hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3xdistance < -100) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance >= 0) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < 0) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy3ydistance >= 0) and (_root.enemy3ydistance < 100)) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((((((_root.enemy3ydistance < 0) and (_root.enemy3ydistance > -100)) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y > _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y < _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy3forcedwalking == 1)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy3forcedwalking == 2)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
} else if ((_root.pause == false) and (_root.enemy3forcedwalking == 5)) {
_root.enemy3._x = _root.enemy3._x - 4;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
}
}
Symbol 3148 MovieClip Frame 2
_root.enemy3tired = Math.ceil(Math.random() * 10);
_root.enemy3alive = true;
_root.enemy3walktimer = 0;
_root.enemy3forcedwalking = 0;
_root.enemy3throwing = false;
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
}
}
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
}
}
Instance of Symbol 2950 MovieClip "body" in Symbol 3148 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.enemy3tired == 1) and (_root.pause == false)) {
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(20);
}
}
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 4;
_root.enemy3walkingleft = false;
_root.enemy3walkingright = true;
_root.enemy3hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3xdistance > 100) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance >= 0) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < 0) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy3ydistance >= 0) and (_root.enemy3ydistance < 100)) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((((((_root.enemy3ydistance < 0) and (_root.enemy3ydistance > -100)) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y > _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y < _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy3forcedwalking == 3)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy3forcedwalking == 4)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy3forcedwalking == 6)) {
_root.enemy3._x = _root.enemy3._x + 4;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
}
}
Symbol 3148 MovieClip Frame 3
stop();
Instance of Symbol 2951 MovieClip "body" in Symbol 3148 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.enemy3attackmove == 2) {
_root.enemy3.gotoAndStop(39);
} else if (_root.enemy3attackmove == 3) {
_root.enemy3.gotoAndStop(44);
} else if (_root.enemy3attackmove == 4) {
_root.enemy3.gotoAndStop(46);
} else if (_root.enemy3attackmove == 5) {
_root.enemy3.gotoAndStop(48);
}
}
Symbol 3148 MovieClip Frame 4
stop();
Instance of Symbol 2952 MovieClip "body" in Symbol 3148 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.enemy3attackmove == 2) {
_root.enemy3.gotoAndStop(40);
} else if (_root.enemy3attackmove == 3) {
_root.enemy3.gotoAndStop(45);
} else if (_root.enemy3attackmove == 4) {
_root.enemy3.gotoAndStop(47);
} else if (_root.enemy3attackmove == 5) {
_root.enemy3.gotoAndStop(49);
}
}
Symbol 3148 MovieClip Frame 5
stop();
Instance of Symbol 2955 MovieClip "body" in Symbol 3148 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 6
stop();
Instance of Symbol 2958 MovieClip "body" in Symbol 3148 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 7
stop();
Instance of Symbol 2961 MovieClip "body" in Symbol 3148 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 8
stop();
Instance of Symbol 2964 MovieClip "body" in Symbol 3148 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 9
stop();
Instance of Symbol 2965 MovieClip "body" in Symbol 3148 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 10
stop();
Instance of Symbol 2966 MovieClip "body" in Symbol 3148 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 11
stop();
Instance of Symbol 2969 MovieClip "body" in Symbol 3148 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 12
stop();
Instance of Symbol 2972 MovieClip "body" in Symbol 3148 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 13
stop();
Instance of Symbol 2965 MovieClip "body" in Symbol 3148 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 14
stop();
Instance of Symbol 2966 MovieClip "body" in Symbol 3148 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 15
stop();
Instance of Symbol 2975 MovieClip "body" in Symbol 3148 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 16
stop();
Instance of Symbol 2978 MovieClip "body" in Symbol 3148 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 17
stop();
Instance of Symbol 2981 MovieClip "body" in Symbol 3148 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 18
stop();
Instance of Symbol 2984 MovieClip "body" in Symbol 3148 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3.hits >= 4) {
_root.enemy3.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 19
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(3);
}
}
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 19
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(4);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(56);
}
}
Symbol 3148 MovieClip Frame 20
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(4);
}
}
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3attackmove = Math.ceil(Math.random() * 5);
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.bottle1.shade)) {
_root.objecttt = 1;
_root.bottle1.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade)) {
_root.objecttt = 2;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle3.shade)) {
_root.objecttt = 3;
_root.bottle3.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
} else if (this.hitTest(_root.bottle2.shade2)) {
_root.objecttt = 4;
_root.bottle2.gotoAndStop(2);
_root.enemy3.gotoAndStop(55);
}
}
Symbol 3148 MovieClip Frame 21
stop();
Instance of Symbol 2988 MovieClip "body" in Symbol 3148 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 22
stop();
Instance of Symbol 2991 MovieClip "body" in Symbol 3148 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 23
stop();
Instance of Symbol 2992 MovieClip "body" in Symbol 3148 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 24
stop();
Instance of Symbol 2993 MovieClip "body" in Symbol 3148 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 25
stop();
Instance of Symbol 2994 MovieClip "body" in Symbol 3148 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 26
stop();
Instance of Symbol 2995 MovieClip "body" in Symbol 3148 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 27
stop();
Instance of Symbol 3021 MovieClip "body" in Symbol 3148 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 28
stop();
Instance of Symbol 3049 MovieClip "body" in Symbol 3148 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 29
stop();
Instance of Symbol 3052 MovieClip "body" in Symbol 3148 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 30
stop();
Instance of Symbol 3055 MovieClip "body" in Symbol 3148 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 31
stop();
Instance of Symbol 3058 MovieClip "body" in Symbol 3148 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 32
stop();
Instance of Symbol 3061 MovieClip "body" in Symbol 3148 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 33
stop();
Instance of Symbol 3064 MovieClip "body" in Symbol 3148 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 34
stop();
Instance of Symbol 3067 MovieClip "body" in Symbol 3148 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 35
stop();
Instance of Symbol 3096 MovieClip "body" in Symbol 3148 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 36
stop();
Instance of Symbol 3127 MovieClip "body" in Symbol 3148 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 37
stop();
Instance of Symbol 3128 MovieClip "body" in Symbol 3148 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(41);
}
}
Symbol 3148 MovieClip Frame 38
stop();
Instance of Symbol 3129 MovieClip "body" in Symbol 3148 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.enemy3.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy3health <= 0) {
_root.enemy3.gotoAndStop(42);
}
}
Symbol 3148 MovieClip Frame 39
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3148 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(36);
}
}
Symbol 3148 MovieClip Frame 40
stop();
Symbol 3148 MovieClip Frame 41
stop();
Symbol 3148 MovieClip Frame 42
stop();
Symbol 3148 MovieClip Frame 43
_root.enemy3alive = false;
stop();
Symbol 3148 MovieClip Frame 44
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3148 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(36);
}
}
Symbol 3148 MovieClip Frame 45
stop();
Symbol 3148 MovieClip Frame 46
stop();
Symbol 3148 MovieClip Frame 47
stop();
Symbol 3148 MovieClip Frame 48
stop();
Symbol 3148 MovieClip Frame 49
stop();
Symbol 3148 MovieClip Frame 50
stop();
Instance of Symbol 3140 MovieClip "body" in Symbol 3148 MovieClip Frame 50
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 10;
}
}
onClipEvent (enterFrame) {
if ((((_root.enemy3bottle4xdistance > 225) and (_root.enemy3bottle4xdistance <= 250)) and (_root.enemy3bottle4ydistance <= 10)) and (_root.pause == false)) {
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy3._y = _root.enemy3._y + 5;
} else if ((_root.enemy3bottle4ydistance > 10) and (_root.pause == false)) {
_root.enemy3._y = _root.enemy3._y - 5;
} else if ((_root.enemy3bottle4xdistance <= -225) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(51);
}
}
Symbol 3148 MovieClip Frame 51
stop();
Instance of Symbol 3140 MovieClip "body" in Symbol 3148 MovieClip Frame 51
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 10;
}
}
onClipEvent (enterFrame) {
if ((((_root.enemy3bottle4xdistance < -225) and (_root.enemy3bottle4xdistance >= -250)) and (_root.enemy3bottle4ydistance <= 10)) and (_root.pause == false)) {
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy3._y = _root.enemy3._y + 5;
} else if ((_root.enemy3bottle4ydistance > 10) and (_root.pause == false)) {
_root.enemy3._y = _root.enemy3._y - 5;
} else if ((_root.enemy3bottle4xdistance >= 225) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(50);
}
}
Symbol 3148 MovieClip Frame 52
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3148 MovieClip Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(36);
}
}
Instance of Symbol 3141 MovieClip "body" in Symbol 3148 MovieClip Frame 52
onClipEvent (enterFrame) {
if (((_root.level == 17.1) and (_root.enemy2health < 30)) and (_root.enemy3health == 30)) {
_root.level = 17.2;
_root.enemy3.gotoAndStop(1);
}
}
Symbol 3148 MovieClip Frame 53
stop();
Symbol 3148 MovieClip Frame 54
stop();
Symbol 3148 MovieClip Frame 55
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3148 MovieClip Frame 55
onClipEvent (enterFrame) {
if ((_root.objecttt == 1) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle1._y = _root.enemy3._y;
_root.bottle1._x = _root.enemy3._x;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(1);
} else if ((_root.objecttt == 2) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(1);
} else if ((_root.objecttt == 3) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle3._y = _root.enemy3._y;
_root.bottle3._x = _root.enemy3._x;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(1);
} else if ((_root.objecttt == 4) and (_root.enemy3dropobject == true)) {
_root.enemy3dropobject = false;
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x >= _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy3._x < _root.hobo._x)) {
_root.enemy3dropobject = true;
_root.enemy3hud.gotoAndPlay(2);
_root.enemy3.gotoAndStop(36);
}
}
Symbol 3148 MovieClip Frame 56
stop();
Symbol 3148 MovieClip Frame 57
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(59);
}
}
Instance of Symbol 3145 MovieClip "body" in Symbol 3148 MovieClip Frame 57
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 4;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
_root.enemy3hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3xdistance < -100) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3.gotoAndStop(58);
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance >= 0) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < 0) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy3ydistance >= 0) and (_root.enemy3ydistance < 100)) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((((((_root.enemy3ydistance < 0) and (_root.enemy3ydistance > -100)) and (_root.enemy3xdistance < 150)) and (_root.enemy3xdistance > -150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance < 100)) and (_root.enemy3xdistance > -20)) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy1alive == false)) and (_root.enemy2alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y > _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y < _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy3forcedwalking == 1)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy3forcedwalking == 2)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
} else if ((_root.pause == false) and (_root.enemy3forcedwalking == 5)) {
_root.enemy3._x = _root.enemy3._x - 4;
_root.enemy3walkingleft = true;
_root.enemy3walkingright = false;
}
}
Symbol 3148 MovieClip Frame 58
stop();
Instance of Symbol 251 MovieClip in Symbol 3148 MovieClip Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy3hitting = true;
_root.enemy3.gotoAndStop(60);
}
}
Instance of Symbol 3145 MovieClip "body" in Symbol 3148 MovieClip Frame 58
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x + 4;
_root.enemy3walkingleft = false;
_root.enemy3walkingright = true;
_root.enemy3hitting = false;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3xdistance > 100) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3.gotoAndStop(57);
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance >= 0) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < 0) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.pause == false)) and (_root.enemy1alive == true)) and (_root.enemy2alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((((_root.enemy3ydistance >= 0) and (_root.enemy3ydistance < 100)) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.hobo._y <= 380)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((((((_root.enemy3ydistance < 0) and (_root.enemy3ydistance > -100)) and (_root.enemy3xdistance > -150)) and (_root.enemy3xdistance < 150)) and (_root.hobo._y >= 350)) and (_root.pause == false)) and (_root.enemy2alive == true)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == true)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy3ydistance > 5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((((_root.enemy3ydistance < -5) and (_root.enemy3xdistance > -100)) and (_root.enemy3xdistance < 20)) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 6;
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((((_root.enemy3ydistance > 5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((((_root.enemy3ydistance < -5) and (_root.pause == false)) and (_root.enemy2alive == false)) and (_root.enemy1alive == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._x = _root.enemy3._x - 1.5;
_root.enemy3._y = _root.enemy3._y + 2.5;
}
}
onClipEvent (enterFrame) {
if (((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y > _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy1.shade) and (_root.enemy3._y < _root.enemy1._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y > _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
} else if (((_root.enemy3.shade.hitTest(_root.enemy2.shade) and (_root.enemy3._y < _root.enemy2._y)) and (_root.pause == false)) and (_root.enemy3forcedwalking == 0)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy3forcedwalking == 3)) and (_root.enemy3.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy3._y = _root.enemy3._y - 2.5;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy3forcedwalking == 4)) and (_root.enemy3.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy3.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy3._y = _root.enemy3._y + 2.5;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy3forcedwalking == 6)) {
_root.enemy3._x = _root.enemy3._x + 4;
_root.enemy3walkingright = true;
_root.enemy3walkingleft = false;
}
}
Symbol 3148 MovieClip Frame 59
stop();
Instance of Symbol 3146 MovieClip "body" in Symbol 3148 MovieClip Frame 59
onClipEvent (enterFrame) {
if (_root.objecttt == 1) {
_root.objecttt = 0;
_root.bottle1._y = _root.enemy3._y;
_root.bottle1._x = _root.enemy3._x;
_root.bottle1._x = _root.bottle1._x - 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(4);
} else if (_root.objecttt == 2) {
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(4);
} else if (_root.objecttt == 3) {
_root.objecttt = 0;
_root.bottle3._y = _root.enemy3._y;
_root.bottle3._x = _root.enemy3._x;
_root.bottle3._x = _root.bottle3._x - 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(4);
} else if (_root.objecttt == 4) {
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._x = _root.bottle2._x - 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(10);
}
}
Symbol 3148 MovieClip Frame 60
stop();
Instance of Symbol 3147 MovieClip "body" in Symbol 3148 MovieClip Frame 60
onClipEvent (enterFrame) {
if (_root.objecttt == 1) {
_root.objecttt = 0;
_root.bottle1._y = _root.enemy3._y;
_root.bottle1._x = _root.enemy3._x;
_root.bottle1._x = _root.bottle1._x + 125;
_root.bottle1._y = _root.bottle1._y + 5;
_root.bottle1.gotoAndStop(3);
} else if (_root.objecttt == 2) {
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(3);
} else if (_root.objecttt == 3) {
_root.objecttt = 0;
_root.bottle3._y = _root.enemy3._y;
_root.bottle3._x = _root.enemy3._x;
_root.bottle3._x = _root.bottle3._x + 125;
_root.bottle3._y = _root.bottle3._y + 5;
_root.bottle3.gotoAndStop(3);
} else if (_root.objecttt == 4) {
_root.objecttt = 0;
_root.bottle2._y = _root.enemy3._y;
_root.bottle2._x = _root.enemy3._x;
_root.bottle2._x = _root.bottle2._x + 125;
_root.bottle2._y = _root.bottle2._y + 5;
_root.bottle2.gotoAndStop(9);
}
}
Symbol 3148 MovieClip Frame 61
stop();
Instance of Symbol 3140 MovieClip "body" in Symbol 3148 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x - 10;
}
}
onClipEvent (enterFrame) {
if ((((_root.enemy3bottle4xdistance > 225) and (_root.enemy3bottle4xdistance <= 250)) and (_root.enemy3bottle4ydistance <= 10)) and (_root.pause == false)) {
_root.enemy3._x = _root.enemy3._x + 10;
_root.enemy3._y = _root.enemy3._y + 5;
} else if ((_root.enemy3bottle4ydistance > 10) and (_root.pause == false)) {
_root.enemy3._y = _root.enemy3._y - 5;
} else if ((_root.enemy3bottle4xdistance <= -225) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(62);
}
}
Symbol 3148 MovieClip Frame 62
stop();
Instance of Symbol 3140 MovieClip "body" in Symbol 3148 MovieClip Frame 62
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy3._x = _root.enemy3._x + 10;
}
}
onClipEvent (enterFrame) {
if ((((_root.enemy3bottle4xdistance < -225) and (_root.enemy3bottle4xdistance >= -250)) and (_root.enemy3bottle4ydistance <= 10)) and (_root.pause == false)) {
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy3._y = _root.enemy3._y + 5;
} else if ((_root.enemy3bottle4ydistance > 10) and (_root.pause == false)) {
_root.enemy3._y = _root.enemy3._y - 5;
} else if ((_root.enemy3bottle4xdistance >= 225) and (_root.pause == false)) {
_root.enemy3.gotoAndStop(61);
}
}
Symbol 3150 MovieClip Frame 1
_root.enemy3hudactive = false;
_root.enemy3hud._x = 552.8;
stop();
Instance of Symbol 572 MovieClip "head" in Symbol 3150 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy3hudactive = true;
}
onClipEvent (enterFrame) {
if ((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) {
_root.enemy3hud._x = 352.8;
} else if ((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) {
_root.enemy3hud._x = 452.8;
} else if ((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) {
_root.enemy3hud._x = 452.8;
} else {
_root.enemy3hud._x = 552.8;
}
}
Symbol 3152 MovieClip Frame 1
_root.enemy5hudactive = false;
_root.enemy5hud._x = 552.8;
stop();
Instance of Symbol 572 MovieClip "head" in Symbol 3152 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy5hudactive = true;
}
onClipEvent (enterFrame) {
if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 152.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 252.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 252.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 252.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 252.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 352.8;
} else if ((((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 452.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 452.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) and (_root.enemy4hudactive == false)) {
_root.enemy5hud._x = 452.8;
} else if ((((_root.enemy1hudactive == false) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == false)) and (_root.enemy4hudactive == true)) {
_root.enemy5hud._x = 452.8;
} else {
_root.enemy5hud._x = 552.8;
}
}
Symbol 3158 MovieClip Frame 1
stop();
Symbol 3158 MovieClip Frame 2
stop();
Symbol 3158 MovieClip Frame 3
stop();
Symbol 3158 MovieClip Frame 4
stop();
Symbol 3158 MovieClip Frame 5
stop();
Symbol 3158 MovieClip Frame 6
stop();
Symbol 3158 MovieClip Frame 7
stop();
Symbol 3158 MovieClip Frame 8
stop();
Symbol 3158 MovieClip Frame 9
stop();
Symbol 3158 MovieClip Frame 10
stop();
Symbol 3158 MovieClip Frame 11
stop();
Symbol 3158 MovieClip Frame 12
stop();
Symbol 3158 MovieClip Frame 13
stop();
Symbol 3158 MovieClip Frame 14
stop();
Symbol 3158 MovieClip Frame 15
stop();
Symbol 3158 MovieClip Frame 16
stop();
Symbol 3158 MovieClip Frame 17
stop();
Symbol 3158 MovieClip Frame 18
stop();
Symbol 3158 MovieClip Frame 19
stop();
Symbol 3158 MovieClip Frame 20
stop();
Symbol 3158 MovieClip Frame 21
stop();
Symbol 3158 MovieClip Frame 22
stop();
Symbol 3158 MovieClip Frame 23
stop();
Symbol 3158 MovieClip Frame 24
stop();
Symbol 3158 MovieClip Frame 25
stop();
Symbol 3158 MovieClip Frame 26
stop();
Symbol 3158 MovieClip Frame 27
stop();
Symbol 3158 MovieClip Frame 28
stop();
Symbol 3158 MovieClip Frame 29
stop();
Symbol 3158 MovieClip Frame 30
stop();
Symbol 3158 MovieClip Frame 31
stop();
Symbol 3158 MovieClip Frame 32
stop();
Symbol 3158 MovieClip Frame 33
stop();
Symbol 3158 MovieClip Frame 34
stop();
Symbol 3158 MovieClip Frame 35
stop();
Symbol 3158 MovieClip Frame 36
stop();
Symbol 3158 MovieClip Frame 37
stop();
Symbol 3158 MovieClip Frame 38
stop();
Symbol 3158 MovieClip Frame 39
stop();
Symbol 3158 MovieClip Frame 40
stop();
Symbol 3158 MovieClip Frame 41
stop();
Symbol 3158 MovieClip Frame 42
stop();
Symbol 3158 MovieClip Frame 43
stop();
Symbol 3158 MovieClip Frame 44
stop();
Symbol 3158 MovieClip Frame 45
stop();
Symbol 3158 MovieClip Frame 46
stop();
Symbol 3158 MovieClip Frame 47
stop();
Symbol 3158 MovieClip Frame 48
stop();
Symbol 3158 MovieClip Frame 49
stop();
Symbol 3158 MovieClip Frame 50
stop();
Symbol 3158 MovieClip Frame 51
stop();
Symbol 3158 MovieClip Frame 52
stop();
Symbol 3158 MovieClip Frame 53
stop();
Symbol 3158 MovieClip Frame 54
stop();
Symbol 3158 MovieClip Frame 55
stop();
Symbol 3158 MovieClip Frame 56
stop();
Symbol 3158 MovieClip Frame 57
stop();
Symbol 3158 MovieClip Frame 58
stop();
Symbol 3158 MovieClip Frame 59
stop();
Symbol 3158 MovieClip Frame 60
stop();
Symbol 3158 MovieClip Frame 61
stop();
Symbol 3158 MovieClip Frame 62
stop();
Symbol 3158 MovieClip Frame 63
stop();
Symbol 3158 MovieClip Frame 64
stop();
Symbol 3158 MovieClip Frame 65
stop();
Symbol 3158 MovieClip Frame 66
stop();
Symbol 3158 MovieClip Frame 67
stop();
Symbol 3158 MovieClip Frame 68
stop();
Symbol 3158 MovieClip Frame 69
stop();
Symbol 3158 MovieClip Frame 70
stop();
Symbol 3158 MovieClip Frame 71
stop();
Symbol 3158 MovieClip Frame 72
stop();
Symbol 3158 MovieClip Frame 73
stop();
Symbol 3158 MovieClip Frame 74
stop();
Symbol 3158 MovieClip Frame 75
stop();
Symbol 3158 MovieClip Frame 76
stop();
Symbol 3158 MovieClip Frame 77
stop();
Symbol 3158 MovieClip Frame 78
stop();
Symbol 3158 MovieClip Frame 79
stop();
Symbol 3158 MovieClip Frame 80
stop();
Symbol 3158 MovieClip Frame 81
stop();
Symbol 3158 MovieClip Frame 82
stop();
Symbol 3158 MovieClip Frame 83
stop();
Symbol 3158 MovieClip Frame 84
stop();
Symbol 3158 MovieClip Frame 85
stop();
Symbol 3158 MovieClip Frame 86
stop();
Symbol 3158 MovieClip Frame 87
stop();
Symbol 3158 MovieClip Frame 88
stop();
Symbol 3158 MovieClip Frame 89
stop();
Symbol 3158 MovieClip Frame 90
stop();
Symbol 3158 MovieClip Frame 91
stop();
Symbol 3158 MovieClip Frame 92
stop();
Symbol 3158 MovieClip Frame 93
stop();
Symbol 3158 MovieClip Frame 94
stop();
Symbol 3158 MovieClip Frame 95
stop();
Symbol 3158 MovieClip Frame 96
stop();
Symbol 3158 MovieClip Frame 97
stop();
Symbol 3158 MovieClip Frame 98
stop();
Symbol 3158 MovieClip Frame 99
stop();
Symbol 3158 MovieClip Frame 100
stop();
Symbol 3158 MovieClip Frame 101
stop();
Symbol 3158 MovieClip Frame 102
stop();
Symbol 3158 MovieClip Frame 103
stop();
Symbol 3158 MovieClip Frame 104
stop();
Symbol 3158 MovieClip Frame 105
stop();
Symbol 3158 MovieClip Frame 106
stop();
Symbol 3158 MovieClip Frame 107
stop();
Symbol 3158 MovieClip Frame 108
stop();
Symbol 3158 MovieClip Frame 109
stop();
Symbol 3158 MovieClip Frame 110
stop();
Symbol 3158 MovieClip Frame 111
stop();
Symbol 3158 MovieClip Frame 112
stop();
Symbol 3158 MovieClip Frame 113
stop();
Symbol 3158 MovieClip Frame 114
stop();
Symbol 3158 MovieClip Frame 115
stop();
Symbol 3158 MovieClip Frame 116
stop();
Symbol 3158 MovieClip Frame 117
stop();
Symbol 3158 MovieClip Frame 118
stop();
Symbol 3158 MovieClip Frame 119
stop();
Symbol 3158 MovieClip Frame 120
stop();
Symbol 3158 MovieClip Frame 121
stop();
Symbol 3158 MovieClip Frame 122
stop();
Symbol 3158 MovieClip Frame 123
stop();
Symbol 3158 MovieClip Frame 124
stop();
Symbol 3158 MovieClip Frame 125
stop();
Symbol 3158 MovieClip Frame 126
stop();
Symbol 3158 MovieClip Frame 127
stop();
Symbol 3158 MovieClip Frame 128
stop();
Symbol 3158 MovieClip Frame 129
stop();
Symbol 3158 MovieClip Frame 130
stop();
Symbol 3158 MovieClip Frame 131
stop();
Symbol 3158 MovieClip Frame 132
stop();
Symbol 3158 MovieClip Frame 133
stop();
Symbol 3158 MovieClip Frame 134
stop();
Symbol 3158 MovieClip Frame 135
stop();
Symbol 3158 MovieClip Frame 136
stop();
Symbol 3158 MovieClip Frame 137
stop();
Symbol 3158 MovieClip Frame 138
stop();
Symbol 3158 MovieClip Frame 139
stop();
Symbol 3158 MovieClip Frame 140
stop();
Symbol 3158 MovieClip Frame 141
stop();
Symbol 3158 MovieClip Frame 142
stop();
Symbol 3158 MovieClip Frame 143
stop();
Symbol 3158 MovieClip Frame 144
stop();
Symbol 3158 MovieClip Frame 145
stop();
Symbol 3158 MovieClip Frame 146
stop();
Symbol 3158 MovieClip Frame 147
stop();
Symbol 3158 MovieClip Frame 148
stop();
Symbol 3158 MovieClip Frame 149
stop();
Symbol 3158 MovieClip Frame 150
stop();
Symbol 3158 MovieClip Frame 151
stop();
Symbol 3158 MovieClip Frame 152
stop();
Symbol 3158 MovieClip Frame 153
stop();
Symbol 3158 MovieClip Frame 154
stop();
Symbol 3158 MovieClip Frame 155
stop();
Symbol 3158 MovieClip Frame 156
stop();
Symbol 3158 MovieClip Frame 157
stop();
Symbol 3158 MovieClip Frame 158
stop();
Symbol 3158 MovieClip Frame 159
stop();
Symbol 3158 MovieClip Frame 160
stop();
Symbol 3158 MovieClip Frame 161
stop();
Symbol 3158 MovieClip Frame 162
stop();
Symbol 3158 MovieClip Frame 163
stop();
Symbol 3158 MovieClip Frame 164
stop();
Symbol 3158 MovieClip Frame 165
stop();
Symbol 3158 MovieClip Frame 166
stop();
Symbol 3158 MovieClip Frame 167
stop();
Symbol 3158 MovieClip Frame 168
stop();
Symbol 3158 MovieClip Frame 169
stop();
Symbol 3158 MovieClip Frame 170
stop();
Symbol 3158 MovieClip Frame 171
stop();
Symbol 3158 MovieClip Frame 172
stop();
Symbol 3158 MovieClip Frame 173
stop();
Symbol 3158 MovieClip Frame 174
stop();
Symbol 3158 MovieClip Frame 175
stop();
Symbol 3158 MovieClip Frame 176
stop();
Symbol 3158 MovieClip Frame 177
stop();
Symbol 3158 MovieClip Frame 178
stop();
Symbol 3158 MovieClip Frame 179
stop();
Symbol 3158 MovieClip Frame 180
stop();
Symbol 3158 MovieClip Frame 181
stop();
Symbol 3158 MovieClip Frame 182
stop();
Symbol 3158 MovieClip Frame 183
stop();
Symbol 3158 MovieClip Frame 184
stop();
Symbol 3158 MovieClip Frame 185
stop();
Symbol 3158 MovieClip Frame 186
stop();
Symbol 3158 MovieClip Frame 187
stop();
Symbol 3158 MovieClip Frame 188
stop();
Symbol 3158 MovieClip Frame 189
stop();
Symbol 3158 MovieClip Frame 190
stop();
Symbol 3158 MovieClip Frame 191
stop();
Symbol 3158 MovieClip Frame 192
stop();
Symbol 3158 MovieClip Frame 193
stop();
Symbol 3158 MovieClip Frame 194
stop();
Symbol 3158 MovieClip Frame 195
stop();
Symbol 3158 MovieClip Frame 196
stop();
Symbol 3158 MovieClip Frame 197
stop();
Symbol 3158 MovieClip Frame 198
stop();
Symbol 3158 MovieClip Frame 199
stop();
Symbol 3158 MovieClip Frame 200
stop();
Symbol 3158 MovieClip Frame 201
stop();
Symbol 3158 MovieClip Frame 202
stop();
Symbol 3158 MovieClip Frame 203
stop();
Symbol 3158 MovieClip Frame 204
stop();
Symbol 3158 MovieClip Frame 205
stop();
Symbol 3158 MovieClip Frame 206
stop();
Symbol 3158 MovieClip Frame 207
stop();
Symbol 3158 MovieClip Frame 208
stop();
Symbol 3158 MovieClip Frame 209
stop();
Symbol 3158 MovieClip Frame 210
stop();
Symbol 3158 MovieClip Frame 211
stop();
Symbol 3158 MovieClip Frame 212
stop();
Symbol 3158 MovieClip Frame 213
stop();
Symbol 3158 MovieClip Frame 214
stop();
Symbol 3158 MovieClip Frame 215
stop();
Symbol 3158 MovieClip Frame 216
stop();
Symbol 3158 MovieClip Frame 217
stop();
Symbol 3158 MovieClip Frame 218
stop();
Symbol 3158 MovieClip Frame 219
stop();
Symbol 3158 MovieClip Frame 220
stop();
Symbol 3158 MovieClip Frame 221
stop();
Symbol 3158 MovieClip Frame 222
stop();
Symbol 3158 MovieClip Frame 223
stop();
Symbol 3158 MovieClip Frame 224
stop();
Symbol 3158 MovieClip Frame 225
stop();
Symbol 3158 MovieClip Frame 226
stop();
Symbol 3158 MovieClip Frame 227
stop();
Symbol 3158 MovieClip Frame 228
stop();
Symbol 3158 MovieClip Frame 229
stop();
Symbol 3158 MovieClip Frame 230
stop();
Symbol 3158 MovieClip Frame 231
stop();
Symbol 3158 MovieClip Frame 232
stop();
Symbol 3158 MovieClip Frame 233
stop();
Symbol 3158 MovieClip Frame 234
stop();
Symbol 3158 MovieClip Frame 235
stop();
Symbol 3158 MovieClip Frame 236
stop();
Symbol 3158 MovieClip Frame 237
stop();
Symbol 3158 MovieClip Frame 238
stop();
Symbol 3158 MovieClip Frame 239
stop();
Symbol 3158 MovieClip Frame 240
stop();
Symbol 3158 MovieClip Frame 241
stop();
Symbol 3158 MovieClip Frame 242
stop();
Symbol 3158 MovieClip Frame 243
stop();
Symbol 3158 MovieClip Frame 244
stop();
Symbol 3158 MovieClip Frame 245
stop();
Symbol 3158 MovieClip Frame 246
stop();
Symbol 3158 MovieClip Frame 247
stop();
Symbol 3158 MovieClip Frame 248
stop();
Symbol 3158 MovieClip Frame 249
stop();
Symbol 3158 MovieClip Frame 250
stop();
Symbol 3158 MovieClip Frame 251
stop();
Symbol 3158 MovieClip Frame 252
stop();
Symbol 3158 MovieClip Frame 253
stop();
Symbol 3158 MovieClip Frame 254
stop();
Symbol 3158 MovieClip Frame 255
stop();
Symbol 3158 MovieClip Frame 256
stop();
Symbol 3158 MovieClip Frame 257
stop();
Symbol 3158 MovieClip Frame 258
stop();
Symbol 3158 MovieClip Frame 259
stop();
Symbol 3158 MovieClip Frame 260
stop();
Symbol 3158 MovieClip Frame 261
stop();
Symbol 3158 MovieClip Frame 262
stop();
Symbol 3158 MovieClip Frame 263
stop();
Symbol 3158 MovieClip Frame 264
stop();
Symbol 3158 MovieClip Frame 265
stop();
Symbol 3158 MovieClip Frame 266
stop();
Symbol 3158 MovieClip Frame 267
stop();
Symbol 3158 MovieClip Frame 268
stop();
Symbol 3158 MovieClip Frame 269
stop();
Symbol 3158 MovieClip Frame 270
stop();
Symbol 3158 MovieClip Frame 271
stop();
Symbol 3158 MovieClip Frame 272
stop();
Symbol 3158 MovieClip Frame 273
stop();
Symbol 3158 MovieClip Frame 274
stop();
Symbol 3158 MovieClip Frame 275
stop();
Symbol 3158 MovieClip Frame 276
stop();
Symbol 3158 MovieClip Frame 277
stop();
Symbol 3158 MovieClip Frame 278
stop();
Symbol 3158 MovieClip Frame 279
stop();
Symbol 3158 MovieClip Frame 280
stop();
Symbol 3158 MovieClip Frame 281
stop();
Symbol 3158 MovieClip Frame 282
stop();
Symbol 3158 MovieClip Frame 283
stop();
Symbol 3158 MovieClip Frame 284
stop();
Symbol 3158 MovieClip Frame 285
stop();
Symbol 3158 MovieClip Frame 286
stop();
Symbol 3158 MovieClip Frame 287
stop();
Symbol 3158 MovieClip Frame 288
stop();
Symbol 3158 MovieClip Frame 289
stop();
Symbol 3158 MovieClip Frame 290
stop();
Symbol 3158 MovieClip Frame 291
stop();
Symbol 3158 MovieClip Frame 292
stop();
Symbol 3158 MovieClip Frame 293
stop();
Symbol 3158 MovieClip Frame 294
stop();
Symbol 3158 MovieClip Frame 295
stop();
Symbol 3158 MovieClip Frame 296
stop();
Symbol 3158 MovieClip Frame 297
stop();
Symbol 3158 MovieClip Frame 298
stop();
Symbol 3158 MovieClip Frame 299
stop();
Symbol 3158 MovieClip Frame 300
stop();
Symbol 3158 MovieClip Frame 301
stop();
Symbol 3158 MovieClip Frame 302
stop();
Symbol 3158 MovieClip Frame 303
stop();
Symbol 3158 MovieClip Frame 304
stop();
Symbol 3158 MovieClip Frame 305
stop();
Symbol 3158 MovieClip Frame 306
stop();
Symbol 3158 MovieClip Frame 307
stop();
Symbol 3158 MovieClip Frame 308
stop();
Symbol 3158 MovieClip Frame 309
stop();
Symbol 3158 MovieClip Frame 310
stop();
Symbol 3158 MovieClip Frame 311
stop();
Symbol 3158 MovieClip Frame 312
stop();
Symbol 3158 MovieClip Frame 313
stop();
Symbol 3158 MovieClip Frame 314
stop();
Symbol 3158 MovieClip Frame 315
stop();
Symbol 3158 MovieClip Frame 316
stop();
Symbol 3158 MovieClip Frame 317
stop();
Symbol 3158 MovieClip Frame 318
stop();
Symbol 3158 MovieClip Frame 319
stop();
Symbol 3158 MovieClip Frame 320
stop();
Symbol 3158 MovieClip Frame 321
stop();
Symbol 3158 MovieClip Frame 322
stop();
Symbol 3158 MovieClip Frame 323
stop();
Symbol 3158 MovieClip Frame 324
stop();
Symbol 3158 MovieClip Frame 325
stop();
Symbol 3158 MovieClip Frame 326
stop();
Symbol 3158 MovieClip Frame 327
stop();
Symbol 3158 MovieClip Frame 328
stop();
Symbol 3158 MovieClip Frame 329
stop();
Symbol 3158 MovieClip Frame 330
stop();
Symbol 3158 MovieClip Frame 331
stop();
Symbol 3158 MovieClip Frame 332
stop();
Symbol 3158 MovieClip Frame 333
stop();
Symbol 3158 MovieClip Frame 334
stop();
Symbol 3158 MovieClip Frame 335
stop();
Symbol 3158 MovieClip Frame 336
stop();
Symbol 3158 MovieClip Frame 337
stop();
Symbol 3158 MovieClip Frame 338
stop();
Symbol 3158 MovieClip Frame 339
stop();
Symbol 3158 MovieClip Frame 340
stop();
Symbol 3158 MovieClip Frame 341
stop();
Symbol 3158 MovieClip Frame 342
stop();
Symbol 3158 MovieClip Frame 343
stop();
Symbol 3158 MovieClip Frame 344
stop();
Symbol 3158 MovieClip Frame 345
stop();
Symbol 3158 MovieClip Frame 346
stop();
Symbol 3158 MovieClip Frame 347
stop();
Symbol 3158 MovieClip Frame 348
if (_root.truckright == false) {
_root.bottle4.gotoAndStop(29);
}
if (_root.truckright == true) {
_root.bottle4.gotoAndStop(30);
}
_root.enemy4hud.gotoAndStop(1);
Symbol 3158 MovieClip Frame 349
if (_root.truckright == false) {
_root.bottle4.gotoAndStop(29);
}
if (_root.truckright == true) {
_root.bottle4.gotoAndStop(30);
}
_root.enemy4hud.gotoAndStop(1);
Symbol 3158 MovieClip Frame 350
if (_root.truckright == false) {
_root.bottle4.gotoAndStop(29);
}
if (_root.truckright == true) {
_root.bottle4.gotoAndStop(30);
}
_root.enemy4hud.gotoAndStop(1);
Symbol 3161 MovieClip Frame 1
_root.enemy4hudactive = false;
_root.enemy4hud._x = 552.8;
stop();
Instance of Symbol 572 MovieClip "head" in Symbol 3161 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy4hudactive = true;
}
onClipEvent (enterFrame) {
if (((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) {
_root.enemy4hud._x = 252.8;
} else if (((_root.enemy1hudactive == true) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) {
_root.enemy4hud._x = 352.8;
} else if (((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) {
_root.enemy4hud._x = 352.8;
} else if (((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == true)) {
_root.enemy4hud._x = 352.8;
} else if (((_root.enemy1hudactive == true) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == false)) {
_root.enemy4hud._x = 452.8;
} else if (((_root.enemy1hudactive == false) and (_root.enemy2hudactive == true)) and (_root.enemy3hudactive == false)) {
_root.enemy4hud._x = 452.8;
} else if (((_root.enemy1hudactive == false) and (_root.enemy2hudactive == false)) and (_root.enemy3hudactive == true)) {
_root.enemy4hud._x = 452.8;
} else {
_root.enemy4hud._x = 552.8;
}
}
Symbol 3161 MovieClip Frame 50
_root.enemy4hud.gotoAndStop(1);
Symbol 3161 MovieClip Frame 51
stop();
Symbol 3164 MovieClip Frame 1
stop();
Symbol 3164 MovieClip Frame 2
stop();
Symbol 3167 MovieClip Frame 1
stop();
Symbol 3167 MovieClip Frame 2
stop();
Symbol 3170 MovieClip Frame 1
stop();
Symbol 3170 MovieClip Frame 2
stop();
Symbol 3173 MovieClip Frame 1
stop();
Symbol 3173 MovieClip Frame 2
stop();
Symbol 3176 MovieClip Frame 1
stop();
Symbol 3176 MovieClip Frame 2
stop();
Symbol 3179 MovieClip Frame 1
stop();
Symbol 3179 MovieClip Frame 2
stop();
Symbol 3180 MovieClip Frame 5
stop();
Symbol 3181 MovieClip Frame 1
_root.pause = false;
_root.globalvolume.setVolume(100);
stop();
Instance of Symbol 251 MovieClip in Symbol 3181 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(80) and (_root.pauseallowed == true)) {
_root.pauseallowed = false;
_root.pauseplay.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
_root.go.art.play();
_root.combos.unlocked.play();
_root.hobo.carry.play();
_root.enemy1.body.play();
_root.enemy2.body.play();
_root.enemy3.body.play();
_root.enemy4.body.play();
_root.enemy5.body.play();
_root.bottle1.bottle.play();
_root.bottle2.bottle.play();
_root.bottle3.bottle.play();
_root.bottle4.truck.play();
_root.trashcan.can.play();
_root.trashcan2.can.play();
}
Symbol 3181 MovieClip Frame 2
_root.pause = true;
_root.globalvolume.setVolume(0);
stop();
Instance of Symbol 3164 MovieClip "spit" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.spitcombo == true) {
_root.pauseplay.spit.gotoAndStop(2);
}
}
Instance of Symbol 3167 MovieClip "snot" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.snotcombo == true) {
_root.pauseplay.snot.gotoAndStop(2);
}
}
Instance of Symbol 3170 MovieClip "burp" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.burpcombo == true) {
_root.pauseplay.burp.gotoAndStop(2);
}
}
Instance of Symbol 3173 MovieClip "fart" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.fartcombo == true) {
_root.pauseplay.fart.gotoAndStop(2);
}
}
Instance of Symbol 3176 MovieClip "vomit" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.vomitcombo == true) {
_root.pauseplay.vomit.gotoAndStop(2);
}
}
Instance of Symbol 3179 MovieClip "shit" in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.poocombo == true) {
_root.pauseplay.shit.gotoAndStop(2);
}
}
Instance of Symbol 251 MovieClip in Symbol 3181 MovieClip Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(80) and (_root.pauseallowed == true)) {
_root.pauseallowed = false;
_root.pauseplay.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
_root.go.art.stop();
_root.combos.unlocked.stop();
_root.hobo.carry.stop();
_root.enemy1.body.stop();
_root.enemy2.body.stop();
_root.enemy3.body.stop();
_root.enemy4.body.stop();
_root.enemy5.body.stop();
_root.bottle1.bottle.stop();
_root.bottle2.bottle.stop();
_root.bottle3.bottle.stop();
_root.bottle4.truck.stop();
_root.trashcan.can.stop();
_root.trashcan2.can.stop();
}
Symbol 3181 MovieClip Frame 3
stop();
Symbol 3184 MovieClip Frame 1
stop();
Symbol 3184 MovieClip Frame 2
stop();
Symbol 3184 MovieClip Frame 3
stop();
Symbol 3184 MovieClip Frame 4
stop();
Symbol 3184 MovieClip Frame 5
stop();
Symbol 3185 MovieClip Frame 5
_root.enemy4.hits = 0;
Symbol 3185 MovieClip Frame 12
_root.enemy4forcedwalking = 0;
Symbol 3193 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3193 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3193 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3193 MovieClip Frame 18
_root.enemy4.gotoAndStop(1);
Symbol 3195 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3195 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3195 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3195 MovieClip Frame 18
_root.enemy4.gotoAndStop(2);
Symbol 3198 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3198 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3201 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3201 MovieClip Frame 6
_root.enemy4.gotoAndStop(2);
Symbol 3204 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3204 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3207 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3207 MovieClip Frame 6
_root.enemy4.gotoAndStop(2);
Symbol 3208 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3208 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3209 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3209 MovieClip Frame 6
_root.enemy4.gotoAndStop(2);
Symbol 3212 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3212 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3215 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3215 MovieClip Frame 6
_root.enemy4.gotoAndStop(2);
Symbol 3218 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3218 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3221 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3221 MovieClip Frame 6
_root.enemy4.gotoAndStop(2);
Symbol 3224 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3224 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3227 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3227 MovieClip Frame 6
_root.enemy4.gotoAndStop(1);
Symbol 3228 MovieClip Frame 4
_root.enemy1.hits = 0;
Symbol 3229 MovieClip Frame 4
_root.enemy1.hits = 0;
Symbol 3231 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3231 MovieClip Frame 36
_root.enemy4.gotoAndStop(1);
Symbol 3234 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3234 MovieClip Frame 36
_root.enemy4.gotoAndStop(2);
Symbol 3235 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 3235 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 20;
}
}
Symbol 3235 MovieClip Frame 30
_root.enemy4.gotoAndStop(1);
Symbol 3236 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 3236 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 20;
}
}
Symbol 3236 MovieClip Frame 30
_root.enemy4.gotoAndStop(2);
Symbol 3237 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3237 MovieClip Frame 11
_root.enemy4.gotoAndStop(1);
Symbol 3238 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3238 MovieClip Frame 11
_root.enemy4.gotoAndStop(2);
Symbol 3265 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3265 MovieClip Frame 42
_root.enemy4.gotoAndStop(1);
Symbol 3292 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3292 MovieClip Frame 42
_root.enemy4.gotoAndStop(2);
Symbol 3295 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3295 MovieClip Frame 25
_root.enemy4.gotoAndStop(1);
Symbol 3298 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3298 MovieClip Frame 25
_root.enemy4.gotoAndStop(2);
Symbol 3301 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3301 MovieClip Frame 25
_root.enemy4.gotoAndStop(1);
Symbol 3304 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3304 MovieClip Frame 25
_root.enemy4.gotoAndStop(2);
Symbol 3307 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3307 MovieClip Frame 36
_root.enemy4.gotoAndStop(1);
Symbol 3310 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3310 MovieClip Frame 36
_root.enemy4.gotoAndStop(2);
Symbol 3340 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3340 MovieClip Frame 42
_root.enemy4.gotoAndStop(1);
Symbol 3370 MovieClip Frame 1
_root.enemy4.hits = _root.enemy4.hits + 1;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 4;
} else {
_root.enemy4health = _root.enemy4health - 2;
}
Symbol 3370 MovieClip Frame 42
_root.enemy4.gotoAndStop(2);
Symbol 3371 MovieClip Frame 1
_root.enemy4.hits = 0;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3371 MovieClip Frame 11
_root.enemy4.gotoAndStop(1);
Symbol 3372 MovieClip Frame 1
_root.enemy4.hits = 0;
if (_root.difficulty == -1) {
_root.enemy4health = _root.enemy4health - 2;
} else {
_root.enemy4health = _root.enemy4health - 1;
}
Symbol 3372 MovieClip Frame 11
_root.enemy4.gotoAndStop(2);
Symbol 3373 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3373 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3373 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3373 MovieClip Frame 20
_root.enemy4.gotoAndStop(1);
Symbol 3374 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3374 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3374 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3374 MovieClip Frame 20
_root.enemy4.gotoAndStop(2);
Instance of Symbol 251 MovieClip in Symbol 3375 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 10;
}
}
Symbol 3375 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy4hud.gotoAndStop(1);
_root.enemy4.gotoAndStop(43);
Instance of Symbol 251 MovieClip in Symbol 3376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 10;
}
}
Symbol 3376 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy4hud.gotoAndStop(1);
_root.enemy4.gotoAndStop(43);
Symbol 3377 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3377 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3377 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3377 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3377 MovieClip Frame 18
_root.enemy4.gotoAndStop(1);
Symbol 3378 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3378 MovieClip Frame 4
_root.enemy4.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3378 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3378 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3378 MovieClip Frame 18
_root.enemy4.gotoAndStop(2);
Symbol 3379 MovieClip Frame 5
_root.enemy4.hits = 0;
Symbol 3379 MovieClip Frame 12
_root.enemy4forcedwalking = 0;
Symbol 3380 MovieClip Frame 4
_root.enemy4.hits = 0;
Symbol 3381 MovieClip Frame 4
_root.enemy4.hits = 0;
Symbol 3381 MovieClip Frame 91
_root.enemy5.gotoAndStop(48);
Symbol 3381 MovieClip Frame 103
_root.enemy4.gotoAndStop(51);
stop();
Symbol 3382 MovieClip Frame 4
_root.enemy4.hits = 0;
Symbol 3383 MovieClip Frame 1
_root.enemy4alive = true;
_root.enemy4forcedwalking = 0;
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3383 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 3383 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.level == 3.1)) and (_root.pause == false)) {
_root.enemy4hitting = true;
_root.enemy4.gotoAndStop(3);
}
}
Instance of Symbol 3185 MovieClip "body" in Symbol 3383 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._x = _root.enemy4._x + 5;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy4._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y - 1;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
} else if (((((((_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy4._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y + 1;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.shade.hitTest(_root.rightwall) and (_root.pause == false)) {
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((_root.enemy4._x > 650) and (_root.pause == false)) {
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy4forcedwalking == 3)) and (_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy4._y = _root.enemy4._y - 2.5;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy4forcedwalking == 4)) and (_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy4._y = _root.enemy4._y + 2.5;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy4forcedwalking == 6)) {
_root.enemy4._x = _root.enemy4._x + 5;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
}
}
Symbol 3383 MovieClip Frame 2
_root.enemy4alive = true;
_root.enemy4forcedwalking = 0;
stop();
Instance of Symbol 251 MovieClip in Symbol 3383 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((this.hitTest(_root.hobo.shade) and (_root.level == 3.1)) and (_root.pause == false)) {
_root.enemy4hitting = true;
_root.enemy4.gotoAndStop(4);
}
}
Instance of Symbol 3185 MovieClip "body" in Symbol 3383 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._x = _root.enemy4._x - 5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy4._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y - 1;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
} else if (((((((_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy4._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y + 1;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.shade.hitTest(_root.leftwall) and (_root.pause == false)) {
_root.enemy4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.enemy4._x < -100) and (_root.pause == false)) {
_root.enemy4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy4forcedwalking == 1)) and (_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy4._y = _root.enemy4._y - 2.5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy4forcedwalking == 2)) and (_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy4._y = _root.enemy4._y + 2.5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
} else if ((_root.pause == false) and (_root.enemy4forcedwalking == 5)) {
_root.enemy4._x = _root.enemy4._x - 5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
}
}
Symbol 3383 MovieClip Frame 3
stop();
Instance of Symbol 3193 MovieClip "body" in Symbol 3383 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.enemy4attackmove == 2) {
_root.enemy4.gotoAndStop(39);
} else if (_root.enemy4attackmove == 3) {
_root.enemy4.gotoAndStop(44);
}
}
Symbol 3383 MovieClip Frame 4
stop();
Instance of Symbol 3195 MovieClip "body" in Symbol 3383 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.enemy4attackmove == 2) {
_root.enemy4.gotoAndStop(40);
} else if (_root.enemy4attackmove == 3) {
_root.enemy4.gotoAndStop(45);
}
}
Symbol 3383 MovieClip Frame 5
stop();
Instance of Symbol 3198 MovieClip "body" in Symbol 3383 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 6
stop();
Instance of Symbol 3201 MovieClip "body" in Symbol 3383 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 7
stop();
Instance of Symbol 3204 MovieClip "body" in Symbol 3383 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 8
stop();
Instance of Symbol 3207 MovieClip "body" in Symbol 3383 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 9
stop();
Instance of Symbol 3208 MovieClip "body" in Symbol 3383 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 10
stop();
Instance of Symbol 3209 MovieClip "body" in Symbol 3383 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 11
stop();
Instance of Symbol 3212 MovieClip "body" in Symbol 3383 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 12
stop();
Instance of Symbol 3215 MovieClip "body" in Symbol 3383 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 13
stop();
Instance of Symbol 3208 MovieClip "body" in Symbol 3383 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 14
stop();
Instance of Symbol 3209 MovieClip "body" in Symbol 3383 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 15
stop();
Instance of Symbol 3218 MovieClip "body" in Symbol 3383 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 16
stop();
Instance of Symbol 3221 MovieClip "body" in Symbol 3383 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 17
stop();
Instance of Symbol 3224 MovieClip "body" in Symbol 3383 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 18
stop();
Instance of Symbol 3227 MovieClip "body" in Symbol 3383 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4.hits >= 4) {
_root.enemy4.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 19
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Symbol 3383 MovieClip Frame 20
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Symbol 3383 MovieClip Frame 21
stop();
Instance of Symbol 3231 MovieClip "body" in Symbol 3383 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 22
stop();
Instance of Symbol 3234 MovieClip "body" in Symbol 3383 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 23
stop();
Instance of Symbol 3235 MovieClip "body" in Symbol 3383 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 24
stop();
Instance of Symbol 3236 MovieClip "body" in Symbol 3383 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 25
stop();
Instance of Symbol 3237 MovieClip "body" in Symbol 3383 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 26
stop();
Instance of Symbol 3238 MovieClip "body" in Symbol 3383 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 27
stop();
Instance of Symbol 3265 MovieClip "body" in Symbol 3383 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 28
stop();
Instance of Symbol 3292 MovieClip "body" in Symbol 3383 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 29
stop();
Instance of Symbol 3295 MovieClip "body" in Symbol 3383 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 30
stop();
Instance of Symbol 3298 MovieClip "body" in Symbol 3383 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 31
stop();
Instance of Symbol 3301 MovieClip "body" in Symbol 3383 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 32
stop();
Instance of Symbol 3304 MovieClip "body" in Symbol 3383 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 33
stop();
Instance of Symbol 3307 MovieClip "body" in Symbol 3383 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 34
stop();
Instance of Symbol 3310 MovieClip "body" in Symbol 3383 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 35
stop();
Instance of Symbol 3340 MovieClip "body" in Symbol 3383 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 36
stop();
Instance of Symbol 3370 MovieClip "body" in Symbol 3383 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 37
stop();
Instance of Symbol 3371 MovieClip "body" in Symbol 3383 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(41);
}
}
Symbol 3383 MovieClip Frame 38
stop();
Instance of Symbol 3372 MovieClip "body" in Symbol 3383 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.enemy4.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy4._x = _root.enemy4._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy4health <= 0) {
_root.enemy4.gotoAndStop(42);
}
}
Symbol 3383 MovieClip Frame 39
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3383 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(36);
}
}
Symbol 3383 MovieClip Frame 40
stop();
Symbol 3383 MovieClip Frame 41
stop();
Symbol 3383 MovieClip Frame 42
stop();
Symbol 3383 MovieClip Frame 43
_root.enemy4alive = false;
stop();
Symbol 3383 MovieClip Frame 44
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3383 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x >= _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy4._x < _root.hobo._x)) {
_root.enemy4hud.gotoAndPlay(2);
_root.enemy4.gotoAndStop(36);
}
}
Symbol 3383 MovieClip Frame 45
stop();
Symbol 3383 MovieClip Frame 46
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
_root.enemy4forcedwalking = 0;
stop();
Instance of Symbol 3379 MovieClip "body" in Symbol 3383 MovieClip Frame 46
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._x = _root.enemy4._x - 4;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy4._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y - 1;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
} else if (((((((_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy4._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y + 1;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy4.shade.hitTest(_root.leftwall) and (_root.pause == false)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4.gotoAndStop(47);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy4forcedwalking == 1)) and (_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy4._y = _root.enemy4._y - 2.5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy4forcedwalking == 2)) and (_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy4._y = _root.enemy4._y + 2.5;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
} else if ((_root.pause == false) and (_root.enemy4forcedwalking == 5)) {
_root.enemy4._x = _root.enemy4._x - 4;
_root.enemy4walkingleft = true;
_root.enemy4walkingright = false;
}
}
Symbol 3383 MovieClip Frame 47
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
_root.enemy4forcedwalking = 0;
stop();
Instance of Symbol 3379 MovieClip "body" in Symbol 3383 MovieClip Frame 47
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._x = _root.enemy4._x + 4;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if (((((((_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy4._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y - 1;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
} else if (((((((_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy4._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy4._x > 0)) and (_root.enemy4._x < 550)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4._y = _root.enemy4._y + 1;
_root.enemy4walkingleft = false;
_root.enemy4walkingright = true;
_root.enemy4hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy4.shade.hitTest(_root.rightwall) and (_root.pause == false)) and (_root.enemy4forcedwalking == 0)) {
_root.enemy4.gotoAndStop(46);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy4forcedwalking == 3)) and (_root.enemy4.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy4._y = _root.enemy4._y - 2.5;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy4forcedwalking == 4)) and (_root.enemy4.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy4.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy4._y = _root.enemy4._y + 2.5;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy4forcedwalking == 6)) {
_root.enemy4._x = _root.enemy4._x + 4;
_root.enemy4walkingright = true;
_root.enemy4walkingleft = false;
}
}
Symbol 3383 MovieClip Frame 48
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Symbol 3383 MovieClip Frame 49
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Instance of Symbol 3380 MovieClip "body" in Symbol 3383 MovieClip Frame 49
onClipEvent (enterFrame) {
if (((_root.level == 18.1) and (_root.enemy2health < 30)) and (_root.enemy4health == 30)) {
stopAllSounds();
_root.music.gotoAndStop(4);
_root.level = 18.3;
_root.enemy4.gotoAndStop(2);
}
}
Symbol 3383 MovieClip Frame 50
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Instance of Symbol 3381 MovieClip "body" in Symbol 3383 MovieClip Frame 50
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy2health < 30)) {
_root.level = 10.3;
_root.enemy5.gotoAndStop(1);
_root.enemy4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy5health < 30)) {
_root.level = 10.3;
_root.enemy2.gotoAndStop(1);
_root.enemy4.gotoAndStop(1);
}
}
Symbol 3383 MovieClip Frame 51
_root.enemy4alive = true;
_root.enemy4walktimer = 0;
stop();
Instance of Symbol 3382 MovieClip "body" in Symbol 3383 MovieClip Frame 51
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy2health < 30)) {
_root.level = 10.3;
_root.enemy5.gotoAndStop(1);
_root.enemy4.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy5health < 30)) {
_root.level = 10.3;
_root.enemy2.gotoAndStop(1);
_root.enemy4.gotoAndStop(1);
}
}
Symbol 3392 MovieClip Frame 1
stop();
Symbol 3392 MovieClip Frame 2
stop();
Symbol 3392 MovieClip Frame 3
stop();
Symbol 3392 MovieClip Frame 4
stop();
Symbol 3392 MovieClip Frame 5
stop();
Symbol 3392 MovieClip Frame 6
stop();
Symbol 3394 MovieClip Frame 66
_root.combos.gotoAndStop(1);
stop();
Symbol 3397 MovieClip Frame 1
stop();
Symbol 3397 MovieClip Frame 2
stop();
Instance of Symbol 3394 MovieClip "unlocked" in Symbol 3397 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.combosunlockedpic == 1) {
_root.combos.unlocked.pics.gotoAndStop(1);
} else if (_root.combosunlockedpic == 2) {
_root.combos.unlocked.pics.gotoAndStop(2);
} else if (_root.combosunlockedpic == 3) {
_root.combos.unlocked.pics.gotoAndStop(3);
} else if (_root.combosunlockedpic == 4) {
_root.combos.unlocked.pics.gotoAndStop(4);
} else if (_root.combosunlockedpic == 5) {
_root.combos.unlocked.pics.gotoAndStop(5);
} else if (_root.combosunlockedpic == 6) {
_root.combos.unlocked.pics.gotoAndStop(6);
}
}
Symbol 3397 MovieClip Frame 6
_root.gotoAndStop(7);
stop();
Symbol 3397 MovieClip Frame 10
_root.combos.gotoAndStop(1);
stop();
Symbol 3398 MovieClip Frame 1
stop();
Symbol 3398 MovieClip Frame 2
stop();
Instance of Symbol 1307 MovieClip in Symbol 3398 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.enemy1.body.stop();
_root.enemy2.body.stop();
_root.enemy3.body.stop();
_root.enemy4.body.stop();
_root.enemy5.body.stop();
_root.bottle1.bottle.stop();
_root.bottle2.bottle.stop();
_root.bottle3.bottle.stop();
_root.bottle4.truck.stop();
_root.trashcan.can.stop();
_root.trashcan2.can.stop();
}
onClipEvent (enterFrame) {
_root.enemy1._visible = false;
_root.enemy2._visible = false;
_root.enemy3._visible = false;
_root.enemy4._visible = false;
_root.enemy5._visible = false;
_root.prop1._visible = false;
_root.prop2._visible = false;
_root.prop3._visible = false;
_root.prop4._visible = false;
_root.prop5._visible = false;
_root.bottle1._visible = false;
_root.bottle2._visible = false;
_root.bottle3._visible = false;
_root.bottle4._visible = false;
_root.trashcan._visible = false;
_root.trashcan2._visible = false;
_root.tire._visible = false;
_root.fg1._visible = false;
_root.fg2._visible = false;
}
Symbol 3399 MovieClip Frame 5
_root.enemy5.hits = 0;
Symbol 3399 MovieClip Frame 12
_root.enemy5forcedwalking = 0;
Symbol 3400 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3400 MovieClip Frame 18
_root.enemy5.gotoAndStop(1);
Symbol 3401 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3401 MovieClip Frame 18
_root.enemy5.gotoAndStop(2);
Symbol 3404 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3404 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3407 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3407 MovieClip Frame 6
_root.enemy5.gotoAndStop(2);
Symbol 3410 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3410 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3413 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3413 MovieClip Frame 6
_root.enemy5.gotoAndStop(2);
Symbol 3414 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3414 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3415 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3415 MovieClip Frame 6
_root.enemy5.gotoAndStop(2);
Symbol 3418 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3418 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3421 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3421 MovieClip Frame 6
_root.enemy5.gotoAndStop(2);
Symbol 3424 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3424 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3427 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3427 MovieClip Frame 6
_root.enemy5.gotoAndStop(2);
Symbol 3430 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3430 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3433 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3433 MovieClip Frame 6
_root.enemy5.gotoAndStop(1);
Symbol 3434 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3435 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3438 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3438 MovieClip Frame 36
_root.enemy5.gotoAndStop(1);
Symbol 3440 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3440 MovieClip Frame 36
_root.enemy5.gotoAndStop(2);
Symbol 3441 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 3441 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 20;
}
}
Symbol 3441 MovieClip Frame 30
_root.enemy5.gotoAndStop(1);
Symbol 3442 MovieClip Frame 1
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Instance of Symbol 251 MovieClip in Symbol 3442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 20;
}
}
Symbol 3442 MovieClip Frame 30
_root.enemy5.gotoAndStop(2);
Symbol 3443 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3443 MovieClip Frame 11
_root.enemy5.gotoAndStop(1);
Symbol 3444 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3444 MovieClip Frame 11
_root.enemy5.gotoAndStop(2);
Symbol 3472 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3472 MovieClip Frame 42
_root.enemy5.gotoAndStop(1);
Symbol 3498 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3498 MovieClip Frame 42
_root.enemy5.gotoAndStop(2);
Symbol 3501 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3501 MovieClip Frame 25
_root.enemy5.gotoAndStop(1);
Symbol 3504 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3504 MovieClip Frame 25
_root.enemy5.gotoAndStop(2);
Symbol 3507 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3507 MovieClip Frame 25
_root.enemy5.gotoAndStop(1);
Symbol 3510 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3510 MovieClip Frame 25
_root.enemy5.gotoAndStop(2);
Symbol 3513 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3513 MovieClip Frame 36
_root.enemy5.gotoAndStop(1);
Symbol 3516 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3516 MovieClip Frame 36
_root.enemy5.gotoAndStop(2);
Symbol 3546 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3546 MovieClip Frame 42
_root.enemy5.gotoAndStop(1);
Symbol 3575 MovieClip Frame 1
_root.enemy5.hits = _root.enemy5.hits + 1;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 4;
} else {
_root.enemy5health = _root.enemy5health - 2;
}
Symbol 3575 MovieClip Frame 42
_root.enemy5.gotoAndStop(2);
Symbol 3576 MovieClip Frame 1
_root.enemy5.hits = 0;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3576 MovieClip Frame 11
_root.enemy5.gotoAndStop(1);
Symbol 3577 MovieClip Frame 1
_root.enemy5.hits = 0;
if (_root.difficulty == -1) {
_root.enemy5health = _root.enemy5health - 2;
} else {
_root.enemy5health = _root.enemy5health - 1;
}
Symbol 3577 MovieClip Frame 11
_root.enemy5.gotoAndStop(2);
Symbol 3578 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3578 MovieClip Frame 4
_root.enemy5.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3578 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3578 MovieClip Frame 20
_root.enemy5.gotoAndStop(1);
Symbol 3579 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(3);
}
Symbol 3579 MovieClip Frame 4
_root.enemy5.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3579 MovieClip Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3579 MovieClip Frame 20
_root.enemy5.gotoAndStop(2);
Instance of Symbol 251 MovieClip in Symbol 3580 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 10;
}
}
Symbol 3580 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy5hud.gotoAndStop(1);
_root.enemy5.gotoAndStop(43);
Instance of Symbol 251 MovieClip in Symbol 3581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 10;
}
}
Symbol 3581 MovieClip Frame 32
_root.enemyamount = _root.enemyamount - 1;
_root.enemy5hud.gotoAndStop(1);
_root.enemy5.gotoAndStop(43);
Symbol 3582 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3582 MovieClip Frame 4
_root.enemy5.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3582 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3582 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(55);
}
}
Symbol 3582 MovieClip Frame 18
_root.enemy5.gotoAndStop(1);
Symbol 3583 MovieClip Frame 1
if (_root.difficulty == 1) {
this.gotoAndPlay(4);
}
Symbol 3583 MovieClip Frame 4
_root.enemy5.hits = 0;
Instance of Symbol 251 MovieClip in Symbol 3583 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 10;
}
}
Instance of Symbol 251 MovieClip in Symbol 3583 MovieClip Frame 6
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade)) {
_root.hobo.gotoAndStop(56);
}
}
Symbol 3583 MovieClip Frame 18
_root.enemy5.gotoAndStop(2);
Symbol 3584 MovieClip Frame 5
_root.enemy5.hits = 0;
Symbol 3584 MovieClip Frame 12
_root.enemy5forcedwalking = 0;
Symbol 3585 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3585 MovieClip Frame 91
_root.enemy2.gotoAndStop(53);
Symbol 3585 MovieClip Frame 103
_root.enemy5.gotoAndStop(50);
stop();
Symbol 3586 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3587 MovieClip Frame 4
_root.enemy5.hits = 0;
Symbol 3587 MovieClip Frame 24
_root.enemy4.gotoAndStop(50);
Symbol 3587 MovieClip Frame 36
_root.enemy5.gotoAndStop(49);
stop();
Symbol 3588 MovieClip Frame 1
_root.enemy5alive = true;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(36);
}
}
Instance of Symbol 251 MovieClip in Symbol 3588 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy5hitting = true;
_root.enemy5.gotoAndStop(4);
}
}
Instance of Symbol 3399 MovieClip "body" in Symbol 3588 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5._x = _root.enemy5._x + 5;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5.shade.hitTest(_root.rightwall) and (_root.pause == false)) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5._x > 650) and (_root.pause == false)) {
_root.enemy5.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy5forcedwalking == 3)) and (_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy5._y = _root.enemy5._y - 2.5;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy5forcedwalking == 4)) and (_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy5._y = _root.enemy5._y + 2.5;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy5forcedwalking == 6)) {
_root.enemy5._x = _root.enemy5._x + 5;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
}
}
Symbol 3588 MovieClip Frame 2
_root.enemy5alive = true;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 251 MovieClip in Symbol 3588 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.shade) and (_root.pause == false)) {
_root.enemy5hitting = true;
_root.enemy5.gotoAndStop(3);
}
}
Instance of Symbol 3399 MovieClip "body" in Symbol 3588 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5._x = _root.enemy5._x - 5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5.shade.hitTest(_root.leftwall) and (_root.pause == false)) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5._x < -100) and (_root.pause == false)) {
_root.enemy5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy5forcedwalking == 1)) and (_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy5._y = _root.enemy5._y - 2.5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy5forcedwalking == 2)) and (_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy5._y = _root.enemy5._y + 2.5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
} else if ((_root.pause == false) and (_root.enemy5forcedwalking == 5)) {
_root.enemy5._x = _root.enemy5._x - 5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
}
}
Symbol 3588 MovieClip Frame 3
stop();
Instance of Symbol 3400 MovieClip "body" in Symbol 3588 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.enemy5attackmove == 2) {
_root.enemy5.gotoAndStop(39);
} else if (_root.enemy5attackmove == 3) {
_root.enemy5.gotoAndStop(44);
}
}
Symbol 3588 MovieClip Frame 4
stop();
Instance of Symbol 3401 MovieClip "body" in Symbol 3588 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.enemy5attackmove == 2) {
_root.enemy5.gotoAndStop(40);
} else if (_root.enemy5attackmove == 3) {
_root.enemy5.gotoAndStop(45);
}
}
Symbol 3588 MovieClip Frame 5
stop();
Instance of Symbol 3404 MovieClip "body" in Symbol 3588 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 6
stop();
Instance of Symbol 3407 MovieClip "body" in Symbol 3588 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 7
stop();
Instance of Symbol 3410 MovieClip "body" in Symbol 3588 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 8
stop();
Instance of Symbol 3413 MovieClip "body" in Symbol 3588 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 9
stop();
Instance of Symbol 3414 MovieClip "body" in Symbol 3588 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 10
stop();
Instance of Symbol 3415 MovieClip "body" in Symbol 3588 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 11
stop();
Instance of Symbol 3418 MovieClip "body" in Symbol 3588 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 12
stop();
Instance of Symbol 3421 MovieClip "body" in Symbol 3588 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 13
stop();
Instance of Symbol 3414 MovieClip "body" in Symbol 3588 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 14
stop();
Instance of Symbol 3415 MovieClip "body" in Symbol 3588 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 6;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 15
stop();
Instance of Symbol 3424 MovieClip "body" in Symbol 3588 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 16
stop();
Instance of Symbol 3427 MovieClip "body" in Symbol 3588 MovieClip Frame 16
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 17
stop();
Instance of Symbol 3430 MovieClip "body" in Symbol 3588 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(37);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 18
stop();
Instance of Symbol 3433 MovieClip "body" in Symbol 3588 MovieClip Frame 18
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 3;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5.hits >= 4) {
_root.enemy5.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 19
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
stop();
Symbol 3588 MovieClip Frame 20
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
stop();
Symbol 3588 MovieClip Frame 21
stop();
Instance of Symbol 3438 MovieClip "body" in Symbol 3588 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 22
stop();
Instance of Symbol 3440 MovieClip "body" in Symbol 3588 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 23
stop();
Instance of Symbol 3441 MovieClip "body" in Symbol 3588 MovieClip Frame 23
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 24
stop();
Instance of Symbol 3442 MovieClip "body" in Symbol 3588 MovieClip Frame 24
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 25
stop();
Instance of Symbol 3443 MovieClip "body" in Symbol 3588 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 26
stop();
Instance of Symbol 3444 MovieClip "body" in Symbol 3588 MovieClip Frame 26
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 27
stop();
Instance of Symbol 3472 MovieClip "body" in Symbol 3588 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 28
stop();
Instance of Symbol 3498 MovieClip "body" in Symbol 3588 MovieClip Frame 28
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 29
stop();
Instance of Symbol 3501 MovieClip "body" in Symbol 3588 MovieClip Frame 29
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 30
stop();
Instance of Symbol 3504 MovieClip "body" in Symbol 3588 MovieClip Frame 30
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 31
stop();
Instance of Symbol 3507 MovieClip "body" in Symbol 3588 MovieClip Frame 31
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 32
stop();
Instance of Symbol 3510 MovieClip "body" in Symbol 3588 MovieClip Frame 32
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 33
stop();
Instance of Symbol 3513 MovieClip "body" in Symbol 3588 MovieClip Frame 33
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 34
stop();
Instance of Symbol 3516 MovieClip "body" in Symbol 3588 MovieClip Frame 34
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 35
stop();
Instance of Symbol 3546 MovieClip "body" in Symbol 3588 MovieClip Frame 35
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 36
stop();
Instance of Symbol 3575 MovieClip "body" in Symbol 3588 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 37
stop();
Instance of Symbol 3576 MovieClip "body" in Symbol 3588 MovieClip Frame 37
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.rightwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x + 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(41);
}
}
Symbol 3588 MovieClip Frame 38
stop();
Instance of Symbol 3577 MovieClip "body" in Symbol 3588 MovieClip Frame 38
onClipEvent (enterFrame) {
if (_root.enemy5.hitTest(_root.leftwall)) {
} else if (_root.pause == false) {
_root.enemy5._x = _root.enemy5._x - 20;
}
}
onClipEvent (enterFrame) {
if (_root.enemy5health <= 0) {
_root.enemy5.gotoAndStop(42);
}
}
Symbol 3588 MovieClip Frame 39
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3588 MovieClip Frame 39
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(36);
}
}
Symbol 3588 MovieClip Frame 40
stop();
Symbol 3588 MovieClip Frame 41
stop();
Symbol 3588 MovieClip Frame 42
stop();
Symbol 3588 MovieClip Frame 43
_root.enemy5alive = false;
stop();
Symbol 3588 MovieClip Frame 44
stop();
Instance of Symbol 38 MovieClip "shade" in Symbol 3588 MovieClip Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(9);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(11);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(15);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(17);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(21);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(23);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(25);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(27);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(29);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(31);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(33);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x >= _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(35);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(10);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(12);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.hit4) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick1) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick2) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(16);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.kick3) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(18);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.burp) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(22);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummyslide) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(24);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.tummypunch) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(26);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.vomit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(28);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.spit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(30);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.snot) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(32);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.fart) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(34);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hobo.carry.shit) and (_root.enemy5._x < _root.hobo._x)) {
_root.enemy5hud.gotoAndPlay(2);
_root.enemy5.gotoAndStop(36);
}
}
Symbol 3588 MovieClip Frame 45
stop();
Symbol 3588 MovieClip Frame 46
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 3584 MovieClip "body" in Symbol 3588 MovieClip Frame 46
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5._x = _root.enemy5._x - 4;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5.shade.hitTest(_root.leftwall) and (_root.pause == false)) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5.gotoAndStop(47);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy5forcedwalking == 1)) and (_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy5._y = _root.enemy5._y - 2.5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
} else if ((((_root.pause == false) and (_root.enemy5forcedwalking == 2)) and (_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy5._y = _root.enemy5._y + 2.5;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
} else if ((_root.pause == false) and (_root.enemy5forcedwalking == 5)) {
_root.enemy5._x = _root.enemy5._x - 4;
_root.enemy5walkingleft = true;
_root.enemy5walkingright = false;
}
}
Symbol 3588 MovieClip Frame 47
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 3584 MovieClip "body" in Symbol 3588 MovieClip Frame 47
onClipEvent (enterFrame) {
if ((_root.pause == false) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5._x = _root.enemy5._x + 4;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.hobo._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == false)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) and (_root.enemy5._y <= _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y - 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
} else if ((((((((_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) and (_root.enemy5._y > _root.enemy4._y)) and (_root.pause == false)) and (_root.enemy5._x > 0)) and (_root.enemy5._x < 550)) and (_root.enemy5forcedwalking == 0)) and (_root.enemy4alive == true)) {
_root.enemy5._y = _root.enemy5._y + 1;
_root.enemy5walkingleft = false;
_root.enemy5walkingright = true;
_root.enemy5hitting = false;
}
}
onClipEvent (enterFrame) {
if ((_root.enemy5.shade.hitTest(_root.rightwall) and (_root.pause == false)) and (_root.enemy5forcedwalking == 0)) {
_root.enemy5.gotoAndStop(46);
}
}
onClipEvent (enterFrame) {
if ((((_root.pause == false) and (_root.enemy5forcedwalking == 3)) and (_root.enemy5.shade.hitTest(_root.bg2.upperwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.upperwall2) == false)) {
_root.enemy5._y = _root.enemy5._y - 2.5;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
} else if ((((_root.pause == false) and (_root.enemy5forcedwalking == 4)) and (_root.enemy5.shade.hitTest(_root.bg2.lowerwall) == false)) and (_root.enemy5.shade.hitTest(_root.bg1.lowerwall2) == false)) {
_root.enemy5._y = _root.enemy5._y + 2.5;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
} else if ((_root.pause == false) and (_root.enemy5forcedwalking == 6)) {
_root.enemy5._x = _root.enemy5._x + 4;
_root.enemy5walkingright = true;
_root.enemy5walkingleft = false;
}
}
Symbol 3588 MovieClip Frame 48
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 3585 MovieClip "body" in Symbol 3588 MovieClip Frame 48
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy2health < 30)) {
_root.level = 10.3;
_root.enemy4.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy4health < 30)) {
_root.level = 10.3;
_root.enemy2.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
Symbol 3588 MovieClip Frame 49
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 3586 MovieClip "body" in Symbol 3588 MovieClip Frame 49
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy2health < 30)) {
_root.level = 10.3;
_root.enemy4.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy4health < 30)) {
_root.level = 10.3;
_root.enemy2.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
Symbol 3588 MovieClip Frame 50
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Symbol 3588 MovieClip Frame 51
_root.enemy5alive = true;
_root.enemy5walktimer = 0;
_root.enemy5forcedwalking = 0;
stop();
Instance of Symbol 3587 MovieClip "body" in Symbol 3588 MovieClip Frame 51
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy2health < 30)) {
_root.level = 10.3;
_root.enemy4.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if ((_root.level == 10.2) and (_root.enemy4health < 30)) {
_root.level = 10.3;
_root.enemy2.gotoAndStop(1);
_root.enemy5.gotoAndStop(1);
}
}
Symbol 3593 MovieClip Frame 1
stop();
Symbol 3593 MovieClip Frame 2
stop();
Symbol 3593 MovieClip Frame 3
stop();
Symbol 3593 MovieClip Frame 4
stop();
Symbol 3593 MovieClip Frame 5
stop();
Symbol 3593 MovieClip Frame 6
stop();
Symbol 3593 MovieClip Frame 7
stop();
Symbol 3593 MovieClip Frame 8
stop();
Symbol 3593 MovieClip Frame 9
stop();
Symbol 3593 MovieClip Frame 10
stop();
Symbol 3593 MovieClip Frame 11
stop();
Symbol 3593 MovieClip Frame 12
stop();
Symbol 3593 MovieClip Frame 13
stop();
Symbol 3593 MovieClip Frame 14
stop();
Symbol 3593 MovieClip Frame 15
stop();
Symbol 3593 MovieClip Frame 16
stop();
Symbol 3593 MovieClip Frame 17
stop();
Symbol 3593 MovieClip Frame 18
stop();
Symbol 3593 MovieClip Frame 19
stop();
Symbol 3593 MovieClip Frame 20
stop();
Symbol 3593 MovieClip Frame 21
stop();
Symbol 3593 MovieClip Frame 22
stop();
Symbol 3593 MovieClip Frame 23
stop();
Symbol 3593 MovieClip Frame 24
stop();
Symbol 3593 MovieClip Frame 25
stop();
Symbol 3593 MovieClip Frame 26
stop();
Symbol 3593 MovieClip Frame 27
stop();
Symbol 3593 MovieClip Frame 28
stop();
Symbol 3593 MovieClip Frame 29
stop();
Symbol 3593 MovieClip Frame 30
stop();
Symbol 3593 MovieClip Frame 31
stop();
Symbol 3593 MovieClip Frame 32
stop();
Symbol 3593 MovieClip Frame 33
stop();
Symbol 3593 MovieClip Frame 34
stop();
Symbol 3593 MovieClip Frame 35
stop();
Symbol 3593 MovieClip Frame 36
stop();
Symbol 3593 MovieClip Frame 37
stop();
Symbol 3593 MovieClip Frame 38
stop();
Symbol 3593 MovieClip Frame 39
stop();
Symbol 3593 MovieClip Frame 40
stop();
Symbol 3593 MovieClip Frame 41
stop();
Symbol 3593 MovieClip Frame 42
stop();
Symbol 3593 MovieClip Frame 43
stop();
Symbol 3593 MovieClip Frame 44
stop();
Symbol 3593 MovieClip Frame 45
stop();
Symbol 3593 MovieClip Frame 46
stop();
Symbol 3593 MovieClip Frame 47
stop();
Symbol 3593 MovieClip Frame 48
stop();
Symbol 3593 MovieClip Frame 49
stop();
Symbol 3593 MovieClip Frame 50
stop();
Symbol 3593 MovieClip Frame 51
stop();
Symbol 3593 MovieClip Frame 52
stop();
Symbol 3593 MovieClip Frame 53
stop();
Symbol 3593 MovieClip Frame 54
stop();
Symbol 3593 MovieClip Frame 55
stop();
Symbol 3593 MovieClip Frame 56
stop();
Symbol 3593 MovieClip Frame 57
stop();
Symbol 3593 MovieClip Frame 58
stop();
Symbol 3593 MovieClip Frame 59
stop();
Symbol 3593 MovieClip Frame 60
stop();
Symbol 3593 MovieClip Frame 61
stop();
Symbol 3593 MovieClip Frame 62
stop();
Symbol 3593 MovieClip Frame 63
stop();
Symbol 3593 MovieClip Frame 64
stop();
Symbol 3593 MovieClip Frame 65
stop();
Symbol 3593 MovieClip Frame 66
stop();
Symbol 3593 MovieClip Frame 67
stop();
Symbol 3593 MovieClip Frame 68
stop();
Symbol 3593 MovieClip Frame 69
stop();
Symbol 3593 MovieClip Frame 70
stop();
Symbol 3593 MovieClip Frame 71
stop();
Symbol 3593 MovieClip Frame 72
stop();
Symbol 3593 MovieClip Frame 73
stop();
Symbol 3593 MovieClip Frame 74
stop();
Symbol 3593 MovieClip Frame 75
stop();
Symbol 3593 MovieClip Frame 76
stop();
Symbol 3593 MovieClip Frame 77
stop();
Symbol 3593 MovieClip Frame 78
stop();
Symbol 3593 MovieClip Frame 79
stop();
Symbol 3593 MovieClip Frame 80
stop();
Symbol 3593 MovieClip Frame 81
stop();
Symbol 3593 MovieClip Frame 82
stop();
Symbol 3593 MovieClip Frame 83
stop();
Symbol 3593 MovieClip Frame 84
stop();
Symbol 3593 MovieClip Frame 85
stop();
Symbol 3593 MovieClip Frame 86
stop();
Symbol 3593 MovieClip Frame 87
stop();
Symbol 3593 MovieClip Frame 88
stop();
Symbol 3593 MovieClip Frame 89
stop();
Symbol 3593 MovieClip Frame 90
stop();
Symbol 3593 MovieClip Frame 91
stop();
Symbol 3593 MovieClip Frame 92
stop();
Symbol 3593 MovieClip Frame 93
stop();
Symbol 3593 MovieClip Frame 94
stop();
Symbol 3593 MovieClip Frame 95
stop();
Symbol 3593 MovieClip Frame 96
stop();
Symbol 3593 MovieClip Frame 97
stop();
Symbol 3593 MovieClip Frame 98
stop();
Symbol 3593 MovieClip Frame 99
stop();
Symbol 3593 MovieClip Frame 100
stop();
Symbol 3594 MovieClip Frame 1
stop();
Symbol 3594 MovieClip Frame 2
stop();
Symbol 3594 MovieClip Frame 3
stop();
Symbol 3594 MovieClip Frame 4
stop();
Symbol 3594 MovieClip Frame 5
stop();
Symbol 3594 MovieClip Frame 6
stop();
Symbol 3594 MovieClip Frame 7
stop();
Symbol 3594 MovieClip Frame 8
stop();
Symbol 3594 MovieClip Frame 9
stop();
Symbol 3594 MovieClip Frame 10
stop();
Symbol 3594 MovieClip Frame 11
stop();
Symbol 3594 MovieClip Frame 12
stop();
Symbol 3594 MovieClip Frame 13
stop();
Symbol 3594 MovieClip Frame 14
stop();
Symbol 3594 MovieClip Frame 15
stop();
Symbol 3594 MovieClip Frame 16
stop();
Symbol 3594 MovieClip Frame 17
stop();
Symbol 3594 MovieClip Frame 18
stop();
Symbol 3594 MovieClip Frame 19
stop();
Symbol 3594 MovieClip Frame 20
stop();
Symbol 3594 MovieClip Frame 21
stop();
Symbol 3594 MovieClip Frame 22
stop();
Symbol 3594 MovieClip Frame 23
stop();
Symbol 3594 MovieClip Frame 24
stop();
Symbol 3594 MovieClip Frame 25
stop();
Symbol 3594 MovieClip Frame 26
stop();
Symbol 3594 MovieClip Frame 27
stop();
Symbol 3594 MovieClip Frame 28
stop();
Symbol 3594 MovieClip Frame 29
stop();
Symbol 3594 MovieClip Frame 30
stop();
Symbol 3594 MovieClip Frame 31
stop();
Symbol 3594 MovieClip Frame 32
stop();
Symbol 3594 MovieClip Frame 33
stop();
Symbol 3594 MovieClip Frame 34
stop();
Symbol 3594 MovieClip Frame 35
stop();
Symbol 3594 MovieClip Frame 36
stop();
Symbol 3594 MovieClip Frame 37
stop();
Symbol 3594 MovieClip Frame 38
stop();
Symbol 3594 MovieClip Frame 39
stop();
Symbol 3594 MovieClip Frame 40
stop();
Symbol 3594 MovieClip Frame 41
stop();
Symbol 3594 MovieClip Frame 42
stop();
Symbol 3594 MovieClip Frame 43
stop();
Symbol 3594 MovieClip Frame 44
stop();
Symbol 3594 MovieClip Frame 45
stop();
Symbol 3594 MovieClip Frame 46
stop();
Symbol 3594 MovieClip Frame 47
stop();
Symbol 3594 MovieClip Frame 48
stop();
Symbol 3594 MovieClip Frame 49
stop();
Symbol 3594 MovieClip Frame 50
stop();
Symbol 3594 MovieClip Frame 51
stop();
Symbol 3594 MovieClip Frame 52
stop();
Symbol 3594 MovieClip Frame 53
stop();
Symbol 3594 MovieClip Frame 54
stop();
Symbol 3594 MovieClip Frame 55
stop();
Symbol 3594 MovieClip Frame 56
stop();
Symbol 3594 MovieClip Frame 57
stop();
Symbol 3594 MovieClip Frame 58
stop();
Symbol 3594 MovieClip Frame 59
stop();
Symbol 3594 MovieClip Frame 60
stop();
Symbol 3594 MovieClip Frame 61
stop();
Symbol 3594 MovieClip Frame 62
stop();
Symbol 3594 MovieClip Frame 63
stop();
Symbol 3594 MovieClip Frame 64
stop();
Symbol 3594 MovieClip Frame 65
stop();
Symbol 3594 MovieClip Frame 66
stop();
Symbol 3594 MovieClip Frame 67
stop();
Symbol 3594 MovieClip Frame 68
stop();
Symbol 3594 MovieClip Frame 69
stop();
Symbol 3594 MovieClip Frame 70
stop();
Symbol 3594 MovieClip Frame 71
stop();
Symbol 3594 MovieClip Frame 72
stop();
Symbol 3594 MovieClip Frame 73
stop();
Symbol 3594 MovieClip Frame 74
stop();
Symbol 3594 MovieClip Frame 75
stop();
Symbol 3594 MovieClip Frame 76
stop();
Symbol 3594 MovieClip Frame 77
stop();
Symbol 3594 MovieClip Frame 78
stop();
Symbol 3594 MovieClip Frame 79
stop();
Symbol 3594 MovieClip Frame 80
stop();
Symbol 3594 MovieClip Frame 81
stop();
Symbol 3594 MovieClip Frame 82
stop();
Symbol 3594 MovieClip Frame 83
stop();
Symbol 3594 MovieClip Frame 84
stop();
Symbol 3594 MovieClip Frame 85
stop();
Symbol 3594 MovieClip Frame 86
stop();
Symbol 3594 MovieClip Frame 87
stop();
Symbol 3594 MovieClip Frame 88
stop();
Symbol 3594 MovieClip Frame 89
stop();
Symbol 3594 MovieClip Frame 90
stop();
Symbol 3594 MovieClip Frame 91
stop();
Symbol 3594 MovieClip Frame 92
stop();
Symbol 3594 MovieClip Frame 93
stop();
Symbol 3594 MovieClip Frame 94
stop();
Symbol 3594 MovieClip Frame 95
stop();
Symbol 3594 MovieClip Frame 96
stop();
Symbol 3594 MovieClip Frame 97
stop();
Symbol 3594 MovieClip Frame 98
stop();
Symbol 3594 MovieClip Frame 99
stop();
Symbol 3594 MovieClip Frame 100
stop();