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

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

Catch the Candy!.swf

This is the info page for
Flash #74085

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


Text
Magical
Zorse
Productions
Presents......

Instructions

Instructions

Instructions

Play Game

Play Game

Play Game

Some Crazy Person is tossing candy out of their
Window! Your job is to catch as much as you can,
but beware, they're also throwing apples and
hypodermic needles too.

These Make
you lose 50
points

These make you
gain 20 points

Are you
Ready?

Are you
Ready?

Who do you want to be?

Time

Score

Next Level

Next Level

I am quite impressed that you
passed this level, but you will
surely fail on the next one.

Your Score Was

Time

Score

Who do you want to be?

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Time

Score

Well, I am very impressed. You
have managed to beat the
entire game.

Put your name here:

Send Score?

Play Again?

ActionScript [AS1/AS2]

Frame 1
function itemHandler1(obj, item) { _root._quality = "high"; } function itemHandler2(obj, item) { _root._quality = "medium"; } function itemHandler3(obj, item) { _root._quality = "low"; } function itemHandler4(obj, item) { stopAllSounds(); _root.music.attachSound("song1"); _root.music.start(0, 10000); } function itemHandler9(obj, item) { stopAllSounds(); } var music = new Sound(_root); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); item1 = new ContextMenuItem("High Quality", itemHandler1); myMenu.customItems.push(item1); item2 = new ContextMenuItem("Medium Quality", itemHandler2); myMenu.customItems.push(item2); item3 = new ContextMenuItem("Low Quality", itemHandler3); myMenu.customItems.push(item3); item4 = new ContextMenuItem("Nightmare Before Christmas", itemHandler4, true); myMenu.customItems.push(item4); item9 = new ContextMenuItem("No Music", itemHandler9); myMenu.customItems.push(item9); _root.menu = myMenu;
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop(); frankenstein = false; mummy = false; vampire = false;
Frame 9
i = 1; while (i < 4) { _root.treatsm.duplicateMovieClip("treatsmm" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; _root.score = 0; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 250)) && (_currentframe == 9)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 250)) && (_currentframe == 9)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player" in Frame 9
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm" in Frame 9
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(10) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(10) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 2)) { fallspeed = random(10) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 1)) { fallspeed = random(10) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 2)) { fallspeed = random(10) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 3)) { fallspeed = random(10) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player) && (_currentframe == 4)) { fallspeed = random(10) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 9) { this.removeMovieClip(); } }
Frame 10
stop();
Frame 11
stop(); frankenstein = false; mummy = false; vampire = false; grim = false;
Frame 12
i = 1; while (i < 4) { _root.treatsm2.duplicateMovieClip("treatsmm2" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 28; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 400)) && (_currentframe == 12)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 400)) && (_currentframe == 12)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player2" in Frame 12
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm2" in Frame 12
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(13) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(13) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player2) && (_currentframe == 2)) { fallspeed = random(13) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player2) && (_currentframe == 1)) { fallspeed = random(13) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player2) && (_currentframe == 2)) { fallspeed = random(13) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player2) && (_currentframe == 3)) { fallspeed = random(13) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player2) && (_currentframe == 4)) { fallspeed = random(13) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 12) { this.removeMovieClip(); } }
Frame 13
stop();
Frame 14
stop(); frankenstein = false; mummy = false; vampire = false; grim = false;
Frame 15
i = 1; while (i < 4) { _root.treatsm3.duplicateMovieClip("treatsmm3" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 660)) && (_currentframe == 15)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 660)) && (_currentframe == 15)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player3" in Frame 15
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm3" in Frame 15
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(16) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(16) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player3) && (_currentframe == 2)) { fallspeed = random(16) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player3) && (_currentframe == 1)) { fallspeed = random(16) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player3) && (_currentframe == 2)) { fallspeed = random(16) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player3) && (_currentframe == 3)) { fallspeed = random(16) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player3) && (_currentframe == 4)) { fallspeed = random(16) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 15) { this.removeMovieClip(); } }
Frame 16
stop();
Frame 17
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false;
Frame 18
i = 1; while (i < 4) { _root.treatsm4.duplicateMovieClip("treatsmm4" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 800)) && (_currentframe == 18)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 800)) && (_currentframe == 18)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player4" in Frame 18
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm4" in Frame 18
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player4) && (_currentframe == 2)) { fallspeed = random(19) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player4) && (_currentframe == 1)) { fallspeed = random(19) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player4) && (_currentframe == 2)) { fallspeed = random(19) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player4) && (_currentframe == 3)) { fallspeed = random(19) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player4) && (_currentframe == 4)) { fallspeed = random(19) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 18) { this.removeMovieClip(); } }
Frame 19
stop();
Frame 20
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false;
Frame 21
i = 1; while (i < 4) { _root.treatsm5.duplicateMovieClip("treatsmm5" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 1020)) && (_currentframe == 21)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 1020)) && (_currentframe == 21)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player5" in Frame 21
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm5" in Frame 21
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(22) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player5) && (_currentframe == 2)) { fallspeed = random(22) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player5) && (_currentframe == 1)) { fallspeed = random(22) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player5) && (_currentframe == 2)) { fallspeed = random(22) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player5) && (_currentframe == 3)) { fallspeed = random(22) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player5) && (_currentframe == 4)) { fallspeed = random(22) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 21) { this.removeMovieClip(); } }
Frame 22
stop();
Frame 23
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false;
Frame 24
i = 1; while (i < 4) { _root.treatsm6.duplicateMovieClip("treatsmm6" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 1200)) && (_currentframe == 24)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 1200)) && (_currentframe == 24)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player6" in Frame 24
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm6" in Frame 24
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player6) && (_currentframe == 2)) { fallspeed = random(25) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player6) && (_currentframe == 1)) { fallspeed = random(25) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player6) && (_currentframe == 2)) { fallspeed = random(25) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player6) && (_currentframe == 3)) { fallspeed = random(25) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player6) && (_currentframe == 4)) { fallspeed = random(25) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 24) { this.removeMovieClip(); } }
Frame 25
stop();
Frame 26
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false;
Frame 27
i = 1; while (i < 4) { _root.treatsm7.duplicateMovieClip("treatsmm7" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 1410)) && (_currentframe == 27)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 1410)) && (_currentframe == 27)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player7" in Frame 27
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm7" in Frame 27
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player7) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player7) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player7) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player7) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player7) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 27) { this.removeMovieClip(); } }
Frame 28
stop();
Frame 29
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false;
Frame 30
i = 1; while (i < 4) { _root.treatsm8.duplicateMovieClip("treatsmm8" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 1600)) && (_currentframe == 30)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 1600)) && (_currentframe == 30)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player8" in Frame 30
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm8" in Frame 30
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player8) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 30) { this.removeMovieClip(); } }
Frame 31
stop();
Frame 32
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false;
Frame 33
i = 1; while (i < 4) { _root.treatsm9.duplicateMovieClip("treatsmm9" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 1810)) && (_currentframe == 33)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 1810)) && (_currentframe == 33)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player9" in Frame 33
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm9" in Frame 33
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player9) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player9) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player9) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player9) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player9) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 33) { this.removeMovieClip(); } }
Frame 34
stop();
Frame 35
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false;
Frame 36
i = 1; while (i < 4) { _root.treatsm10.duplicateMovieClip("treatsmm10" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 2000)) && (_currentframe == 36)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 2000)) && (_currentframe == 36)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player10" in Frame 36
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm10" in Frame 36
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player10) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player10) && (_currentframe == 1)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player10) && (_currentframe == 2)) { fallspeed = random(30) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player10) && (_currentframe == 3)) { fallspeed = random(30) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player10) && (_currentframe == 4)) { fallspeed = random(30) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 36) { this.removeMovieClip(); } }
Frame 37
stop();
Frame 38
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false;
Frame 39
i = 1; while (i < 4) { _root.treatsm11.duplicateMovieClip("treatsmm11" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 2200)) && (_currentframe == 39)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 2200)) && (_currentframe == 39)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player11" in Frame 39
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm11" in Frame 39
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(25) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player11) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player11) && (_currentframe == 1)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player11) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player11) && (_currentframe == 3)) { fallspeed = random(32) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player11) && (_currentframe == 4)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 39) { this.removeMovieClip(); } }
Frame 40
stop();
Frame 41
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false;
Frame 42
i = 1; while (i < 4) { _root.treatsm12.duplicateMovieClip("treatsmm12" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 2415)) && (_currentframe == 42)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 2415)) && (_currentframe == 42)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player12" in Frame 42
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm12" in Frame 42
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(32) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player12) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player12) && (_currentframe == 1)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player12) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player12) && (_currentframe == 3)) { fallspeed = random(32) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player12) && (_currentframe == 4)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 42) { this.removeMovieClip(); } }
Frame 43
stop();
Frame 44
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false;
Frame 45
i = 1; while (i < 4) { _root.treatsm13.duplicateMovieClip("treatsmm13" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 2620)) && (_currentframe == 45)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 2620)) && (_currentframe == 45)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player13" in Frame 45
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm13" in Frame 45
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(32) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player13) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player13) && (_currentframe == 1)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player13) && (_currentframe == 2)) { fallspeed = random(32) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player13) && (_currentframe == 3)) { fallspeed = random(32) + 4; _root.score = _root.score + 20; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player13) && (_currentframe == 4)) { fallspeed = random(32) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 45) { this.removeMovieClip(); } }
Frame 46
stop();
Frame 47
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false;
Frame 48
i = 1; while (i < 4) { _root.treatsm14.duplicateMovieClip("treatsmm14" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 2810)) && (_currentframe == 48)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 2810)) && (_currentframe == 48)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player14" in Frame 48
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm14" in Frame 48
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(35) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player14) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player14) && (_currentframe == 1)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player14) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player14) && (_currentframe == 3)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player14) && (_currentframe == 4)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 48) { this.removeMovieClip(); } }
Frame 49
stop();
Frame 50
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false;
Frame 51
i = 1; while (i < 4) { _root.treatsm15.duplicateMovieClip("treatsmm15" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 3000)) && (_currentframe == 51)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 3000)) && (_currentframe == 51)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player15" in Frame 51
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm15" in Frame 51
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(35) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player15) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player15) && (_currentframe == 1)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player15) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player15) && (_currentframe == 3)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player15) && (_currentframe == 4)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 51) { this.removeMovieClip(); } }
Frame 52
stop();
Frame 53
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false; turtle = false;
Frame 54
i = 1; while (i < 4) { _root.treatsm16.duplicateMovieClip("treatsmm16" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 3250)) && (_currentframe == 54)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 3250)) && (_currentframe == 54)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player16" in Frame 54
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } if (_root.turtle == true) { gotoAndStop (11); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm16" in Frame 54
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(35) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player16) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player16) && (_currentframe == 1)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player16) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player16) && (_currentframe == 3)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player16) && (_currentframe == 4)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 54) { this.removeMovieClip(); } }
Frame 55
stop();
Frame 56
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false; turtle = false;
Frame 57
i = 1; while (i < 4) { _root.treatsm17.duplicateMovieClip("treatsmm17" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 3450)) && (_currentframe == 57)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 3450)) && (_currentframe == 57)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player17" in Frame 57
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } if (_root.turtle == true) { gotoAndStop (11); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm17" in Frame 57
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(35) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player17) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player17) && (_currentframe == 1)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player17) && (_currentframe == 2)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player17) && (_currentframe == 3)) { fallspeed = random(35) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player17) && (_currentframe == 4)) { fallspeed = random(35) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 57) { this.removeMovieClip(); } }
Frame 58
stop();
Frame 59
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false; turtle = false; subzero = false;
Frame 60
i = 1; while (i < 4) { _root.treatsm18.duplicateMovieClip("treatsmm18" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 3620)) && (_currentframe == 60)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 3620)) && (_currentframe == 60)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player18" in Frame 60
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } if (_root.turtle == true) { gotoAndStop (11); } if (_root.subzero == true) { gotoAndStop (8); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm18" in Frame 60
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(35) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player18) && (_currentframe == 2)) { fallspeed = random(37) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player18) && (_currentframe == 1)) { fallspeed = random(37) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player18) && (_currentframe == 2)) { fallspeed = random(37) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player18) && (_currentframe == 3)) { fallspeed = random(37) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player18) && (_currentframe == 4)) { fallspeed = random(37) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 60) { this.removeMovieClip(); } }
Frame 61
stop();
Frame 62
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false; turtle = false; subzero = false;
Frame 63
i = 1; while (i < 4) { _root.treatsm19.duplicateMovieClip("treatsmm19" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 3800)) && (_currentframe == 63)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 3800)) && (_currentframe == 63)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player19" in Frame 63
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } if (_root.turtle == true) { gotoAndStop (11); } if (_root.subzero == true) { gotoAndStop (8); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm19" in Frame 63
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(40) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player19) && (_currentframe == 2)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player19) && (_currentframe == 1)) { fallspeed = random(40) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player19) && (_currentframe == 2)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player19) && (_currentframe == 3)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player19) && (_currentframe == 4)) { fallspeed = random(40) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 63) { this.removeMovieClip(); } }
Frame 64
stop();
Frame 65
stop(); frankenstein = false; mummy = false; vampire = false; grim = false; superman = false; fox = false; pirate = false; fatty = false; mario = false; turtle = false; subzero = false; me = false;
Frame 66
i = 1; while (i < 4) { _root.treatsm20.duplicateMovieClip("treatsmm20" + i, _root.getNextHighestDepth()); i++; } stop(); _root.timer = 22; onEnterFrame = function () { if (_root.score < 1) { _root.score = 0; } if (((_root.timer <= 0) && (_root.score >= 4000)) && (_currentframe == 66)) { _root.play(); } if (((_root.timer <= 0) && (_root.score < 4000)) && (_currentframe == 66)) { _root.gotoAndPlay("gameover"); } };
Instance of Symbol 98 MovieClip "player20" in Frame 66
onClipEvent (load) { if (_root.vampire == true) { gotoAndStop (1); } if (_root.frankenstein == true) { gotoAndStop (2); } if (_root.mummy == true) { gotoAndStop (3); } if (_root.grim == true) { gotoAndStop (4); } if (_root.superman == true) { gotoAndStop (5); } if (_root.fox == true) { gotoAndStop (9); } if (_root.pirate == true) { gotoAndStop (6); } if (_root.fatty == true) { gotoAndStop (10); } if (_root.mario == true) { gotoAndStop (7); } if (_root.turtle == true) { gotoAndStop (11); } if (_root.subzero == true) { gotoAndStop (8); } if (_root.me == true) { gotoAndStop (12); } } onClipEvent (enterFrame) { _x = _root._xmouse; }
Instance of Symbol 103 MovieClip "treatsm20" in Frame 66
onClipEvent (load) { gotoAndStop(random(4) + 1); _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(40) + 4; } onClipEvent (enterFrame) { _y = (_y + fallspeed); if (_y > 515) { _x = random(700); _y = ((Math.random() * 1) * -100); fallspeed = random(19) + 4; gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player20) && (_currentframe == 2)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player20) && (_currentframe == 1)) { fallspeed = random(40) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player20) && (_currentframe == 2)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player20) && (_currentframe == 3)) { fallspeed = random(40) + 4; _root.score = _root.score + 30; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (this.hitTest(_root.player20) && (_currentframe == 4)) { fallspeed = random(40) + 4; _root.score = _root.score - 50; _y = ((Math.random() * 1) * -100); _x = random(700); gotoAndStop(random(4) + 1); } if (_root._currentframe != 66) { this.removeMovieClip(); } }
Frame 67
stop();
Frame 68
stop(); function send_vars(username, score, code, u) { var _local1 = new LoadVars(); var _local2 = new LoadVars(); _local1.username = username; _local1.score = score; _local1.code458 = code; _local1.sendAndLoad(u, _local2, "POST"); } btn_send.onRelease = function () { player_name = name; player_score = score; send_vars(player_name, player_score, "tN2LVuDl72nAdXE0noBQ8ZQ3XcN9gGdV", "http://www.pogollama.com/scoreboards/submit_scores.php"); getURL ("http://www.pogollama.com/scoreboards/catch_the_cadny/view_scores_1.php", _blank); };
Symbol 28 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 30 MovieClip Frame 40
stop();
Symbol 42 Button
on (release) { startMovie(); }
Symbol 43 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 43 MovieClip Frame 51
stop();
Symbol 49 Button
on (release) { play(); }
Symbol 56 Button
on (release) { gotoAndStop (6); }
Symbol 60 Button
on (release) { gotoAndPlay (7); _root.timer = 22; _root.score = 0; }
Symbol 72 Button
on (press) { _root.play(); _root.timer = 22; _root.score = 0; }
Symbol 75 Button
on (press) { _root.frankenstein = true; _root.mummy = false; _root.vampire = false; play(); }
Symbol 77 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = true; play(); }
Symbol 79 Button
on (press) { _root.frankenstein = false; _root.mummy = true; _root.vampire = false; play(); }
Symbol 85 MovieClip Frame 20
_root.timer--;
Symbol 98 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 1
stop();
Symbol 107 Button
on (press) { _root.play(); }
Symbol 111 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = true; play(); }
Symbol 119 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = true; play(); }
Symbol 127 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = true; play(); }
Symbol 139 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = true; play(); }
Symbol 152 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = true; play(); }
Symbol 176 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = false; _root.fatty = true; play(); }
Symbol 187 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = false; _root.fatty = false; _root.mario = true; play(); }
Symbol 201 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = false; _root.fatty = false; _root.mario = false; _root.turtle = true; play(); }
Symbol 212 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = false; _root.fatty = false; _root.mario = false; _root.turtle = false; _root.subzero = true; play(); }
Symbol 224 Button
on (press) { _root.frankenstein = false; _root.mummy = false; _root.vampire = false; _root.grim = false; _root.superman = false; _root.fox = false; _root.pirate = false; _root.fatty = false; _root.mario = false; _root.turtle = false; _root.subzero = false; _root.me = true; play(); }
Symbol 235 Button
on (release) { nextFrame(); }
Symbol 243 Button
on (release) { gotoAndStop (7); }

