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

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

Acorn's Big Adventure.swf

This is the info page for
Flash #42005

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


Text
0

Half Way!

Half Way!

0

0

0

0

S U B M I T   S C O R E

P L A Y   A G A I N

0

Game Over

ActionScript [AS1/AS2]

Instance of Symbol 20 MovieClip in Frame 1
onClipEvent (load) { this._xscale = 0; } onClipEvent (enterFrame) { this._xscale = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) - 1; }
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (enterFrame) { percentage = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; percentage = Math.floor(percentage); percentage = percentage + " %"; }
Frame 2
if (_root.getBytesLoaded() != _root.getBytesTotal()) { gotoAndPlay (1); }
Frame 3
gotoAndPlay (4);
Frame 4
theme1 = new Sound(); theme1.attachSound("theme1"); if (!$theme_started) { $theme_started = true; theme1.start(); }
Frame 318
gotoAndPlay (4);
Instance of Symbol 88 MovieClip in Frame 319
onClipEvent (load) { $num = 0; $interval = 3; } onClipEvent (enterFrame) { if ($num == $interval) { this._x = this._x - (_root.$scroll_speed / 3); if ((-(this._width / 2)) >= this._x) { this._x = 480 + (this._width / 2); } $num = 0; } $num++; }
Instance of Symbol 89 MovieClip in Frame 319
onClipEvent (load) { $num = 0; $interval = 3; } onClipEvent (enterFrame) { if ($num == $interval) { this._x = this._x - (_root.$scroll_speed / 3); if ((-(this._width / 2)) >= this._x) { this._x = 480 + (this._width / 2); } $num = 0; } $num++; }
Instance of Symbol 184 MovieClip "terrain2" in Frame 319
onClipEvent (load) { $x_start = this._x; } onClipEvent (enterFrame) { if ((_root.hero._x >= 180) && (!_root.$end_of_level)) { this._x = this._x - _root.hero.$right_speed; } if (0 >= (this._x + 240)) { this._x = 720; tellTarget (this) { gotoAndStop(_root.$frame); }; tellTarget (_root.terrain2.ledges2) { gotoAndStop(_root.$frame); }; _root.$frame++; } }
Instance of Symbol 119 MovieClip "monster1" in Frame 319
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); _root.ow.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); _root.score = _root.score + 5; tellTarget (this) { gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 215 MovieClip "terrain" in Frame 319
onClipEvent (load) { $x_start = this._x; } onClipEvent (enterFrame) { if ((_root.hero._x >= 180) && (!_root.$end_of_level)) { this._x = this._x - _root.hero.$right_speed; } if (0 >= (this._x + 240)) { this._x = 720; tellTarget (this) { gotoAndStop(_root.$frame); }; tellTarget (_root.terrain.ledges) { gotoAndStop(_root.$frame); }; } }
Instance of Symbol 191 MovieClip in Frame 319
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); } }
Instance of Symbol 199 MovieClip in Frame 319
onClipEvent (load) { $velocity = 13; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if ($x_on_main_stage >= 0) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } $running = true; this._y = this._y - $velocity; $velocity = $velocity - 0.3; if ($y_on_main_stage >= 520) { $velocity = 15.5; tellTarget (this) { gotoAndPlay ("Bite"); }; } } }
Instance of Symbol 176 MovieClip in Frame 319
onClipEvent (enterFrame) { this._x = this._x - 1; }
Instance of Symbol 144 MovieClip in Frame 319
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 180 MovieClip in Frame 319
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -35) && (35 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 123 MovieClip in Frame 319
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 218 MovieClip "monster2" in Frame 319
onClipEvent (load) { $life = 5; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if (((_root.hero._x + 25) >= ($x_on_main_stage - 20)) && (($x_on_main_stage + 20) >= (_root.hero._x - 25))) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; _root.ow.start(); } tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (_root.acorn.hitTest(this.sensor) && ($on_screen)) { removeMovieClip(_root.acorn); _root.hero.$can_fire = true; $life--; _root.hit_termite.start(); _root.score++; tellTarget (this) { gotoAndPlay ("shot"); }; } } if ((0 >= $life) && (!$dead)) { $dead = true; tellTarget (this) { gotoAndPlay ("die"); }; _root.termite_explode.start(); _root.score = _root.score + 10; } }
Instance of Symbol 242 MovieClip "hero" in Frame 319
onClipEvent (load) { function stopFall() { $fall = false; $falling = false; $gravity = 0; $jump = false; $check_right_side = false; $check_left_side = false; $falling = false; $on_ground = true; if (!Key.isDown(Key.SPACE)) { $can_press = true; } } $can_press = true; num = 1000; $can_fire = true; $velocity_start = 10; $velocity = $velocity_start; $facing = "right"; } onClipEvent (enterFrame) { if (($can_fire && (!$fallen_down_pit)) && (!_root.$acorn_hit_by_monster)) { if (Key.isDown(90)) { $can_fire = false; _root.swish.start(); num++; _root.bullet.duplicateMovieClip("acorn", num); _root.acorn._x = this._x; _root.acorn._y = this._y; _root.acorn.$facing = $facing; } } if (this._y >= 330) { $right_speed = 0; tellTarget (this) { gotoAndPlay ("Die 2"); }; if (!$started_die1) { $started_die1 = true; _root.die1.start(); } $fallen_down_pit = true; } if (((!$ducking) && (!_root.$acorn_hit_by_monster)) && (!$fallen_down_pit)) { if ((!$jump) && (!$on_floating)) { $fall = true; } if (Key.isDown(Key.RIGHT)) { $facing = "right"; $move_right = true; if (4 >= $right_speed) { $right_speed = $right_speed + 0.5; } } if (!Key.isDown(Key.RIGHT)) { if ($on_ground) { $right_speed = $right_speed - 0.5; } $right_speed = $right_speed - 0.05; if (0 >= $right_speed) { $right_speed = 0; } } if (this.hitTest(_root.terrain)) { if ((_root.terrain.ledges.hitTest(this._x + 18, (this._y + (this._height / 2)) - 8, true) || (_root.terrain.ledges.hitTest(this._x + 18, this._y, true))) || (_root.terrain.ledges.hitTest(this._x + 18, this._y - (this._height / 2), true))) { $move_right = false; $right_speed = 0; if (($facing == "right") && ($on_ground)) { while (_root.terrain.ledges.hitTest(this._x + 17, (this._y + (this._height / 2)) - 8, true)) { this._x--; } } } } if (this.hitTest(_root.terrain2)) { if ((_root.terrain2.ledges2.hitTest(this._x + 18, (this._y + (this._height / 2)) - 8, true) || (_root.terrain2.ledges2.hitTest(this._x + 18, this._y, true))) || (_root.terrain2.ledges2.hitTest(this._x + 18, this._y - (this._height / 2), true))) { $move_right = false; $right_speed = 0; if (($facing == "right") && ($on_ground)) { while (_root.terrain2.ledges2.hitTest(this._x + 17, (this._y + (this._height / 2)) - 8, true)) { this._x--; } } } } if (Key.isDown(Key.LEFT) && ($left_speed >= -4)) { $facing = "left"; $left_speed = $left_speed - 0.2; } if (!Key.isDown(Key.LEFT)) { if ($on_ground) { $left_speed = $left_speed + 0.5; } $left_speed = $left_speed + 0.05; if ($left_speed >= 0) { $left_speed = 0; } } if (Key.isDown(Key.LEFT) && ($left_speed >= -4)) { $facing = "left"; $left_speed = $left_speed - 0.2; } if (!Key.isDown(Key.LEFT)) { if ($on_ground) { $left_speed = $left_speed + 0.5; } $left_speed = $left_speed + 0.05; if ($left_speed >= 0) { $left_speed = 0; } } if (this.hitTest(_root.terrain)) { if ((_root.terrain.ledges.hitTest(this._x - 18, (this._y + (this._height / 2)) - 8, true) || (_root.terrain.ledges.hitTest(this._x - 18, this._y, true))) || (_root.terrain.ledges.hitTest(this._x - 18, this._y - (this._height / 2), true))) { $move_left = false; $left_speed = 0; if (($facing == "left") && ($on_ground)) { while (_root.terrain.ledges.hitTest(this._x - 17, (this._y + (this._height / 2)) - 8, true)) { this._x++; } } } } if (this.hitTest(_root.terrain2)) { if ((_root.terrain2.ledges2.hitTest(this._x - 18, (this._y + (this._height / 2)) - 8, true) || (_root.terrain2.ledges2.hitTest(this._x - 18, this._y, true))) || (_root.terrain2.ledges2.hitTest(this._x - 18, this._y - (this._height / 2), true))) { $move_left = false; $left_speed = 0; if (($facing == "left") && ($on_ground)) { while (_root.terrain2.ledges2.hitTest(this._x - 17, (this._y + (this._height / 2)) - 8, true)) { this._x++; } } } } if (((Key.isDown(Key.SPACE) && (!$jump)) && (!$falling)) && ($can_press)) { $can_press = false; _root.jump.Start(); $fall = false; $jump = true; $on_ground = false; } if ($jump) { if (Key.isDown(Key.SPACE)) { this._y = this._y - $velocity; $velocity = $velocity - 0.4; } if (!Key.isDown(Key.SPACE)) { this._y = this._y - $velocity; $velocity = $velocity - 1; } if (0 >= $velocity) { $gravity = 0; $fall = true; $jump = false; $velocity = $velocity_start; } } if ((this._x >= 180) && (!_root.$end_of_level)) { $move_right = false; } if (this.hitTest(_root.terrain)) { if (_root.terrain.ledges.hitTest(this._x - 10, this._y + 30, true)) { stopFall(); while (_root.terrain.ledges.hitTest(this._x - 10, this._y + 29, true)) { this._y--; } } if (_root.terrain.ledges.hitTest(this._x + 10, this._y + 30, true)) { stopFall(); while (_root.terrain.ledges.hitTest(this._x + 10, this._y + 29, true)) { this._y--; } } } if (this.hitTest(_root.terrain2)) { if (_root.terrain2.ledges2.hitTest(this._x - 10, this._y + 30, true)) { stopFall(); while (_root.terrain2.ledges2.hitTest(this._x - 10, this._y + 29, true)) { this._y--; } } if (_root.terrain2.ledges2.hitTest(this._x + 10, this._y + 30, true)) { stopFall(); while (_root.terrain2.ledges2.hitTest(this._x + 10, this._y + 29, true)) { this._y--; } } } if ($fall == true) { this._y = this._y + $gravity; $gravity = $gravity + 0.7; $falling = true; $make_noise = true; if ($gravity >= 11) { $gravity = 11; } } if (($facing == "right") && ($move_right)) { this._x = this._x + $right_speed; } if (($facing == "left") && (this._x >= 30)) { this._x = this._x + $left_speed; } if (((!$jump) && ($falling)) && ($facing == "right")) { tellTarget (this) { gotoAndPlay ("fall right"); }; } if (((((!Key.isDown(Key.DOWN)) && (!$jump)) && (!$falling)) && ($facing == "right")) && (!Key.isDown(Key.RIGHT))) { tellTarget (this) { gotoAndPlay ("standing_right"); }; } if ((((!$jump) && (!$falling)) && ($facing == "right")) && (Key.isDown(Key.RIGHT))) { tellTarget (this) { gotoAndPlay ("walk_right"); }; } if ($jump && ($facing == "right")) { tellTarget (this) { gotoAndPlay ("jump right"); }; } if ($jump && ($facing == "left")) { tellTarget (this) { gotoAndPlay ("jump left"); }; } if ((((!$jump) && (!$falling)) && ($facing == "left")) && (Key.isDown(Key.LEFT))) { tellTarget (this) { gotoAndPlay ("walk_left"); }; } if (((((!Key.isDown(Key.DOWN)) && (!$jump)) && (!$falling)) && ($facing == "left")) && (!Key.isDown(Key.LEFT))) { tellTarget (this) { gotoAndStop ("standing_left"); }; } if (($jump && ($facing == "left")) && (Key.isDown(Key.LEFT))) { tellTarget (this) { gotoAndPlay ("jump left"); }; } if ($falling && ($facing == "left")) { tellTarget (this) { gotoAndPlay ("fall left"); }; } if ((((Key.isDown(Key.DOWN) && (!$jump)) && (!$falling)) && (!Key.isDown(Key.LEFT))) && (!Key.isDown(Key.RIGHT))) { if ($facing == "left") { tellTarget (this) { gotoAndPlay ("Duck Left"); }; } if ($facing == "right") { tellTarget (this) { gotoAndPlay ("Duck Right"); }; } } $on_floating = false; } }
Instance of Symbol 244 MovieClip "bullet" in Frame 319
onClipEvent (load) { $can_kill = true; $bullet_y_speed = 10; $bullet_y_speed2 = 7; $bullet_x_speed = 5; $direction = _root.hero.$facing; if ($direction == "right") { this._rotation = -90; } if ($direction == "left") { this._rotation = 90; } } onClipEvent (enterFrame) { if ((_root.terrain.ledges.hitTest(this._x + 15, this._y - 10, true) && (0 >= $bullet_y_speed)) && ($facing == "right")) { $bullet_x_speed = $bullet_x_speed * -1; $facing = "left"; } if ((_root.terrain2.ledges2.hitTest(this._x + 15, this._y - 10, true) && (0 >= $bullet_y_speed)) && ($facing == "right")) { $bullet_x_speed = $bullet_x_speed * -1; $facing = "left"; } if ((_root.terrain.ledges.hitTest(this._x - 15, this._y - 10, true) && (0 >= $bullet_y_speed)) && ($facing == "left")) { $bullet_x_speed = $bullet_x_speed * -1; $facing = "right"; } if ((_root.terrain2.ledges2.hitTest(this._x - 15, this._y - 10, true) && (0 >= $bullet_y_speed)) && ($facing == "left")) { $bullet_x_speed = $bullet_x_speed * -1; $facing = "right"; } if (!$be_still) { if ((!_root.hero.$jump) && (!_root.hero.$falling)) { if (_root.hero.$scrolling) { this._x = this._x - _root.hero.$scroll_speed; } } if (_root.hero.$move_right && (_root.hero.$jump)) { this._x = this._x + 2; } if ($direction == "left") { this._rotation = this._rotation - 5; } if ($direction == "right") { this._rotation = this._rotation + 5; } this._y = this._y - $bullet_y_speed; if ($facing == "left") { this._x = this._x - $bullet_x_speed; } if ($facing == "right") { this._x = this._x + $bullet_x_speed; } if ($bullet_y_speed >= -15) { $bullet_y_speed = $bullet_y_speed - 1.5; } if (((480 < this._x) || (this._x < 0)) || (340 < this._y)) { removeMovieClip(this); _root.hero.$can_fire = true; } if (_root.terrain.ledges.hitTest(this._x, this._y, true) && (0 >= $bullet_y_speed)) { $can_kill = false; if ($bounce < 2) { _root.acorn_dull.start(); } $bullet_x_speed = 2; $bullet_y_speed = $bullet_y_speed2; $bullet_y_speed2--; $bounce++; if ($bounce == 3) { removeMovieClip(this); _root.hero.$can_fire = true; $bullet_y_speed2 = 6; } } if (_root.terrain2.ledges2.hitTest(this._x, this._y, true) && (0 >= $bullet_y_speed)) { $can_kill = false; if ($bounce < 2) { _root.acorn_dull.start(); } $bullet_x_speed = 2; $bullet_y_speed = $bullet_y_speed2; $bullet_y_speed2--; $bounce++; if ($bounce == 3) { removeMovieClip(this); _root.hero.$can_fire = true; $bullet_y_speed2 = 6; } } } }
Instance of Symbol 252 MovieClip "border" in Frame 319
onClipEvent (load) { this.swapDepths(99999); } onClipEvent (enterFrame) { mushroom_counter = _root.mushroom_counter; lives = _root.lives; level = (_root.world + " : ") + _root.level; score = _root.score; }
Frame 319
function reset() { $i = 0; while ($i < 20) { _root.terrain["monster" + $i]._x = _root.terrain["monster" + $i].$start_x; _root.terrain2["monster" + $i]._x = _root.terrain2["monster" + $i].$start_x; _root.terrain["monster" + $i]._y = _root.terrain["monster" + $i].$start_y; _root.terrain2["monster" + $i]._y = _root.terrain2["monster" + $i].$start_y; _root.terrain["monster" + $i].$gone = false; _root.terrain["monster" + $i].$velocity = 10; _root.terrain["monster" + $i].$count = 0; _root.terrain2["monster" + $i].$gone = false; _root.terrain2["monster" + $i].$velocity = 10; _root.terrain2["monster" + $i].$count = 0; $i++; } if (_root.lives == 0) { _root.gotoAndStop(320); } if (value == half) { tellTarget (_root.terrain) { gotoAndStop(_root.up_to +0); }; _root.terrain._x = _root.terrain.$x_start; tellTarget (_root.terrain.ledges) { gotoAndStop(_root.up_to +0); }; tellTarget (_root.terrain2) { gotoAndStop(_root.up_to +0); }; tellTarget (_root.terrain2.ledges2) { gotoAndStop(_root.up_to +0); }; _root.terrain2._x = _root.terrain2.$x_start; _root.$frame = _root.up_to + 1; } tellTarget (_root.hero) { gotoAndPlay ("standing_right"); }; _root.hero.$scrolling = false; _root.hero._x = 60; _root.hero._y = 230; _root.$acorn_hit_by_monster = false; _root.hero.$fallen_down_pit = false; _root.hero.$started_die1 = false; _root.hero.$falling = false; _root.hero.$jump = false; _root.hero.$fall = false; _root.hero.$gravity = 0; _root.$frame = _root.up_to + 1; } _root.up_to = 1; $terrain_to_edit = "terrain2"; _root.$frame = 2; mushroom_counter = 0; lives = 3; level = 1; world = 1; score = 0; jump = new Sound(); jump.attachSound("jump"); halfway = new Sound(); halfway.attachSound("halfway"); die1 = new Sound(); die1.attachSound("die1"); termite_explode = new Sound(); termite_explode.attachSound("termite_explode"); hit_termite = new Sound(); hit_termite.attachSound("hit_termite"); fart = new Sound(); fart.attachSound("fart"); creature_bite = new Sound(); creature_bite.attachSound("creature_bite"); land = new Sound(); land.attachSound("land"); string = new Sound(); string.attachSound("string"); chomp = new Sound(); chomp.attachSound("chomp"); bullet_hit = new Sound(); bullet_hit.attachSound("bullet_hit"); swish = new Sound(); swish.attachSound("swish"); evil_hiss = new Sound(); evil_hiss.attachSound("evil_hiss"); acorn_dull = new Sound(); acorn_dull.attachSound("acorn_dull"); mushroom_hit = new Sound(); mushroom_hit.attachSound("mushroom_hit"); mushroom_burst = new Sound(); mushroom_burst.attachSound("mushroom_burst"); ow = new Sound(); ow.attachSound("ow"); $jump_height = 50; $x_pos = 480; scroll_depth_counter = 10; $draw_next_strip = 1; $character_speed = 3; $monster1_speed = 2; _root.bullet.$be_still = true; stop();
Frame 320
_root.border._visible = false; gotoAndPlay (321);
Frame 321
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 20
stop();
Symbol 39 MovieClip Frame 60
gotoAndPlay (1);
Symbol 44 MovieClip Frame 60
gotoAndPlay (1);
Symbol 53 Button
on (press) { gotoAndStop (319); _root.theme1.stop(); }
Symbol 71 MovieClip Frame 5
stop();
Symbol 84 MovieClip Frame 20
gotoAndStop (1);
Symbol 96 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
if (((!$dead) && (!$hit_acorn)) && ($can_move)) { this._x = this._x - 5; }
Symbol 119 MovieClip Frame 17
if (!$dead) { gotoAndPlay (1); }
Symbol 119 MovieClip Frame 39
stop();
Symbol 119 MovieClip Frame 100
$hit_acorn = false;
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 9
stop();
Symbol 144 MovieClip Frame 14
stop();
Symbol 144 MovieClip Frame 19
stop();
Symbol 144 MovieClip Frame 24
stop();
Instance of Symbol 136 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = 3; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 137 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = 2; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 138 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = 5.5; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 139 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = -4.5; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 140 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = -3; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 141 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = -2; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 142 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = -5.5; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 143 MovieClip in Symbol 144 MovieClip Frame 25
onClipEvent (load) { $y_speed = 8; $x_speed = 4.5; } onClipEvent (enterFrame) { if (!$stopped) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; this._y = this._y - $y_speed; if (20 >= $moved) { this._x = this._x + $x_speed; $moved++; } if ($y_speed >= -8) { $y_speed = $y_speed - 1; } if ($y_on_main_stage >= 235) { $y_speed = 0; $x_speed = 0; $stopped = true; } } if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Symbol 144 MovieClip Frame 60
stop();
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 154 MovieClip "termite" in Symbol 163 MovieClip Frame 1
onClipEvent (load) { $move = 70; } onClipEvent (enterFrame) { if (!_parent.$dead) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if ($on_screen) { if (!$already_been_launched) { _root.fart.start(); $already_been_launched = true; } this._x = this._x - 5; $have_moved++; if ($have_moved >= $move) { _root.fart.start(); this._x = this._x + ($move * 5); $have_moved = 0; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; _root.ow.start(); _root.lives--; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } } } }
Symbol 163 MovieClip Frame 4
gotoAndPlay (1);
Symbol 163 MovieClip Frame 14
stop();
Symbol 184 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip "monster1" in Symbol 184 MovieClip Frame 1
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); _root.ow.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); _root.score = _root.score + 5; tellTarget (this) { gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 123 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 124 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); } }
Instance of Symbol 125 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 125 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 125 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 144 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 144 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 146 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -30) && (30 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 124 MovieClip in Symbol 184 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 125 MovieClip in Symbol 184 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 163 MovieClip in Symbol 184 MovieClip Frame 5
onClipEvent (load) { $life = 5; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if (((_root.hero._x + 25) >= ($x_on_main_stage - 20)) && (($x_on_main_stage + 20) >= (_root.hero._x - 25))) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; } tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (_root.acorn.hitTest(this.sensor) && ($on_screen)) { removeMovieClip(_root.acorn); _root.hero.$can_fire = true; $life--; _root.hit_termite.start(); _root.score++; tellTarget (this) { gotoAndPlay ("shot"); }; } } if ((0 >= $life) && (!$dead)) { $dead = true; tellTarget (this) { gotoAndPlay ("die"); }; _root.termite_explode.start(); _root.score = _root.score + 10; } }
Instance of Symbol 163 MovieClip in Symbol 184 MovieClip Frame 5
onClipEvent (load) { $life = 5; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if (((_root.hero._x + 25) >= ($x_on_main_stage - 20)) && (($x_on_main_stage + 20) >= (_root.hero._x - 25))) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; } tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (_root.acorn.hitTest(this.sensor) && ($on_screen)) { removeMovieClip(_root.acorn); _root.hero.$can_fire = true; $life--; _root.hit_termite.start(); _root.score++; tellTarget (this) { gotoAndPlay ("shot"); }; } } if ((0 >= $life) && (!$dead)) { $dead = true; tellTarget (this) { gotoAndPlay ("die"); }; _root.termite_explode.start(); _root.score = _root.score + 10; } }
Instance of Symbol 125 MovieClip in Symbol 184 MovieClip Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 144 MovieClip in Symbol 184 MovieClip Frame 5
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 176 MovieClip in Symbol 184 MovieClip Frame 6
onClipEvent (enterFrame) { this._x = this._x - 1; }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 184 MovieClip Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 178 MovieClip in Symbol 184 MovieClip Frame 7
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 80) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -35) && (35 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 179 MovieClip in Symbol 184 MovieClip Frame 7
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 110) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -35) && (35 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 180 MovieClip in Symbol 184 MovieClip Frame 7
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -35) && (35 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 182 MovieClip in Symbol 184 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; trace($x_on_main_stage); if (460 >= $x_on_main_stage) { _root.$end_of_level = true; } }
Instance of Symbol 123 MovieClip in Symbol 184 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 184 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Symbol 190 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 1
stop();
Instance of Symbol 154 MovieClip "termite" in Symbol 194 MovieClip Frame 1
onClipEvent (load) { $move = 70; } onClipEvent (enterFrame) { if (!_parent.$dead) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if ($on_screen) { if (!$already_been_launched) { _root.fart.start(); $already_been_launched = true; } this._x = this._x - 5; $have_moved++; if ($have_moved >= $move) { _root.fart.start(); this._x = this._x + ($move * 5); $have_moved = 0; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; _root.ow.start(); _root.lives--; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } } } }
Symbol 194 MovieClip Frame 4
gotoAndPlay (1);
Symbol 194 MovieClip Frame 14
stop();
Symbol 199 MovieClip Frame 35
if ($running) { _root.creature_bite.start(); }
Symbol 199 MovieClip Frame 65
stop();
Symbol 200 MovieClip Frame 35
if ($running) { _root.creature_bite.start(); }
Symbol 200 MovieClip Frame 65
stop();
Symbol 201 MovieClip Frame 1
if (((!$dead) && (!$hit_acorn)) && ($can_move)) { this._x = this._x - 5; }
Symbol 201 MovieClip Frame 17
if (!$dead) { gotoAndPlay (1); }
Symbol 201 MovieClip Frame 39
stop();
Symbol 201 MovieClip Frame 100
$hit_acorn = false;
Symbol 212 MovieClip Frame 40
gotoAndPlay (1);
Symbol 212 MovieClip Frame 228
this._visible = false; _root.$balloon_hit = true; stop();
Symbol 215 MovieClip Frame 1
stop();
Instance of Symbol 144 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 191 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); } }
Instance of Symbol 193 MovieClip in Symbol 215 MovieClip Frame 2
onClipEvent (load) { $been_munched = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 125 MovieClip in Symbol 215 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.mouth_sensor) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 176 MovieClip in Symbol 215 MovieClip Frame 2
onClipEvent (enterFrame) { this._x = this._x - 1; }
Instance of Symbol 194 MovieClip "monster2" in Symbol 215 MovieClip Frame 2
onClipEvent (load) { $life = 5; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if (((_root.hero._x + 25) >= ($x_on_main_stage - 20)) && (($x_on_main_stage + 20) >= (_root.hero._x - 25))) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; _root.ow.start(); _root.lives--; } tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (_root.acorn.hitTest(this.sensor) && ($on_screen)) { removeMovieClip(_root.acorn); _root.hero.$can_fire = true; $life--; _root.hit_termite.start(); _root.score++; tellTarget (this) { gotoAndPlay ("shot"); }; } } if ((0 >= $life) && (!$dead)) { $dead = true; tellTarget (this) { gotoAndPlay ("die"); }; _root.termite_explode.start(); _root.score = _root.score + 10; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 3
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 180 MovieClip in Symbol 215 MovieClip Frame 3
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -35) && (35 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 199 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (load) { $velocity = 13; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if ($x_on_main_stage >= 0) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } $running = true; this._y = this._y - $velocity; $velocity = $velocity - 0.3; if ($y_on_main_stage >= 520) { $velocity = 15.5; tellTarget (this) { gotoAndPlay ("Bite"); }; } } }
Instance of Symbol 200 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (load) { $velocity = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if ($x_on_main_stage >= 0) { if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } $running = true; this._y = this._y - $velocity; $velocity = $velocity - 0.3; if ($y_on_main_stage >= 520) { $velocity = 15.5; tellTarget (this) { gotoAndPlay ("Bite"); }; } } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 201 MovieClip "monster4" in Symbol 215 MovieClip Frame 5
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { _root.ply(); if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); tellTarget (this) { _root.score = _root.score + 5; gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 201 MovieClip "monster7" in Symbol 215 MovieClip Frame 5
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { _root.ply(); if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); tellTarget (this) { _root.score = _root.score + 5; gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 201 MovieClip "monster5" in Symbol 215 MovieClip Frame 5
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { _root.ply(); if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); tellTarget (this) { _root.score = _root.score + 5; gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 201 MovieClip "monster6" in Symbol 215 MovieClip Frame 5
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { _root.ply(); if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); tellTarget (this) { _root.score = _root.score + 5; gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 201 MovieClip "monster3" in Symbol 215 MovieClip Frame 5
onClipEvent (load) { $velocity = 10; $start_x = this._x; $start_y = this._y; } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if (500 >= $x_on_main_stage) { $can_move = true; if ((!$dead) && (!$hit_acorn)) { this._x--; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { _root.ply(); if (!$already_hit) { $already_hit = true; _root.$has_reset = false; _root.lives--; $hit_acorn = true; _root.$acorn_hit_by_monster = true; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; tellTarget (this) { gotoAndPlay ("Laugh"); }; _root.evil_hiss.start(); $already_hit = false; } } if ((!$dead) && (_root.acorn.$can_kill)) { if (this.hitTest(_root.acorn)) { $dead = true; removeMovieClip(_root.acorn); $hit_acorn = true; _root.hero.$can_fire = true; _root.bullet_hit.start(); tellTarget (this) { _root.score = _root.score + 5; gotoAndPlay ("Die"); }; } } if ($dead) { $count++; if (($count >= 10) && (!$gone)) { this._y = this._y - $velocity; $velocity = $velocity - 0.8; if (this._y >= 360) { $velocity = 0; $gone = true; tellTarget (this) { gotoAndPlay ("Walk"); $dead = false; $hit_acorn = false; }; } } } } }
Instance of Symbol 144 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 144 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) { $been_hit = 0; this.swapDepths("_root.hero"); } onClipEvent (enterFrame) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; $y_on_main_stage = pt.y; if (!$burst) { if (_root.hero.$jump && (this.hitTest(_root.hero._x, _root.hero._y - 25, true))) { _root.mushroom_hit.start(); _root.hero.$fall = true; _root.hero.$falling = true; _root.hero.$gravity = 10; _root.hero.$jump = false; _root.hero.$jump_right = false; _root.hero.$allowed_to_jump = false; _root.hero.$velocity = _root.hero.$velocity_start; $been_hit = $been_hit + 5; tellTarget (this) { gotoAndPlay($been_hit); }; if ($been_hit == 25) { _root.mushroom_burst.start(); $burst = true; } } } }
Instance of Symbol 146 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if ((((($x >= -30) && (30 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 212 MovieClip in Symbol 215 MovieClip Frame 6
onClipEvent (enterFrame) { if (_root.$balloon_hit) { this._visible = false; } if (_root.hero.hitTest(this) && (!_root.$go_up)) { _root.$go_up = true; _root.string.start(); _root.halfway.start(); tellTarget (this) { gotoAndPlay ("Hit"); }; _root.up_to = 6; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Instance of Symbol 214 MovieClip "test" in Symbol 215 MovieClip Frame 7
onClipEvent (load) { $move_by = -1; $moved = 0; } onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; this._y = this._y + $move_by; $moved++; if ($moved == 100) { $move_by = $move_by * -1; $moved = 0; } if (!_root.hero.$fallen_down_pit) { if ((((($x >= -30) && (30 >= $x)) && ($y >= -45)) && (-35 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 41; } } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 123 MovieClip in Symbol 215 MovieClip Frame 8
onClipEvent (enterFrame) { pt = new Object(); pt.x = _root.hero._x; pt.y = _root.hero._y; this.globalToLocal(pt); $x = pt.x; $y = pt.y; if ((((($x >= -50) && (50 >= $x)) && ($y >= -50)) && (-30 >= $y)) && (!_root.hero.$jump)) { _root.hero.$on_floating = true; _root.hero.stopFall(); _root.hero.$falling = false; _root.hero.$on_ground = true; pt2 = new Object(); pt2.x = 0; pt2.y = 0; this.localToGlobal(pt2); $y_on_main_stage = pt2.y; _root.hero._y = $y_on_main_stage - 37; } }
Instance of Symbol 121 MovieClip in Symbol 215 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.hero) && (!$been_munched)) { this._visible = false; $been_munched = true; tellTarget (_root.hero.body.body.face) { gotoAndPlay ("eat mushroom"); }; _root.chomp.Start(); _root.mushroom_counter++; _root.score = _root.score + 5; } }
Symbol 218 MovieClip Frame 1
stop();
Instance of Symbol 154 MovieClip "termite" in Symbol 218 MovieClip Frame 1
onClipEvent (load) { $move = 70; } onClipEvent (enterFrame) { if (!_parent.$dead) { pt = new Object(); pt.x = 0; pt.y = 0; this.localToGlobal(pt); $x_on_main_stage = pt.x; if ((500 >= $x_on_main_stage) && ($x_on_main_stage >= 0)) { $on_screen = true; } if ($on_screen) { if (!$already_been_launched) { _root.fart.start(); $already_been_launched = true; } this._x = this._x - 5; $have_moved++; if ($have_moved >= $move) { _root.fart.start(); this._x = this._x + ($move * 5); $have_moved = 0; } if (this.hitTest(_root.hero.hit_sensor) && (!$dead)) { if (!$already_hit) { $already_hit = true; $hit_acorn = true; _root.$acorn_hit_by_monster = true; _root.ow.start(); _root.lives--; tellTarget (_root.hero) { gotoAndPlay ("Die"); }; } } } } }
Symbol 218 MovieClip Frame 4
gotoAndPlay (1);
Symbol 218 MovieClip Frame 14
stop();
Symbol 223 MovieClip Frame 20
gotoAndStop (1);
Symbol 224 MovieClip Frame 10
gotoAndStop (1);
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 11
stop();
Symbol 242 MovieClip Frame 30
gotoAndPlay (1);
Symbol 242 MovieClip Frame 40
gotoAndPlay (1);
Symbol 242 MovieClip Frame 65
stop();
Symbol 242 MovieClip Frame 90
gotoAndPlay (66);
Symbol 242 MovieClip Frame 94
gotoAndPlay (91);
Symbol 242 MovieClip Frame 98
gotoAndPlay (95);
Symbol 242 MovieClip Frame 105
stop();
Instance of Symbol 228 MovieClip in Symbol 242 MovieClip Frame 105
onClipEvent (load) { $velocity = 15; } onClipEvent (enterFrame) { this._y = this._y - $velocity; $velocity = $velocity - 1; this._rotation = this._rotation + 10; _root.hero.$right_speed = 0; _root.hero.$left_speed = 0; if (this._y >= 600) { _root.reset(_root.up_to); } }
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip Frame 110
onClipEvent (load) { $velocity = 15; _root.lives--; } onClipEvent (enterFrame) { this._y = this._y - $velocity; $velocity = $velocity - 0.6; _root.hero.$scrolling = false; if (this._y >= 360) { _root.reset(); } }
Symbol 242 MovieClip Frame 125
stop();
Symbol 242 MovieClip Frame 135
stop();
Symbol 260 Button
on (release) { var gname = "AcornsBigAdventureCm"; var gscore = _root.score; getURL ("index.php?act=Arcade&do=newscore", "_self", "POST"); stopAllSounds(); _root._visible = false; _root.enabled = false; }
Symbol 262 Button
on (release) { _root.gotoAndPlay(1); }

Library Items

Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 FontUsed by:22 248 249 250 251 253
Symbol 22 EditableTextUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 1 Sound [acorn_dull]
Symbol 2 Sound [swish]
Symbol 3 Sound [string]
Symbol 4 Sound [hit_termite]
Symbol 5 Sound [ow]
Symbol 6 Sound [mushroom_burst]
Symbol 7 Sound [land]
Symbol 8 Sound [theme1]
Symbol 9 Sound [termite_explode]
Symbol 10 Sound [mushroom_hit]
Symbol 11 Sound [halfway]
Symbol 12 Sound [fart]
Symbol 13 Sound [evil_hiss]
Symbol 14 Sound [creature_bite]
Symbol 15 Sound [die1]
Symbol 16 Sound [chomp]
Symbol 17 Sound [jump]
Symbol 18 Sound [bullet_hit]
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:Timeline
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:Timeline
Symbol 28 GraphicUsed by:47
Symbol 29 GraphicUsed by:45 82
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:45 71 82 228 241
Symbol 32 GraphicUsed by:45 82
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:33 34Used by:44
Symbol 36 GraphicUsed by:39 44
Symbol 37 GraphicUsed by:39 44
Symbol 38 GraphicUsed by:44
Symbol 39 MovieClipUses:36 37Used by:44 71 228
Symbol 40 GraphicUsed by:41 121 124 125 136 137 138 139 140 141 142 143 191 193
Symbol 41 MovieClipUses:40Used by:44
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:35 36 37 38 39 41 42 43Used by:45 82
Symbol 45 MovieClipUses:29 31 32 44Used by:47 59 84 223
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:28 45 46Used by:242  Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:53
Symbol 50 GraphicUsed by:53
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:53
Symbol 53 ButtonUses:49 50 52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:Timeline
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:57 45 58Used by:242  Timeline
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:Timeline
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:Timeline
Symbol 64 GraphicUsed by:71
Symbol 65 GraphicUsed by:71
Symbol 66 GraphicUsed by:71
Symbol 67 GraphicUsed by:71
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:64 65 31 39 66 67 68 69 70Used by:242  Timeline
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:Timeline
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:Timeline
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:Timeline
Symbol 81 GraphicUsed by:84 223 224
Symbol 82 MovieClipUses:29 31 32 44Used by:84 223 224
Symbol 83 GraphicUsed by:84 223 224
Symbol 84 MovieClipUses:81 82 83 45Used by:242  Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:Timeline
Symbol 87 GraphicUsed by:88 89
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 MovieClipUses:87Used by:Timeline
Symbol 90 GraphicUsed by:96
Symbol 91 GraphicUsed by:96 190
Symbol 92 GraphicUsed by:96
Symbol 93 GraphicUsed by:96
Symbol 94 BitmapUsed by:95 183
Symbol 95 GraphicUses:94Used by:96
Symbol 96 MovieClipUses:90 91 92 93 95Used by:184
Symbol 97 GraphicUsed by:184 215  Timeline
Symbol 98 GraphicUsed by:111 217
Symbol 99 GraphicUsed by:111 217
Symbol 100 GraphicUsed by:111 217
Symbol 101 GraphicUsed by:111 217
Symbol 102 GraphicUsed by:111 217
Symbol 103 GraphicUsed by:111 217
Symbol 104 GraphicUsed by:111 217
Symbol 105 GraphicUsed by:111 217
Symbol 106 GraphicUsed by:111 217
Symbol 107 GraphicUsed by:111 217
Symbol 108 GraphicUsed by:111 217
Symbol 109 GraphicUsed by:111 217
Symbol 110 GraphicUsed by:111 217
Symbol 111 MovieClipUses:98 99 100 101 102 103 104 105 106 107 108 109 110Used by:184 215
Symbol 112 GraphicUsed by:119 199 200 201
Symbol 113 GraphicUsed by:119 199 200 201
Symbol 114 GraphicUsed by:119 201
Symbol 115 GraphicUsed by:119 201
Symbol 116 GraphicUsed by:119 201
Symbol 117 GraphicUsed by:119 201
Symbol 118 GraphicUsed by:119 201
Symbol 119 MovieClipUses:112 113 114 115 116 117 118Used by:184  Timeline
Symbol 120 GraphicUsed by:184 215  Timeline
Symbol 121 MovieClipUses:40Used by:184 215
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:184 215  Timeline
Symbol 124 MovieClipUses:40Used by:184
Symbol 125 MovieClipUses:40Used by:184 215
Symbol 126 GraphicUsed by:144
Symbol 127 GraphicUsed by:144
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:144
Symbol 130 GraphicUsed by:144
Symbol 131 GraphicUsed by:144
Symbol 132 GraphicUsed by:144
Symbol 133 GraphicUsed by:144
Symbol 134 GraphicUsed by:144
Symbol 135 GraphicUsed by:144
Symbol 136 MovieClipUses:40Used by:144
Symbol 137 MovieClipUses:40Used by:144
Symbol 138 MovieClipUses:40Used by:144
Symbol 139 MovieClipUses:40Used by:144
Symbol 140 MovieClipUses:40Used by:144
Symbol 141 MovieClipUses:40Used by:144
Symbol 142 MovieClipUses:40Used by:144
Symbol 143 MovieClipUses:40Used by:144
Symbol 144 MovieClipUses:126 127 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143Used by:184 215  Timeline
Symbol 145 GraphicUsed by:146 178 179 180 214
Symbol 146 MovieClipUses:145Used by:184 215
Symbol 147 GraphicUsed by:184 215  Timeline
Symbol 148 GraphicUsed by:184 215  Timeline
Symbol 149 GraphicUsed by:184
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:163 194 218
Symbol 152 GraphicUsed by:163 194 218
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153Used by:163 194 218
Symbol 155 GraphicUsed by:163 194 218
Symbol 156 GraphicUsed by:163 194 218
Symbol 157 GraphicUsed by:163 194 218
Symbol 158 GraphicUsed by:163 194 218
Symbol 159 GraphicUsed by:163 194 218
Symbol 160 GraphicUsed by:163 194 218
Symbol 161 GraphicUsed by:163 194 218
Symbol 162 GraphicUsed by:163 194 218
Symbol 163 MovieClipUses:151 152 154 155 156 157 158 159 160 161 162Used by:184
Symbol 164 ShapeTweeningUsed by:166
Symbol 165 GraphicUsed by:166 172
Symbol 166 MovieClipUses:164 165Used by:170
Symbol 167 ShapeTweeningUsed by:169
Symbol 168 GraphicUsed by:169 174
Symbol 169 MovieClipUses:167 168Used by:170
Symbol 170 MovieClipUses:166 169Used by:176
Symbol 171 ShapeTweeningUsed by:172
Symbol 172 MovieClipUses:171 165Used by:175
Symbol 173 ShapeTweeningUsed by:174
Symbol 174 MovieClipUses:173 168Used by:175
Symbol 175 MovieClipUses:172 174Used by:176
Symbol 176 MovieClipUses:170 175Used by:184 215  Timeline
Symbol 177 GraphicUsed by:184 215
Symbol 178 MovieClipUses:145Used by:184
Symbol 179 MovieClipUses:145Used by:184
Symbol 180 MovieClipUses:145Used by:184 215  Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:184
Symbol 183 GraphicUses:94Used by:184
Symbol 184 MovieClipUses:96 97 111 119 120 121 123 124 125 144 146 147 148 149 163 176 177 178 179 180 182 183Used by:Timeline
Symbol 185 GraphicUsed by:190
Symbol 186 GraphicUsed by:190
Symbol 187 GraphicUsed by:190
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:185 186 91 187 188 189Used by:215
Symbol 191 MovieClipUses:40Used by:215  Timeline
Symbol 192 GraphicUsed by:215  Timeline
Symbol 193 MovieClipUses:40Used by:215
Symbol 194 MovieClipUses:151 152 154 155 156 157 158 159 160 161 162Used by:215
Symbol 195 GraphicUsed by:215
Symbol 196 GraphicUsed by:199 200
Symbol 197 GraphicUsed by:199 200
Symbol 198 GraphicUsed by:199 200
Symbol 199 MovieClipUses:112 113 196 197 198Used by:215  Timeline
Symbol 200 MovieClipUses:112 113 196 197 198Used by:215
Symbol 201 MovieClipUses:112 113 114 115 116 117 118Used by:215
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:212
Symbol 204 BitmapUsed by:205 206
Symbol 205 GraphicUses:204Used by:212
Symbol 206 GraphicUses:204Used by:207
Symbol 207 MovieClipUses:206Used by:212
Symbol 208 FontUsed by:209 210
Symbol 209 TextUses:208Used by:212
Symbol 210 TextUses:208Used by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:203 205 207 209 210 211Used by:215
Symbol 213 GraphicUsed by:215
Symbol 214 MovieClipUses:145Used by:215
Symbol 215 MovieClipUses:190 97 144 191 147 192 193 120 125 176 194 195 148 121 123 180 199 200 111 201 146 212 213 177 214Used by:Timeline
Symbol 216 GraphicUsed by:Timeline
Symbol 217 MovieClipUses:98 99 100 101 102 103 104 105 106 107 108 109 110Used by:Timeline
Symbol 218 MovieClipUses:151 152 154 155 156 157 158 159 160 161 162Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:242
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:242
Symbol 223 MovieClipUses:81 82 83 45Used by:242
Symbol 224 MovieClipUses:81 82 83Used by:242
Symbol 225 GraphicUsed by:228
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:225 31 226 39 227Used by:242
Symbol 229 GraphicUsed by:241
Symbol 230 GraphicUsed by:241
Symbol 231 GraphicUsed by:241
Symbol 232 GraphicUsed by:241
Symbol 233 GraphicUsed by:241
Symbol 234 GraphicUsed by:241
Symbol 235 GraphicUsed by:241
Symbol 236 GraphicUsed by:241
Symbol 237 GraphicUsed by:241
Symbol 238 GraphicUsed by:241
Symbol 239 GraphicUsed by:241
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:229 31 230 231 232 233 234 235 236 237 238 239 240Used by:242
Symbol 242 MovieClipUses:220 222 47 59 223 84 224 228 241 71Used by:Timeline
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:243Used by:Timeline
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:247
Symbol 247 MovieClipUses:246Used by:252
Symbol 248 EditableTextUses:21Used by:252
Symbol 249 EditableTextUses:21Used by:252
Symbol 250 EditableTextUses:21Used by:252
Symbol 251 EditableTextUses:21Used by:252
Symbol 252 MovieClipUses:247 248 249 250 251Used by:Timeline
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:254Used by:265
Symbol 256 GraphicUsed by:265
Symbol 257 GraphicUsed by:260 262
Symbol 258 FontUsed by:259 261 263
Symbol 259 TextUses:258Used by:260
Symbol 260 ButtonUses:257 259Used by:265
Symbol 261 TextUses:258Used by:262
Symbol 262 ButtonUses:257 261Used by:265
Symbol 263 EditableTextUses:258Used by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:255 256 260 262 263 264Used by:Timeline
Symbol 253 TextUses:21Used by:Timeline

Instance Names

"body"Frame 4Symbol 47 MovieClip
"body"Frame 28Symbol 59 MovieClip
"body"Frame 129Symbol 71 MovieClip
"body"Frame 179Symbol 47 MovieClip
"body"Frame 267Symbol 84 MovieClip
"body"Frame 292Symbol 47 MovieClip
"terrain2"Frame 319Symbol 184 MovieClip
"monster1"Frame 319Symbol 119 MovieClip
"terrain"Frame 319Symbol 215 MovieClip
"monster2"Frame 319Symbol 218 MovieClip
"hero"Frame 319Symbol 242 MovieClip
"bullet"Frame 319Symbol 244 MovieClip
"border"Frame 319Symbol 252 MovieClip
"face"Symbol 45 MovieClip Frame 1Symbol 44 MovieClip
"body"Symbol 47 MovieClip Frame 1Symbol 45 MovieClip
"body"Symbol 59 MovieClip Frame 1Symbol 45 MovieClip
"face"Symbol 82 MovieClip Frame 1Symbol 44 MovieClip
"body"Symbol 84 MovieClip Frame 1Symbol 82 MovieClip
"body"Symbol 84 MovieClip Frame 5Symbol 45 MovieClip
"body"Symbol 84 MovieClip Frame 20Symbol 82 MovieClip
"sensor"Symbol 163 MovieClip Frame 1Symbol 151 MovieClip
"termite"Symbol 163 MovieClip Frame 1Symbol 154 MovieClip
"ledges2"Symbol 184 MovieClip Frame 1Symbol 96 MovieClip
"monster1"Symbol 184 MovieClip Frame 1Symbol 119 MovieClip
"sensor"Symbol 194 MovieClip Frame 1Symbol 151 MovieClip
"termite"Symbol 194 MovieClip Frame 1Symbol 154 MovieClip
"ledges"Symbol 215 MovieClip Frame 1Symbol 190 MovieClip
"monster2"Symbol 215 MovieClip Frame 2Symbol 194 MovieClip
"monster4"Symbol 215 MovieClip Frame 5Symbol 201 MovieClip
"monster7"Symbol 215 MovieClip Frame 5Symbol 201 MovieClip
"monster5"Symbol 215 MovieClip Frame 5Symbol 201 MovieClip
"monster6"Symbol 215 MovieClip Frame 5Symbol 201 MovieClip
"monster3"Symbol 215 MovieClip Frame 5Symbol 201 MovieClip
"test"Symbol 215 MovieClip Frame 7Symbol 214 MovieClip
"sensor"Symbol 218 MovieClip Frame 1Symbol 151 MovieClip
"termite"Symbol 218 MovieClip Frame 1Symbol 154 MovieClip
"body"Symbol 223 MovieClip Frame 1Symbol 82 MovieClip
"body"Symbol 223 MovieClip Frame 5Symbol 45 MovieClip
"body"Symbol 223 MovieClip Frame 20Symbol 82 MovieClip
"body"Symbol 224 MovieClip Frame 1Symbol 82 MovieClip
"hit_sensor"Symbol 242 MovieClip Frame 1Symbol 220 MovieClip
"mouth_sensor"Symbol 242 MovieClip Frame 1Symbol 222 MovieClip
"body"Symbol 242 MovieClip Frame 1Symbol 47 MovieClip
"body"Symbol 242 MovieClip Frame 21Symbol 59 MovieClip
"body"Symbol 242 MovieClip Frame 41Symbol 223 MovieClip
"body"Symbol 242 MovieClip Frame 66Symbol 84 MovieClip
"body"Symbol 242 MovieClip Frame 91Symbol 224 MovieClip
"hit_sensor"Symbol 242 MovieClip Frame 121Symbol 220 MovieClip
"mouth_sensor"Symbol 242 MovieClip Frame 121Symbol 222 MovieClip
"body"Symbol 242 MovieClip Frame 121Symbol 71 MovieClip
"hit_sensor"Symbol 242 MovieClip Frame 130Symbol 220 MovieClip
"mouth_sensor"Symbol 242 MovieClip Frame 130Symbol 222 MovieClip
"body"Symbol 242 MovieClip Frame 130Symbol 71 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "acorn_dull"
ExportAssets (56)Timeline Frame 1Symbol 2 as "swish"
ExportAssets (56)Timeline Frame 1Symbol 3 as "string"
ExportAssets (56)Timeline Frame 1Symbol 4 as "hit_termite"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ow"
ExportAssets (56)Timeline Frame 1Symbol 6 as "mushroom_burst"
ExportAssets (56)Timeline Frame 1Symbol 7 as "land"
ExportAssets (56)Timeline Frame 1Symbol 8 as "theme1"
ExportAssets (56)Timeline Frame 1Symbol 9 as "termite_explode"
ExportAssets (56)Timeline Frame 1Symbol 10 as "mushroom_hit"
ExportAssets (56)Timeline Frame 1Symbol 11 as "halfway"
ExportAssets (56)Timeline Frame 1Symbol 12 as "fart"
ExportAssets (56)Timeline Frame 1Symbol 13 as "evil_hiss"
ExportAssets (56)Timeline Frame 1Symbol 14 as "creature_bite"
ExportAssets (56)Timeline Frame 1Symbol 15 as "die1"
ExportAssets (56)Timeline Frame 1Symbol 16 as "chomp"
ExportAssets (56)Timeline Frame 1Symbol 17 as "jump"
ExportAssets (56)Timeline Frame 1Symbol 18 as "bullet_hit"

Labels

"Right"Frame 28
"Left"Frame 78
"Duck"Frame 129
"Shoot"Frame 179
"Jump"Frame 259
"smile"Symbol 35 MovieClip Frame 1
"eat"Symbol 35 MovieClip Frame 10
"happy"Symbol 44 MovieClip Frame 1
"eat mushroom"Symbol 44 MovieClip Frame 61
"Walk"Symbol 119 MovieClip Frame 1
"Die"Symbol 119 MovieClip Frame 18
"Laugh"Symbol 119 MovieClip Frame 40
"normal"Symbol 163 MovieClip Frame 1
"shot"Symbol 163 MovieClip Frame 2
"die"Symbol 163 MovieClip Frame 5
"normal"Symbol 194 MovieClip Frame 1
"shot"Symbol 194 MovieClip Frame 2
"die"Symbol 194 MovieClip Frame 5
"Bite"Symbol 199 MovieClip Frame 1
"Bite"Symbol 200 MovieClip Frame 1
"Walk"Symbol 201 MovieClip Frame 1
"Die"Symbol 201 MovieClip Frame 18
"Laugh"Symbol 201 MovieClip Frame 40
"Hit"Symbol 212 MovieClip Frame 41
"Float"Symbol 212 MovieClip Frame 68
"normal"Symbol 218 MovieClip Frame 1
"shot"Symbol 218 MovieClip Frame 2
"die"Symbol 218 MovieClip Frame 5
"standing_right"Symbol 242 MovieClip Frame 1
"standing_left"Symbol 242 MovieClip Frame 11
"walk_left"Symbol 242 MovieClip Frame 21
"walk_right"Symbol 242 MovieClip Frame 31
"jump left"Symbol 242 MovieClip Frame 41
"jump right"Symbol 242 MovieClip Frame 66
"fall left"Symbol 242 MovieClip Frame 91
"fall right"Symbol 242 MovieClip Frame 95
"Die"Symbol 242 MovieClip Frame 105
"Die 2"Symbol 242 MovieClip Frame 110
"Duck Right"Symbol 242 MovieClip Frame 121
"Duck Left"Symbol 242 MovieClip Frame 130

Dynamic Text Variables

percentageSymbol 22 EditableText"0"
mushroom_counterSymbol 248 EditableText"0"
livesSymbol 249 EditableText"0"
levelSymbol 250 EditableText"0"
scoreSymbol 251 EditableText"0"
_root.scoreSymbol 263 EditableText"0"




http://swfchan.com/9/42005/info.shtml
Created: 10/5 -2019 03:29:57 Last modified: 10/5 -2019 03:29:57 Server time: 05/05 -2024 15:01:13