STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228115
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/36390216?noj=FRM36390216-10DC" width="1" height="1"></div>

Mershaq.swf

This is the info page for
Flash #47168

(Click the ID number above for more basic data on this flash file.)


Text
LOADING...

Level 1

GO!

Level 2

Level 3

Level 4

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 Sound [level_up]
Symbol 2 Sound [claps]Used by:Timeline
Symbol 3 Sound [theme_song]Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5 SS1Used by:8
Symbol 7 SoundUsed by:8
Symbol 8 MovieClip [ball_link]Uses:6 7Used by:Timeline
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:Timeline
Symbol 11 GraphicUsed by:16
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:16
Symbol 14 GraphicUsed by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:11 13 14 15Used by:20
Symbol 17 FontUsed by:18 19
Symbol 18 EditableTextUses:17Used by:20
Symbol 19 TextUses:17Used by:20
Symbol 20 MovieClipUses:16 18 19Used by:Timeline
Symbol 21 MovieClipUsed by:Timeline
Symbol 22 GraphicUsed by:27 31
Symbol 23 GraphicUsed by:27
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27 31
Symbol 27 ButtonUses:22 23 24 25 26Used by:Timeline
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:22 28 29 30 26Used by:Timeline
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUsed by:42  Timeline
Symbol 41 GraphicUsed by:42  Timeline
Symbol 42 MovieClipUses:40 41Used by:Timeline
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:69
Symbol 45 GraphicUsed by:58
Symbol 46 GraphicUsed by:58 62 64 65 67
Symbol 47 GraphicUsed by:58 67
Symbol 48 GraphicUsed by:58 67
Symbol 49 GraphicUsed by:58 62 64 65 67
Symbol 50 GraphicUsed by:58 62 64 65 67
Symbol 51 GraphicUsed by:58 62 64 65 67
Symbol 52 GraphicUsed by:58 62 64 65 67
Symbol 53 GraphicUsed by:58 61 67
Symbol 54 GraphicUsed by:58 62 64 65 66
Symbol 55 GraphicUsed by:58 62
Symbol 56 GraphicUsed by:58 64
Symbol 57 GraphicUsed by:58 65
Symbol 58 MovieClipUses:45 46 47 48 49 50 51 52 53 54 55 56 57Used by:69
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:69
Symbol 61 MovieClipUses:53Used by:62 64 65
Symbol 62 MovieClipUses:54 46 55 49 50 52 51 61Used by:69
Symbol 63 SoundUsed by:69
Symbol 64 MovieClipUses:54 46 56 49 50 52 51 61Used by:69
Symbol 65 MovieClipUses:54 46 57 49 50 52 51 61Used by:69
Symbol 66 MovieClipUses:54Used by:67
Symbol 67 MovieClipUses:48 66 46 47 49 50 51 52 53Used by:69
Symbol 68 SoundUsed by:69
Symbol 69 MovieClipUses:44 58 60 62 63 64 65 67 68Used by:Timeline
Symbol 70 SoundUsed by:Timeline
Symbol 71 FontUsed by:72 74 96 99 102
Symbol 72 TextUses:71Used by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 TextUses:71Used by:75
Symbol 75 MovieClipUses:74Used by:Timeline
Symbol 76 MovieClipUsed by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:90
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:90 95
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:90 95
Symbol 86 GraphicUsed by:90
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:90
Symbol 89 SoundUsed by:90
Symbol 90 MovieClipUses:81 83 85 86 88 89Used by:Timeline
Symbol 91 GraphicUsed by:95
Symbol 92 GraphicUsed by:95
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:95
Symbol 95 MovieClipUses:91 83 85 92 94Used by:Timeline
Symbol 96 TextUses:71Used by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 SoundUsed by:Timeline
Symbol 99 TextUses:71Used by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 SoundUsed by:Timeline
Symbol 102 TextUses:71Used by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 SoundUsed by:Timeline
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 SoundUsed by:Timeline
Streaming Sound 1Used by:Symbol 6 MovieClip

Instance Names