Library Items

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

Instance Names

"player"Frame 9Symbol 98 MovieClip
"treatsm"Frame 9Symbol 103 MovieClip
"player2"Frame 12Symbol 98 MovieClip
"treatsm2"Frame 12Symbol 103 MovieClip
"player3"Frame 15Symbol 98 MovieClip
"treatsm3"Frame 15Symbol 103 MovieClip
"player4"Frame 18Symbol 98 MovieClip
"treatsm4"Frame 18Symbol 103 MovieClip
"player5"Frame 21Symbol 98 MovieClip
"treatsm5"Frame 21Symbol 103 MovieClip
"player6"Frame 24Symbol 98 MovieClip
"treatsm6"Frame 24Symbol 103 MovieClip
"player7"Frame 27Symbol 98 MovieClip
"treatsm7"Frame 27Symbol 103 MovieClip
"player8"Frame 30Symbol 98 MovieClip
"treatsm8"Frame 30Symbol 103 MovieClip
"player9"Frame 33Symbol 98 MovieClip
"treatsm9"Frame 33Symbol 103 MovieClip
"player10"Frame 36Symbol 98 MovieClip
"treatsm10"Frame 36Symbol 103 MovieClip
"player11"Frame 39Symbol 98 MovieClip
"treatsm11"Frame 39Symbol 103 MovieClip
"player12"Frame 42Symbol 98 MovieClip
"treatsm12"Frame 42Symbol 103 MovieClip
"player13"Frame 45Symbol 98 MovieClip
"treatsm13"Frame 45Symbol 103 MovieClip
"player14"Frame 48Symbol 98 MovieClip
"treatsm14"Frame 48Symbol 103 MovieClip
"player15"Frame 51Symbol 98 MovieClip
"treatsm15"Frame 51Symbol 103 MovieClip
"player16"Frame 54Symbol 98 MovieClip
"treatsm16"Frame 54Symbol 103 MovieClip
"player17"Frame 57Symbol 98 MovieClip
"treatsm17"Frame 57Symbol 103 MovieClip
"player18"Frame 60Symbol 98 MovieClip
"treatsm18"Frame 60Symbol 103 MovieClip
"player19"Frame 63Symbol 98 MovieClip
"treatsm19"Frame 63Symbol 103 MovieClip
"player20"Frame 66Symbol 98 MovieClip
"treatsm20"Frame 66Symbol 103 MovieClip
"btn_send"Frame 68Symbol 240 Button
"bar"Symbol 43 MovieClip Frame 1Symbol 5 MovieClip
"bargfx"Symbol 43 MovieClip Frame 1Symbol 8 MovieClip
"tankLogo"Symbol 43 MovieClip Frame 1Symbol 25 MovieClip
"bargfx"Symbol 43 MovieClip Frame 2Symbol 8 MovieClip
"loadingText"Symbol 43 MovieClip Frame 2Symbol 30 MovieClip
"bargfx"Symbol 43 MovieClip Frame 20Symbol 8 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "song1"

