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

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

Bee Eater.swf

This is the info page for
Flash #46435

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


Text
Tomorrow's

Nobody

000

Play

Instructions

back

+100pts,  -10health

+200pts,  -20health

-20health

Controls

Move Left
Move Right
Eat
Spit

-
-
-
-

Left Arrow
Right Arrow
Space bar
Up(only works
on boss)

you need to eat the bees as
they fall and  if they sting you then
you lose health.  You can also eat
the hearts and popcorn to get more
health.  You need a certain # of
points to beat each level

+10pts,  +10health

+20pts,  +20health

sound

000

score

HEALTH

Level 1
600pts

Ready

Go

Go

Health

Health

sound

sound

sound

sound

sound

sound

sound

sound

sound

000

score

HEALTH

000

score

HEALTH

Level 2
2200pts

Ready

Go

Go

000

score

HEALTH

000

score

HEALTH

Level 3
4000pts

Ready

Go

Go

000

score

HEALTH

000

score

HEALTH

Bonus

Ready

Go

Go

000

score

HEALTH

000

score

HEALTH

Boss:
Eat a bee
and then
spit it at
the big bee
by pressing up

Ready

Go

Go

000

Boss

000

score

HEALTH

000

Boss

boss Health

boss Health

Game Over

score

Congratulations