"play_btn"Frame 1Symbol 27 Button
"stop_btn"Frame 1Symbol 31 Button
"go_mc"Frame 7Symbol 35 MovieClip
"start_button"Frame 12Symbol 39 MovieClip
"bg"Frame 23Symbol 42 MovieClip
"mershaq"Frame 23Symbol 69 MovieClip
"the_wall"Frame 41Symbol 76 MovieClip
"checker"Frame 41Symbol 78 MovieClip
"trees4"Frame 41Symbol 80 MovieClip
"trees3"Frame 41Symbol 80 MovieClip
"trees"Frame 41Symbol 80 MovieClip
"trees2"Frame 41Symbol 80 MovieClip
"trees5"Frame 41Symbol 80 MovieClip
"lawn_man4"Frame 41Symbol 90 MovieClip
"lawn_man"Frame 41Symbol 90 MovieClip
"lawn_man2"Frame 41Symbol 90 MovieClip
"lawn_man3"Frame 41Symbol 90 MovieClip
"lawn_man5"Frame 41Symbol 90 MovieClip
"lawn_man6"Frame 41Symbol 90 MovieClip
"lawn_man7"Frame 41Symbol 90 MovieClip
"lawn_man8"Frame 41Symbol 90 MovieClip
"lawn_man9"Frame 41Symbol 90 MovieClip
"lawn_man10"Frame 41Symbol 90 MovieClip
"lawn_man11"Frame 41Symbol 95 MovieClip
"lawn_man12"Frame 41Symbol 95 MovieClip
"lawn_man13"Frame 41Symbol 95 MovieClip
"lawn_man14"Frame 41Symbol 95 MovieClip
"lawn_man15"Frame 41Symbol 95 MovieClip
"ball"Frame 41Symbol 8 MovieClip [ball_link]
"bg"Frame 540Symbol 42 MovieClip
"mershaq"Frame 540Symbol 69 MovieClip
"play_btn"Frame 540Symbol 27 Button
"stop_btn"Frame 540Symbol 31 Button
"the_wall"Frame 558Symbol 76 MovieClip
"trees4"Frame 558Symbol 80 MovieClip
"trees3"Frame 558Symbol 80 MovieClip
"trees"Frame 558Symbol 80 MovieClip
"trees2"Frame 558Symbol 80 MovieClip
"trees5"Frame 558Symbol 80 MovieClip
"lawn_man4"Frame 558Symbol 90 MovieClip
"lawn_man"Frame 558Symbol 90 MovieClip
"lawn_man2"Frame 558Symbol 90 MovieClip
"lawn_man3"Frame 558Symbol 90 MovieClip
"lawn_man10"Frame 558Symbol 90 MovieClip
"checker"Frame 558Symbol 78 MovieClip
"lawn_man12"Frame 558Symbol 95 MovieClip
"lawn_man15"Frame 558Symbol 95 MovieClip
"ball"Frame 558Symbol 8 MovieClip [ball_link]
"bg"Frame 1057Symbol 42 MovieClip
"mershaq"Frame 1057Symbol 69 MovieClip
"play_btn"Frame 1057Symbol 27 Button
"stop_btn"Frame 1057Symbol 31 Button
"checker"Frame 1075Symbol 78 MovieClip
"the_wall"Frame 1075Symbol 76 MovieClip
"trees4"Frame 1075Symbol 80 MovieClip
"trees3"Frame 1075Symbol 80 MovieClip
"trees"Frame 1075Symbol 80 MovieClip
"trees2"Frame 1075Symbol 80 MovieClip
"trees5"Frame 1075Symbol 80 MovieClip
"lawn_man4"Frame 1075Symbol 90 MovieClip
"lawn_man"Frame 1075Symbol 90 MovieClip
"lawn_man6"Frame 1075Symbol 90 MovieClip
"lawn_man9"Frame 1075Symbol 90 MovieClip
"lawn_man5"Frame 1075Symbol 90 MovieClip
"lawn_man13"Frame 1075Symbol 95 MovieClip
"lawn_man14"Frame 1075Symbol 95 MovieClip
"lawn_man16"Frame 1075Symbol 95 MovieClip
"lawn_man17"Frame 1075Symbol 95 MovieClip
"ball"Frame 1075Symbol 8 MovieClip [ball_link]
"bg"Frame 1574Symbol 42 MovieClip
"mershaq"Frame 1574Symbol 69 MovieClip
"play_btn"Frame 1574Symbol 27 Button
"stop_btn"Frame 1574Symbol 31 Button
"the_wall"Frame 1592Symbol 76 MovieClip
"trees4"Frame 1592Symbol 80 MovieClip
"trees3"Frame 1592Symbol 80 MovieClip
"trees"Frame 1592Symbol 80 MovieClip
"trees2"Frame 1592Symbol 80 MovieClip
"trees5"Frame 1592Symbol 80 MovieClip
"trees6"Frame 1592Symbol 80 MovieClip
"trees7"Frame 1592Symbol 80 MovieClip
"trees8"Frame 1592Symbol 80 MovieClip
"trees9"Frame 1592Symbol 80 MovieClip
"trees11"Frame 1592Symbol 80 MovieClip
"lawn_man"Frame 1592Symbol 90 MovieClip
"lawn_man3"Frame 1592Symbol 90 MovieClip
"lawn_man5"Frame 1592Symbol 90 MovieClip
"lawn_man7"Frame 1592Symbol 90 MovieClip
"lawn_man9"Frame 1592Symbol 90 MovieClip
"checker"Frame 1592Symbol 78 MovieClip
"lawn_man11"Frame 1592Symbol 95 MovieClip
"lawn_man12"Frame 1592Symbol 95 MovieClip
"lawn_man13"Frame 1592Symbol 95 MovieClip
"lawn_man16"Frame 1592Symbol 95 MovieClip
"lawn_man18"Frame 1592Symbol 95 MovieClip
"lawn_man20"Frame 1592Symbol 95 MovieClip
"ball"Frame 1592Symbol 8 MovieClip [ball_link]
"replay"Frame 2091Symbol 107 MovieClip
"play_btn"Frame 2091Symbol 27 Button
"stop_btn"Frame 2091Symbol 31 Button
"sick_button"Frame 2092Symbol 112 MovieClip
"play_btn"Frame 2092Symbol 27 Button
"stop_btn"Frame 2092Symbol 31 Button
"replay"Frame 2092Symbol 107 MovieClip
"inner_ball"Symbol 6 MovieClip Frame 1Symbol 5 MovieClip
"inner_ball"Symbol 8 MovieClip [ball_link] Frame 2Symbol 6 MovieClip
"gauge"Symbol 20 MovieClip Frame 1Symbol 16 MovieClip
"crawl"Symbol 69 MovieClip Frame 1Symbol 58 MovieClip
"mershaq_hit"Symbol 69 MovieClip Frame 1Symbol 60 MovieClip
"lawn_hit"Symbol 90 MovieClip Frame 1Symbol 83 MovieClip
"bad_count"Symbol 90 MovieClip Frame 1Symbol 85 MovieClip
"lawn_hit"Symbol 95 MovieClip Frame 1Symbol 83 MovieClip
"bad_count"Symbol 95 MovieClip Frame 1Symbol 85 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "level_up"
ExportAssets (56)Timeline Frame 1Symbol 2 as "claps"
ExportAssets (56)Timeline Frame 1Symbol 3 as "theme_song"
ExportAssets (56)Timeline Frame 1Symbol 8 as "ball_link"

Labels

"preload"Frame 1
"play"Frame 7
"instructions"Frame 12
"game"Frame 23
"restart"Frame 23
"level2"Frame 540
"level3"Frame 1057
"level4"Frame 1574
"death"Frame 2091
"end"Frame 2092
"lawn_die"Symbol 90 MovieClip Frame 6
"lawn_die"Symbol 95 MovieClip Frame 6

Dynamic Text Variables

labelSymbol 18 EditableText""




http://swfchan.com/10/47168/info.shtml
Created: 2/5 -2019 09:18:54 Last modified: 2/5 -2019 09:18:54 Server time: 10/05 -2024 09:51:34