Labels

"gameover"Frame 68
"LOAD"Symbol 43 MovieClip Frame 1
"COMPLETE_STOP"Symbol 43 MovieClip Frame 2

Dynamic Text Variables

timerSymbol 81 EditableText""
scoreSymbol 83 EditableText""
scoreSymbol 104 EditableText""
timerSymbol 113 EditableText""
scoreSymbol 115 EditableText""
scoreSymbol 116 EditableText""
timerSymbol 122 EditableText""
scoreSymbol 124 EditableText""
scoreSymbol 125 EditableText""
timerSymbol 129 EditableText""
scoreSymbol 131 EditableText""
scoreSymbol 132 EditableText""
timerSymbol 134 EditableText""
scoreSymbol 136 EditableText""
scoreSymbol 137 EditableText""
timerSymbol 141 EditableText""
scoreSymbol 143 EditableText""
scoreSymbol 144 EditableText""
timerSymbol 147 EditableText""
scoreSymbol 149 EditableText""
scoreSymbol 150 EditableText""
timerSymbol 155 EditableText""
scoreSymbol 157 EditableText""
scoreSymbol 158 EditableText""
timerSymbol 160 EditableText""
scoreSymbol 162 EditableText""
scoreSymbol 163 EditableText""
timerSymbol 165 EditableText""
scoreSymbol 167 EditableText""
scoreSymbol 168 EditableText""
timerSymbol 170 EditableText""
scoreSymbol 172 EditableText""
scoreSymbol 173 EditableText""
timerSymbol 178 EditableText""
scoreSymbol 180 EditableText""
scoreSymbol 181 EditableText""
timerSymbol 183 EditableText""
scoreSymbol 185 EditableText""
scoreSymbol 186 EditableText""
timerSymbol 189 EditableText""
scoreSymbol 191 EditableText""
scoreSymbol 192 EditableText""
timerSymbol 195 EditableText""
scoreSymbol 197 EditableText""
scoreSymbol 198 EditableText""
timerSymbol 203 EditableText""
scoreSymbol 205 EditableText""
scoreSymbol 206 EditableText""
timerSymbol 208 EditableText""
scoreSymbol 210 EditableText""
scoreSymbol 211 EditableText""
timerSymbol 214 EditableText""
scoreSymbol 216 EditableText""
scoreSymbol 217 EditableText""
timerSymbol 219 EditableText""
scoreSymbol 221 EditableText""
scoreSymbol 222 EditableText""
timerSymbol 226 EditableText""
scoreSymbol 228 EditableText""
scoreSymbol 229 EditableText""
scoreSymbol 236 EditableText""
nameSymbol 238 EditableText""




http://swfchan.com/15/74085/info.shtml
Created: 7/4 -2019 16:09:13 Last modified: 7/4 -2019 16:09:13 Server time: 15/05 -2024 09:08:43