score

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stopAllSounds(); stop(); _root.alive = 1;
Instance of Symbol 11 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Frame 2
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Frame 3
stop(); _root.health = 100; _root.score = 0;
Frame 4
stop(); _root.movespeed = 8; _root.win = 600;
Instance of Symbol 121 MovieClip in Frame 4
onClipEvent (enterFrame) { _y = (_y + _root.movespeed); }
Instance of Symbol 91 MovieClip "player" in Frame 4
onClipEvent (load) { moveSpeed = 20; } onClipEvent (enterFrame) { if ((Key.isDown(39) && (_x < 530)) && (_root.alive == 1)) { this._x = this._x + moveSpeed; } else if ((Key.isDown(37) && (_x > 30)) && (_root.alive == 1)) { this._x = this._x - moveSpeed; } }
Frame 5
stop();
Frame 6
stop(); _root.movespeed = 10; _root.win = 2200; _root.anvilspeed = 5;
Instance of Symbol 138 MovieClip in Frame 6
onClipEvent (enterFrame) { _y = (_y + _root.movespeed); }
Instance of Symbol 91 MovieClip "player" in Frame 6
onClipEvent (load) { moveSpeed = 22; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_x < 530)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (_x > 30)) { this._x = this._x - moveSpeed; } }
Frame 7
stop();
Frame 8
stop(); _root.movespeed = 10; _root.win = 4000; _root.anvilspeed = 5;
Instance of Symbol 154 MovieClip in Frame 8
onClipEvent (enterFrame) { _y = (_y + _root.movespeed); }
Instance of Symbol 91 MovieClip "player" in Frame 8
onClipEvent (load) { moveSpeed = 26; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_x < 530)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (_x > 30)) { this._x = this._x - moveSpeed; } }
Frame 9
stop();
Frame 10
stop(); _root.movespeed = 25; _root.win = 4000;
Instance of Symbol 169 MovieClip in Frame 10
onClipEvent (enterFrame) { _y = (_y + _root.movespeed); }
Instance of Symbol 91 MovieClip "player" in Frame 10
onClipEvent (load) { moveSpeed = 20; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_x < 530)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (_x > 30)) { this._x = this._x - moveSpeed; } }
Frame 11
stop(); _root.bosshealth = 200;
Frame 12
stop(); _root.movespeed = 8; _root.spit = 0; _root.spitspeed = 10; _root.bosshealth = 100;
Instance of Symbol 261 MovieClip "boss" in Frame 12
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { _root.health = _root.health - 4; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } }
Instance of Symbol 264 MovieClip "bosslevel" in Frame 12
onClipEvent (enterFrame) { _y = (_y + _root.movespeed); }
Instance of Symbol 91 MovieClip "player" in Frame 12
onClipEvent (load) { moveSpeed = 20; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_x < 530)) { this._x = this._x + moveSpeed; } else if (Key.isDown(37) && (_x > 30)) { this._x = this._x - moveSpeed; } }
Frame 13
stopAllSounds(); stop();
Instance of Symbol 11 MovieClip in Frame 13
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Frame 13
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Frame 14
stopAllSounds(); stop();
Symbol 9 MovieClip Frame 10
stop();
Instance of Symbol 8 MovieClip in Symbol 9 MovieClip Frame 10
onClipEvent (enterFrame) { b_loaded = _root.getBytesLoaded(); b_total = _root.getBytesTotal(); percent = Math.round((b_loaded / b_total) * 100); if (percent >= 100) { _root.gotoAndStop("loaded"); } }
Symbol 11 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 2
stop();
Symbol 16 Button
on (release) { nextFrame(); }
Symbol 20 Button
on (release) { gotoAndStop (2); }
Symbol 24 Button
on (release) { gotoAndStop (1); }
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 47 Button
on (keyPress "s") { stopAllSounds(); }
Symbol 58 MovieClip Frame 23
tellTarget ("_root") { nextFrame(); };
Symbol 84 MovieClip Frame 1
if (spitbee.hitest(_root.boss)) { _root.bosshealth = _root.bosshealth - 20; gotoAndPlay (4); tellTarget ("_root.player") { gotoAndStop ("idle"); }; }
Symbol 84 MovieClip Frame 2
if (this.hitest(_root.boss)) { _root.bosshealth = _root.bosshealth - 20; gotoAndStop (4); tellTarget ("_root.player") { gotoAndStop ("idle"); }; }
Symbol 84 MovieClip Frame 3
gotoAndPlay (1);
Symbol 84 MovieClip Frame 5
stop(); tellTarget ("_root.player") { gotoAndStop ("idle"); };
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 8
gotoAndStop (1);
Symbol 91 MovieClip Frame 9
tellTarget ("_root.sound") { gotoAndPlay ("scream"); };
Symbol 91 MovieClip Frame 13
if (_root.spit == 1) { gotoAndStop (41); } else { gotoAndStop (1); }
Symbol 91 MovieClip Frame 14
tellTarget ("_root.sound") { gotoAndPlay ("eat"); };
Symbol 91 MovieClip Frame 19
gotoAndStop (1);
Symbol 91 MovieClip Frame 20
tellTarget ("_root.sound") { gotoAndPlay ("spit"); };
Instance of Symbol 84 MovieClip "spitbee" in Symbol 91 MovieClip Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { _root.bosshealth = _root.bosshealth - 10; _root.score = _root.score + 50; gotoAndPlay (4); _root.spit = 0; } }
Symbol 91 MovieClip Frame 30
gotoAndStop (1); _root.spit = 0;
Symbol 91 MovieClip Frame 40
tellTarget ("_root") { gotoAndStop ("gameover"); };
Symbol 91 MovieClip Frame 41
stop();
Symbol 94 MovieClip Frame 1
if (_root.health < 1) { tellTarget ("_root.player") { gotoAndPlay ("dead"); _root.alive = 0; }; }
Symbol 94 MovieClip Frame 10
gotoAndPlay (1);
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 9
gotoAndStop (1);
Symbol 108 MovieClip Frame 21
gotoAndStop (1);
Symbol 108 MovieClip Frame 31
gotoAndStop (1);
Symbol 108 MovieClip Frame 34
gotoAndStop (1);
Symbol 120 MovieClip Frame 3
if (_root.bosslevel.top.hitTest(_root.bottom)) { _root.bosslevel._y = -1786.6; }
Instance of Symbol 33 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 120 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bottom) && (_root.score >= _root.win)) { tellTarget ("_root") { nextFrame(); }; } else if (this.hitTest(_root.bottom) && (_root.score < _root.win)) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Symbol 123 Button
on (keyPress "<Space>") { tellTarget ("_root.player") { gotoAndPlay ("bite"); }; }
Symbol 133 MovieClip Frame 23
tellTarget ("_root") { nextFrame(); };
Instance of Symbol 33 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 120 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bottom) && (_root.score >= _root.win)) { tellTarget ("_root") { nextFrame(); }; } else if (this.hitTest(_root.bottom) && (_root.score < _root.win)) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 29 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 29 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Symbol 149 MovieClip Frame 23
tellTarget ("_root") { nextFrame(); };
Instance of Symbol 33 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 33 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 29 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.sound") { gotoAndPlay ("anvil"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } } onClipEvent (enterFrame) { _y = (_y + anvilspeed); }
Instance of Symbol 11 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 20; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 200; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 120 MovieClip in Symbol 154 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bottom) && (_root.score > _root.win)) { tellTarget ("_root") { nextFrame(); }; } else if (this.hitTest(_root.bottom) && (_root.score < _root.win)) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Symbol 164 MovieClip Frame 19
tellTarget ("_root") { nextFrame(); };
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 120 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.bottom) && (_root.score > _root.win)) { tellTarget ("_root") { nextFrame(); }; } else if (this.hitTest(_root.bottom) && (_root.score < _root.win)) { tellTarget ("_root") { gotoAndStop ("gameover"); }; } }
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 33 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Symbol 179 MovieClip Frame 69
tellTarget ("_root") { nextFrame(); };
Symbol 261 MovieClip Frame 440
gotoAndPlay (1);
Symbol 261 MovieClip Frame 441
_root.dead = 1;
Symbol 261 MovieClip Frame 454
tellTarget ("_root") { gotoAndStop ("congratulations"); };
Symbol 264 MovieClip Frame 1
stop();
Instance of Symbol 33 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 35 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 10; _root.health = _root.health + 10; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 33 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 20; _root.health = _root.health + 30; tellTarget ("_root.player") { gotoAndPlay ("yum"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 11 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.player.guy)) { gotoAndStop (2); _root.health = _root.health - 10; tellTarget ("_root.player") { gotoAndPlay ("stung"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.player.mouth)) { gotoAndStop (2); _root.score = _root.score + 100; tellTarget ("_root.player") { gotoAndStop ("puffycheeks"); _root.spit = 1; }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bottom)) { gotoAndStop (2); } }
Instance of Symbol 263 MovieClip in Symbol 264 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.bottom)) { tellTarget ("_parent") { play(); _y = 72.6; }; } }
Symbol 264 MovieClip Frame 3
gotoAndStop (1);
Symbol 265 Button
on (keyPress "<Space>") { if (_root.spit == 0) { tellTarget ("_root.player") { gotoAndPlay ("bite"); }; } }
Symbol 267 Button
on (keyPress "<Up>") { if (_root.spit == 1) { tellTarget ("_root.player") { gotoAndPlay ("spit"); }; } }
Symbol 270 MovieClip Frame 1
if ((_root.bosshealth < 1) && (_root.dead != 1)) { tellTarget ("_root.boss") { gotoAndPlay ("dead"); tellTarget ("_root.bosslevel") { _alpha = 0; _root.movespeed = 0; }; }; }
Symbol 270 MovieClip Frame 10
gotoAndPlay (1);

