Frame 91
lives = 3;
Frame 141
stop();
stopAllSounds();
Frame 150
stop();
stop();
Instance of Symbol 59 MovieClip "level1death" in Frame 150
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level1death)) {
_root.person._y = 186.2;
_root.person._x = 99;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 150
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag1.hitTest(_root.person)) {
_root.nextlevel._y = 40;
}
}
Frame 160
stop();
Instance of Symbol 98 MovieClip "level2death" in Frame 160
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level2death)) {
_root.person._y = 186.2;
_root.person._x = 99;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 160
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag1.hitTest(_root.person)) {
_root.nextlevel._y = 40;
}
}
onClipEvent (enterFrame) {
if (_root.flag2.hitTest(_root.person)) {
_root.nextlevel2._y = 40;
}
}
Frame 170
stop();
Instance of Symbol 98 MovieClip "level3death" in Frame 170
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level3death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 170
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag1.hitTest(_root.person)) {
_root.nextlevel._y = 40;
}
}
onClipEvent (enterFrame) {
if (_root.flag3.hitTest(_root.person)) {
_root.nextlevel3._y = 40;
}
}
Frame 180
stop();
Instance of Symbol 98 MovieClip "level4death" in Frame 180
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level4death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 180
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag4.hitTest(_root.person)) {
_root.nextlevel4._y = 40;
}
}
Frame 190
stop();
Instance of Symbol 98 MovieClip "level5death" in Frame 190
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level5death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 190
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag5.hitTest(_root.person)) {
_root.nextlevel5._y = 40;
}
}
Frame 200
stop();
Instance of Symbol 112 MovieClip "spike" in Frame 200
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 98 MovieClip "level6death" in Frame 200
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level6death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 200
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag6.hitTest(_root.person)) {
_root.nextlevel6._y = 40;
}
}
Frame 210
stop();
Instance of Symbol 98 MovieClip "level7death" in Frame 210
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level7death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 210
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag7.hitTest(_root.person)) {
_root.nextlevel7._y = 40;
}
}
Frame 220
stop();
Instance of Symbol 81 MovieClip "person" in Frame 220
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag8.hitTest(_root.person)) {
_root.nextlevel8._y = 40;
}
}
Instance of Symbol 98 MovieClip "level8death" in Frame 220
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level8death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Frame 230
stop();
Instance of Symbol 98 MovieClip "level9death" in Frame 230
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level9death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike2" in Frame 230
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike2)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike3" in Frame 230
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike3)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 230
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag9.hitTest(_root.person)) {
_root.nextlevel9._y = 40;
}
}
Frame 240
stop();
Instance of Symbol 98 MovieClip "level10death" in Frame 240
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level10death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 240
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag10.hitTest(_root.person)) {
_root.nextlevel10._y = 40;
}
}
Frame 250
stop();
Instance of Symbol 98 MovieClip "level11death" in Frame 250
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level11death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 250
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag11.hitTest(_root.person)) {
_root.nextlevel11._y = 40;
}
}
Frame 260
stop();
Instance of Symbol 98 MovieClip "level12death" in Frame 260
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level12death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 260
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag12.hitTest(_root.person)) {
_root.nextlevel12._y = 40;
}
}
Instance of Symbol 128 MovieClip "enemy" in Frame 260
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.enemy)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Frame 270
stop();
Instance of Symbol 98 MovieClip "level13death" in Frame 270
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level13death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 270
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag13.hitTest(_root.person)) {
_root.nextlevel13._y = 40;
}
}
Instance of Symbol 128 MovieClip "enemy" in Frame 270
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.enemy)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Frame 280
stop();
Instance of Symbol 98 MovieClip "level14death" in Frame 280
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level14death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 280
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag14.hitTest(_root.person)) {
_root.nextlevel14._y = 40;
}
}
Frame 290
stop();
Instance of Symbol 98 MovieClip "level15death" in Frame 290
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level15death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 290
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag15.hitTest(_root.person)) {
_root.nextlevel15._y = 40;
}
}
Frame 300
stop();
Instance of Symbol 98 MovieClip "level16death" in Frame 300
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level16death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike" in Frame 300
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 300
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag16.hitTest(_root.person)) {
_root.nextlevel16._y = 40;
}
}
Frame 310
stop();
Instance of Symbol 98 MovieClip "level17death" in Frame 310
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level17death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 310
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag17.hitTest(_root.person)) {
_root.nextlevel17._y = 40;
}
}
Instance of Symbol 128 MovieClip "enemy" in Frame 310
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.enemy)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Frame 320
stop();
Instance of Symbol 98 MovieClip "level18death" in Frame 320
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level18death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike2" in Frame 320
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike2)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike3" in Frame 320
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike3)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 320
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag18.hitTest(_root.person)) {
_root.nextlevel18._y = 40;
}
}
Frame 330
stop();
Instance of Symbol 98 MovieClip "level19death" in Frame 330
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level19death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 330
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag19.hitTest(_root.person)) {
_root.nextlevel19._y = 40;
}
}
Frame 340
stop();
Instance of Symbol 98 MovieClip "level20death" in Frame 340
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level20death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike2" in Frame 340
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike2)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 340
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag20.hitTest(_root.person)) {
_root.nextlevel20._y = 40;
}
}
Instance of Symbol 128 MovieClip "enemy" in Frame 340
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.enemy)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Frame 350
stop();
Instance of Symbol 98 MovieClip "level21death" in Frame 350
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.level21death)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 112 MovieClip "spike" in Frame 350
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.spike)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Instance of Symbol 81 MovieClip "person" in Frame 350
onClipEvent (load) {
left = false;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
with (_root.person) {
if (left == false) {
gotoAndPlay(9);
left = true;
}
}
this._x = this._x - 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (left == true) {
with (_root.person) {
gotoAndPlay(1);
left = false;
}
}
this._x = this._x + 5;
}
}
onClipEvent (enterFrame) {
if (gravity == 0) {
if (Key.isDown(38)) {
gravity = 10;
yes = true;
}
}
}
onClipEvent (enterFrame) {
this._y = this._y - gravity;
}
onClipEvent (enterFrame) {
if ((yes = true)) {
if (gravity > -10) {
gravity = gravity - 0.9;
}
}
}
onClipEvent (enterFrame) {
if (_root.building1.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building2.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building3.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.building4.hitTest(_root.person)) {
yes = false;
gravity = 0;
}
}
onClipEvent (enterFrame) {
if (_root.flag21.hitTest(_root.person)) {
_root.nextlevel21._y = 40;
}
}
Instance of Symbol 128 MovieClip "enemy" in Frame 350
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.enemy)) {
_root.person._y = 132.4;
_root.person._x = 59.5;
_root.youlose._y = _root.youlose._y + 1000;
_root.lives = _root.lives - 1;
}
}
Symbol 32 Button
on (release) {
gotoAndStop ("level1");
}
Symbol 33 Button
on (release) {
gotoAndStop ("instructions");
}
Symbol 34 Button
on (release) {
gotoAndStop ("about");
}
Symbol 44 MovieClip Frame 10
stop();
Symbol 45 Button
on (release) {
gotoAndPlay ("level1");
}
Symbol 48 Button
on (release) {
getURL ("http://www.goeasygames.com", _self);
}
Symbol 81 MovieClip Frame 8
gotoAndPlay (1);
Symbol 81 MovieClip Frame 16
gotoAndPlay (9);
Symbol 83 Button
on (release) {
gotoAndStop ("level2");
}
Symbol 85 Button
on (release) {
gotoAndStop ("startscreen");
}
Symbol 95 Button
on (release) {
lives = 3;
gotoAndStop ("startscreen");
}
Symbol 99 Button
on (release) {
gotoAndStop ("level3");
}
Symbol 101 Button
on (release) {
gotoAndStop ("level4");
}
Symbol 104 Button
on (release) {
gotoAndStop ("level5");
}
Symbol 108 Button
on (release) {
gotoAndStop ("level6");
}
Symbol 113 Button
on (release) {
gotoAndStop ("level7");
}
Symbol 114 Button
on (release) {
gotoAndStop ("level8");
}
Symbol 116 Button
on (release) {
gotoAndStop ("level9");
}
Symbol 118 Button
on (release) {
gotoAndStop ("level10");
}
Symbol 120 Button
on (release) {
gotoAndStop ("level11");
}
Symbol 122 Button
on (release) {
gotoAndStop ("level12");
}
Symbol 124 Button
on (release) {
gotoAndStop ("level13");
}
Symbol 130 Button
on (release) {
gotoAndStop ("level14");
}
Symbol 131 Button
on (release) {
gotoAndStop ("level15");
}
Symbol 133 Button
on (release) {
gotoAndStop ("level16");
}
Symbol 135 Button
on (release) {
gotoAndStop ("level17");
}
Symbol 137 Button
on (release) {
gotoAndStop ("level18");
}
Symbol 139 Button
on (release) {
gotoAndStop ("level19");
}
Symbol 141 Button
on (release) {
gotoAndStop ("level20");
}
Symbol 143 Button
on (release) {
gotoAndStop ("level21");
}
Symbol 145 Button
on (release) {
gotoAndStop ("finished");
}
Symbol 148 MovieClip Frame 63
stop();
Symbol 150 Button
on (release) {
gotoAndStop ("startscreen");
}