Frame 1
var theme_song = new Sound();
theme_song.attachSound("song");
var level_ding = new Sound();
level_ding.attachSound("level_up");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
sound_button.toggle = function () {
};
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
Frame 7
go_mc.onRelease = function () {
gotoAndStop ("instructions");
};
stop();
Frame 12
start_button.onRelease = function () {
gotoAndPlay ("game");
};
stop();
Instance of Symbol 42 MovieClip "bg" in Frame 23
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (this.restart_point2.hitTest(_parent.restart_point)) {
_root.gotoAndPlay("game");
}
}
Instance of Symbol 69 MovieClip "mershaq" in Frame 23
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.play();
}
if (this._y >= 341) {
this._y = 340;
}
if ((this._y <= 341) && (Key.isDown(40))) {
this._y = this._y + 20;
}
if (Key.isDown(39)) {
_root.bg._x = _root.bg._x - 20;
}
if ((this._y >= 215) && (Key.isDown(38))) {
this._y = this._y - 20;
}
if (Key.isDown(37)) {
_root.ball.gotoAndPlay(2);
}
if (this.mershaq_hit.hitTest(_root.lawn_man.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man2.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man3.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man4.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man5.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man6.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man7.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man8.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man9.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man10.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man11.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man12.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man13.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man14.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man15.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees2)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees3)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees4)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees5)) {
_root.gotoAndStop("death");
}
if (this.hitTest(_root.checker)) {
level_ding.start();
_root.gotoAndPlay("level2");
}
}
Frame 41
this.onRelease.gotoAndPlay("game");
this.onLoad = function () {
hit_counter.text = _global.hitCount;
};
_global.bg_speed = 5;
_global.hitCount = 0;
increase = lawn_man._x + 20;
onEnterFrame = function (lawn_man) {
lawn_man._x = lawn_man._x - 100;
};
Instance of Symbol 76 MovieClip "the_wall" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 78 MovieClip "checker" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 80 MovieClip "trees4" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees3" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees2" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees5" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man4" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man2" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man3" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man5" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man6" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man7" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man8" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man9" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man10" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man11" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man12" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man13" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man14" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man15" in Frame 41
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 8 MovieClip [ball_link] "ball" in Frame 41
onClipEvent (enterFrame) {
this._x = _root.mershaq._x;
this._y = _root.mershaq._y;
}
Frame 540
var theme_song = new Sound();
theme_song.attachSound("song");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
var theme_song = new Sound();
theme_song.attachSound("song");
sound_counter = 0;
sound_button.onRelease = function () {
if (sound_counter == 0) {
theme_song.stop();
sound_counter = 1;
}
if (sound_counter == 1) {
theme_song.start();
sound_counter = 0;
}
};
Instance of Symbol 42 MovieClip "bg" in Frame 540
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (this.restart_point2.hitTest(_parent.restart_point)) {
_root.gotoAndPlay("game");
}
}
Instance of Symbol 69 MovieClip "mershaq" in Frame 540
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.play();
}
if (this._y >= 341) {
this._y = 340;
}
if ((this._y <= 341) && (Key.isDown(40))) {
this._y = this._y + 20;
}
if (Key.isDown(39)) {
_root.bg._x = _root.bg._x - 20;
}
if ((this._y >= 215) && (Key.isDown(38))) {
this._y = this._y - 20;
}
if (Key.isDown(37)) {
_root.ball.gotoAndPlay(2);
}
if (this.mershaq_hit.hitTest(_root.lawn_man.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man2.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man3.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man4.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man5.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man6.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man7.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man8.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man9.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man10.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man11.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man12.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man13.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man14.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man15.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees2)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees3)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees4)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees5)) {
_root.gotoAndStop("death");
}
if (this.hitTest(_root.checker)) {
_root.gotoAndPlay("level3");
}
}
Frame 558
this.onRelease.gotoAndPlay("game");
this.onLoad = function () {
hit_counter.text = _global.hitCount;
};
_global.bg_speed = 5;
_global.hitCount = 0;
increase = lawn_man._x + 20;
onEnterFrame = function (lawn_man) {
lawn_man._x = lawn_man._x - 100;
};
Instance of Symbol 76 MovieClip "the_wall" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 80 MovieClip "trees4" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees3" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees2" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees5" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man4" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man2" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man3" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man10" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 78 MovieClip "checker" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 95 MovieClip "lawn_man12" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man15" in Frame 558
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 8 MovieClip [ball_link] "ball" in Frame 558
onClipEvent (enterFrame) {
this._x = _root.mershaq._x;
this._y = _root.mershaq._y;
}
Frame 1057
var theme_song = new Sound();
theme_song.attachSound("song");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
var theme_song = new Sound();
theme_song.attachSound("song");
sound_counter = 0;
sound_button.onRelease = function () {
if (sound_counter == 0) {
theme_song.stop();
sound_counter = 1;
}
if (sound_counter == 1) {
theme_song.start();
sound_counter = 0;
}
};
Instance of Symbol 42 MovieClip "bg" in Frame 1057
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (this.restart_point2.hitTest(_parent.restart_point)) {
_root.gotoAndPlay("game");
}
}
Instance of Symbol 69 MovieClip "mershaq" in Frame 1057
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.play();
}
if (this._y >= 341) {
this._y = 340;
}
if ((this._y <= 341) && (Key.isDown(40))) {
this._y = this._y + 20;
}
if (Key.isDown(39)) {
_root.bg._x = _root.bg._x - 20;
}
if ((this._y >= 215) && (Key.isDown(38))) {
this._y = this._y - 20;
}
if (Key.isDown(37)) {
_root.ball.gotoAndPlay(2);
}
if (this.mershaq_hit.hitTest(_root.lawn_man.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man2.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man3.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man4.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man5.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man6.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man7.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man8.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man9.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man10.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man11.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man12.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man13.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man14.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man15.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man16.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man17.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees2)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees3)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees4)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees5)) {
_root.gotoAndStop("death");
}
if (this.hitTest(_root.checker)) {
_root.gotoAndPlay("level4");
}
}
Frame 1075
this.onRelease.gotoAndPlay("game");
this.onLoad = function () {
hit_counter.text = _global.hitCount;
};
_global.bg_speed = 5;
_global.hitCount = 0;
increase = lawn_man._x + 20;
onEnterFrame = function (lawn_man) {
lawn_man._x = lawn_man._x - 100;
};
Instance of Symbol 78 MovieClip "checker" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 76 MovieClip "the_wall" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 80 MovieClip "trees4" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees3" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees2" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees5" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man4" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man6" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
if (this.bad_count.hitTest(_root.mershaq.score_bar)) {
_global.hitCount = _global.hitCount + 20;
}
}
Instance of Symbol 90 MovieClip "lawn_man9" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man5" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man13" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man14" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man16" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man17" in Frame 1075
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 8 MovieClip [ball_link] "ball" in Frame 1075
onClipEvent (enterFrame) {
this._x = _root.mershaq._x;
this._y = _root.mershaq._y;
}
Frame 1574
var theme_song = new Sound();
theme_song.attachSound("song");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
Instance of Symbol 42 MovieClip "bg" in Frame 1574
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (this.restart_point2.hitTest(_parent.restart_point)) {
_root.gotoAndPlay("game");
}
}
Instance of Symbol 69 MovieClip "mershaq" in Frame 1574
onClipEvent (enterFrame) {
if (Key.isDown(32)) {
this.play();
}
if (this._y >= 341) {
this._y = 340;
}
if ((this._y <= 341) && (Key.isDown(40))) {
this._y = this._y + 20;
}
if (Key.isDown(39)) {
_root.bg._x = _root.bg._x - 20;
}
if ((this._y >= 215) && (Key.isDown(38))) {
this._y = this._y - 20;
}
if (Key.isDown(37)) {
_root.ball.gotoAndPlay(2);
}
if (this.mershaq_hit.hitTest(_root.lawn_man.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man2.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man3.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man4.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man5.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man6.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man7.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man8.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man9.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man10.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man11.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man12.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man13.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man14.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man15.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man16.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man17.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man18.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man19.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.lawn_man20.lawn_hit)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees2)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees3)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees4)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees5)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees6)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees7)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees8)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees9)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees10)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees11)) {
_root.gotoAndStop("death");
}
if (this.mershaq_hit.hitTest(_root.trees12)) {
_root.gotoAndStop("death");
}
if (this.hitTest(_root.checker)) {
_root.gotoAndStop("end");
}
}
Frame 1592
this.onRelease.gotoAndPlay("game");
this.onLoad = function () {
hit_counter.text = _global.hitCount;
};
_global.bg_speed = 5;
_global.hitCount = 0;
increase = lawn_man._x + 20;
onEnterFrame = function (lawn_man) {
lawn_man._x = lawn_man._x - 100;
};
Instance of Symbol 76 MovieClip "the_wall" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 80 MovieClip "trees4" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees3" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees2" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees5" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees6" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees7" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees8" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees9" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 80 MovieClip "trees11" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man3" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man5" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man7" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 90 MovieClip "lawn_man9" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 78 MovieClip "checker" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 15;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
}
Instance of Symbol 95 MovieClip "lawn_man11" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man12" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man13" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man16" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man18" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 95 MovieClip "lawn_man20" in Frame 1592
onClipEvent (enterFrame) {
this._x = this._x - 20;
if (Key.isDown(39)) {
this._x = this._x - 20;
}
if (this.hitTest(_root.ball.inner_ball)) {
this.gotoAndPlay("lawn_die");
}
}
Instance of Symbol 8 MovieClip [ball_link] "ball" in Frame 1592
onClipEvent (enterFrame) {
this._x = _root.mershaq._x;
this._y = _root.mershaq._y;
}
Frame 2091
stop();
replay.onRelease = function () {
gotoAndPlay ("game");
};
var theme_song = new Sound();
theme_song.attachSound("song");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
Frame 2092
var theme_song = new Sound();
theme_song.attachSound("song");
play_btn.onRelease = function () {
theme_song.start();
};
stop_btn.onRelease = function () {
theme_song.stop();
};
sick_button.onRelease = function () {
getURL ("http://www.sickanimation.com/MerGame");
};
replay.onRelease = function () {
gotoAndPlay ("game");
};
Symbol 8 MovieClip [ball_link] Frame 1
stop();
Symbol 16 MovieClip Frame 1
stop();
Symbol 20 MovieClip Frame 1
_root.stop();
var percents = 0;
Symbol 20 MovieClip Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
percents = percents + 5;
if (percents > 100) {
percents = 100;
}
} else {
percents = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
gauge.gotoAndStop(percents + 1);
label = percents;
Symbol 20 MovieClip Frame 3
if (percents < 100) {
gotoAndPlay (2);
} else {
_visible = false;
_root.gotoAndPlay("play");
stop();
}
Symbol 27 Button
on (release) {
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_theme_song_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.theme_song_ = new Sound(this._parent.BS_theme_song_);
} else {
this.createEmptyMovieClip("_theme_song__", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.theme_song_ = new Sound(this.BS_theme_song_);
}
_global.Behaviors.Sound.theme_song_.attachSound("theme_song");
_global.Behaviors.Sound.theme_song_.start(0, 1);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 2
this._y = this._y - 20;
Symbol 69 MovieClip Frame 3
this._y = this._y - 20;
Symbol 69 MovieClip Frame 4
this._y = this._y - 20;
Symbol 69 MovieClip Frame 5
this._y = this._y - 20;
Symbol 69 MovieClip Frame 6
this._y = this._y - 20;
Symbol 69 MovieClip Frame 7
this._y = this._y - 10;
Symbol 69 MovieClip Frame 8
this._y = this._y - 5;
Symbol 69 MovieClip Frame 9
this._y = this._y + 5;
Symbol 69 MovieClip Frame 10
this._y = this._y + 10;
Symbol 69 MovieClip Frame 11
this._y = this._y + 20;
Symbol 69 MovieClip Frame 12
this._y = this._y + 20;
Symbol 69 MovieClip Frame 13
this._y = this._y + 20;
Symbol 69 MovieClip Frame 14
this._y = this._y + 20;
Symbol 69 MovieClip Frame 15
this._y = this._y + 20;
Symbol 90 MovieClip Frame 5
gotoAndPlay (1);
Symbol 90 MovieClip Frame 9
player_score = player_score + 20;
Symbol 90 MovieClip Frame 10
stop();
Symbol 95 MovieClip Frame 5
gotoAndPlay (1);
Symbol 95 MovieClip Frame 10
stop();