Library Items

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

Instance Names

"player"Frame 3Symbol 91 MovieClip
"sound"Frame 3Symbol 108 MovieClip
"bottom"Frame 4Symbol 112 MovieClip
"screen"Frame 4Symbol 114 MovieClip
"player"Frame 4Symbol 91 MovieClip
"player"Frame 5Symbol 91 MovieClip
"bottom"Frame 6Symbol 112 MovieClip
"screen"Frame 6Symbol 114 MovieClip
"player"Frame 6Symbol 91 MovieClip
"player"Frame 7Symbol 91 MovieClip
"bottom"Frame 8Symbol 112 MovieClip
"screen"Frame 8Symbol 114 MovieClip
"player"Frame 8Symbol 91 MovieClip
"player"Frame 9Symbol 91 MovieClip
"bottom"Frame 10Symbol 112 MovieClip
"screen"Frame 10Symbol 114 MovieClip
"player"Frame 10Symbol 91 MovieClip
"player"Frame 11Symbol 91 MovieClip
"bottom"Frame 12Symbol 112 MovieClip
"screen"Frame 12Symbol 114 MovieClip
"boss"Frame 12Symbol 261 MovieClip
"bosslevel"Frame 12Symbol 264 MovieClip
"player"Frame 12Symbol 91 MovieClip
"redbar"Symbol 8 MovieClip Frame 1Symbol 6 MovieClip
"guy"Symbol 91 MovieClip Frame 1Symbol 61 MovieClip
"mouth"Symbol 91 MovieClip Frame 2Symbol 64 MovieClip
"spitbee"Symbol 91 MovieClip Frame 21Symbol 84 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$59$afaRMxob5D6i1EyGqlmxq1."

Labels

"preloader"Frame 1
"loaded"Frame 2
"level1countdown"Frame 3
"level1"Frame 4
"level2countdown"Frame 5
"level2"Frame 6
"level3countdown"Frame 7
"level3"Frame 8
"bonuscountdown"Frame 9
"bounus"Frame 10
"bosscountdown"Frame 11
"boss"Frame 12
"gameover"Frame 13
"congratulations"Frame 14
"idle"Symbol 91 MovieClip Frame 1
"bite"Symbol 91 MovieClip Frame 2
"stung"Symbol 91 MovieClip Frame 9
"yum"Symbol 91 MovieClip Frame 14
"spit"Symbol 91 MovieClip Frame 20
"dead"Symbol 91 MovieClip Frame 31
"puffycheeks"Symbol 91 MovieClip Frame 41
"scream"Symbol 108 MovieClip Frame 2
"eat"Symbol 108 MovieClip Frame 10
"anvil"Symbol 108 MovieClip Frame 22
"spit"Symbol 108 MovieClip Frame 32
"dead"Symbol 261 MovieClip Frame 441

Dynamic Text Variables

percentSymbol 7 EditableText"000"
scoreSymbol 50 EditableText""
healthSymbol 51 EditableText"000"
scoreSymbol 115 EditableText""
healthSymbol 116 EditableText"000"
scoreSymbol 125 EditableText""
healthSymbol 126 EditableText"000"
scoreSymbol 134 EditableText""
healthSymbol 135 EditableText"000"
scoreSymbol 141 EditableText""
healthSymbol 142 EditableText"000"
scoreSymbol 150 EditableText""
healthSymbol 151 EditableText"000"
scoreSymbol 156 EditableText""
healthSymbol 157 EditableText"000"
scoreSymbol 165 EditableText""
healthSymbol 166 EditableText"000"
scoreSymbol 171 EditableText""
healthSymbol 172 EditableText"000"
_root.bosshealthSymbol 180 EditableText"000"
scoreSymbol 183 EditableText""
healthSymbol 184 EditableText"000"
_root.bosshealthSymbol 187 EditableText"000"
scoreSymbol 272 EditableText""
TextField4Symbol 274 EditableText"Congratulations      "
scoreSymbol 276 EditableText""




http://swfchan.com/10/46435/info.shtml
Created: 3/5 -2019 16:52:26 Last modified: 3/5 -2019 16:52:26 Server time: 15/05 -2024 02:16:35