| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231348 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #36289 |
| collect as many fruits as you can before your time runs out! Move around using the left and right arrows. Use the down arrow to duck. Press S to toggle sound, and 1-3 to toggle music. |
| Melons extend your time |
| waterMelons give special effects |
| coconuts will deduct time! Avoid these |
| My Site |
| My Site |
ActionScript [AS1/AS2]
Frame 1stop();Instance of Symbol 3 MovieClip in Frame 1onClipEvent (load) { Set("30", this._x); } onClipEvent (enterFrame) { if (_root.getBytesTotal() != undefined) { this._x = 30 + ((_root.getBytesLoaded() / _root.getBytesTotal()) * 300); if (this._x >= (30 + 300)) { _root.gotoAndPlay("intro"); } } }Frame 2var bMessage = "Click me to start!"; i = 1; while (i <= 3) { _root[("music" + i) + "_sfx"].stop(); _root[("music" + i) + "_sfx"] = new Sound(); _root[("music" + i) + "_sfx"].attachSound(("music" + i) + "_sfx"); _root[("music" + i) + "_sfx"].onSoundComplete = function () { this.start(); }; i++; } myMusic = ("music" + (Math.floor(Math.random() * 3) + 1).toString()) + "_sfx"; _root[myMusic].start(); var 34 = new Sound(); var 25 = true; _root.createEmptyMovieClip("sound_mc", _root.getNextHighestDepth()); Key.addListener(_root.sound_mc); _root.sound_mc.onKeyDown = function () { myKey = Key.getCode(); if ((myKey >= 49) && (myKey <= 53)) { i = 1; while (i <= 5) { _root[("music" + i) + "_sfx"].stop(); i++; } myMusic = ("music" + (myKey - 48)) + "_sfx"; _root[myMusic].start(); } if (myKey == 83) { if (_root["25"]) { _root["25"] = false; _root["34"].setVolume(0); } else { _root["25"] = true; _root["34"].setVolume(100); } } }; if (_global.System) { System.security.allowDomain("mochibot.com"); } _level0.__com_mochibot__swfid = "22914afa"; loadMovieNum ("http://mochibot.com/my/core.swf", 10301); stop();Frame 3function 23() { clearInterval(spawnCoco); spawnCoco = setInterval(function () { Set("17", "n" + _root.getNextHighestDepth()); if (_root["13"] <= 0) { _root.coconut_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); } else { _root.melon_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); } }, 500 - (_root["8"] * 50)); } var 28 = 700; var 27 = 500; var score = 0; var 8 = 0; var 1 = 2; var 15 = 10; var 32 = 30; var 31 = 32; var 14 = 5; var 7 = 10; var 35 = 5; var 20 = new Array(); 20[0] = "Melon Rain"; 20[1] = "Shield"; 20[2] = "Sprint"; 20[3] = "Time +10"; var 13 = 0; var 26 = 0; var 6 = 0; var 24 = 0; var 16 = new Object(); Key.addListener(16); 16.onKeyDown = function () { myKey = Key.getCode(); if ((myKey == 40) && (!_root.hero_mc["9"])) { _root.hero_mc.gotoAndPlay("duck"); _root.hero_mc["9"] = true; } if (myKey == 39) { _root.hero_mc.moveDir = "right"; } if (myKey == 37) { _root.hero_mc.moveDir = "left"; } }; 16.onKeyUp = function () { if ((!Key.isDown(40)) && (_root.hero_mc["9"])) { _root.hero_mc.gotoAndPlay("endDuck1"); _root.hero_mc["9"] = false; } if (((!Key.isDown(39)) && (_root.hero_mc.moveDir == "right")) || ((!Key.isDown(37)) && (_root.hero_mc.moveDir == "left"))) { _root.hero_mc.moveDir = "neutral"; } }; oneSecond = setInterval(function () { _root.score = _root.score + 2; _root["31"]--; if (_root["31"] <= 0) { _root.gotoAndStop("outro"); } if (_root["13"] > 0) { _root["13"]--; } if (_root["26"] > 0) { _root["26"]--; } if (_root["24"] > 0) { _root["24"]--; } if (Math.floor(_root.score / 250) > _root["8"]) { _root["8"]++; _root["7"]++; _root["14"]++; _root["35"]++; _root["15"]++; _root.23(); Set("17", _root.getNextHighestDepth()); _root.textDisplay_mc.duplicateMovieClip(17, 17); _root[17].dMessage = ("Level " + _root["8"]) + "!"; } }, 1000); 23(); spawnMelon = setInterval(function () { Set("17", "n" + _root.getNextHighestDepth()); _root.melon_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); }, 2000); spawnCloud = setInterval(function () { Set("17", "n" + _root.getNextHighestDepth()); _root.cloud_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); }, 10000); spawnWater = setInterval(function () { Set("17", "n" + _root.getNextHighestDepth()); _root.water_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); }, 30000); var 4 = new Sound(); 4.attachSound("bonk_sfx"); var 22 = new Sound(); 22.attachSound("screech_sfx"); var 3 = new Sound(); 3.attachSound("bloop_sfx"); var 19 = new Sound(); 19.attachSound("powerSound_sfx"); stop();Instance of Symbol 43 MovieClip in Frame 3onClipEvent (load) { var 2; } onClipEvent (enterFrame) { if (_root["31"] < 5) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } }Instance of Symbol 112 MovieClip "hero_mc" in Frame 3onClipEvent (load) { function 5() { if (9) { gotoAndPlay ("duck"); } else { gotoAndPlay ("stand"); } Set("10", false); Set("21", false); } var 21 = false; var 9 = false; var 10 = false; var 2; var 29 = this._width; } onClipEvent (enterFrame) { if ((!9) && (!10)) { if (moveDir == "left") { this._x = this._x - _root["15"]; if (_root["26"] > 0) { this._x = this._x - _root["15"]; } } if (moveDir == "right") { this._x = this._x + _root["15"]; if (_root["26"] > 0) { this._x = this._x + _root["15"]; } } if (this._x < (29 / 2)) { this._x = 29 / 2; } if (this._x > (_root["28"] - (29 / 2))) { this._x = _root["28"] - (29 / 2); } } if ((_root["26"] > 0) && (_root["26"] < 3)) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } }Instance of Symbol 3 MovieClip "coconut_mc" in Frame 3onClipEvent (load) { if (this._name != "coconut_mc") { var 36 = (3 - (Math.random() * 6)); var 37 = (Math.random() * 3); var 33 = 12; var 2; var 1 = _root["1"]; var 11 = false; this._visible = true; this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2); this._y = -this._height; } else { this._visible = false; this._x = -200; this._y = -200; } } onClipEvent (enterFrame) { if (this._name != "coconut_mc") { if (!11) { if ((33 == 12) && (_root.hero_mc.hitTest(this) || (_root.shield_mc.hitTest(this)))) { var 17 = ("b" + _root.getNextHighestDepth()); _root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); _root[17]._x = this._x; _root[17]._y = this._y; Set("11", true); _root["4"].start(); if ((!_root.hero_mc["21"]) && (!_root.shield_mc.hitTest(this))) { _root["31"] = _root["31"] - 2; _root.hero_mc.gotoAndPlay("flinch"); _root["22"].start(); } } if (33 < 12) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } if (this._y < (_root["27"] - (this._height / 2))) { if ((this._y + _root["7"]) < (_root["27"] - (this._height / 2))) { this._y = this._y + _root["7"]; } else { this._y = _root["27"] - (this._height / 2); } } else { 33--; } if ((33 <= 0) || (_root._currentframe == 4)) { removeMovieClip(this); } } else { this._x = this._x + 36; this._y = this._y + 37; Set("37", 37 + 1); } } }Instance of Symbol 114 MovieClip "bonk_mc" in Frame 3onClipEvent (load) { if (this._name != "bonk_mc") { this._rotation = 45 - (Math.random() * 90); this._visible = true; } else { this._visible = false; this._x = -200; this._y = -200; } }Instance of Symbol 19 MovieClip "melon_mc" in Frame 3onClipEvent (load) { if (this._name != "melon_mc") { var 36 = (3 - (Math.random() * 6)); var 37 = (Math.random() * 3); var 33 = 24; var 2; var 1 = _root["1"]; var 12 = false; var 11 = false; this._visible = true; this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2); this._y = -this._height; } else { this._visible = false; this._x = -200; this._y = -200; } } onClipEvent (enterFrame) { if (this._name != "melon_mc") { if (!11) { if (_root.hero_mc.hitTest(this)) { if (_root.hero_mc["21"]) { var 17 = ("b" + _root.getNextHighestDepth()); _root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); _root[17]._x = this._x; _root[17]._y = this._y; Set("11", true); _root["4"].start(); } else { _root["31"] = _root["31"] + 2; if (_root["31"] > _root["32"]) { _root["31"] = _root["32"]; } this.gotoAndPlay("eaten"); _root["19"].start(); _root.score = _root.score + 10; Set("11", true); Set("12", true); } } if ((!12) && (33 < 24)) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } if (this._y < (_root["27"] - (this._height / 2))) { if ((this._y + _root["14"]) < (_root["27"] - (this._height / 2))) { this._y = this._y + _root["14"]; } else { this._y = _root["27"] - (this._height / 2); } } else { 33--; } if ((!12) && ((33 <= 0) || (_root._currentframe == 4))) { removeMovieClip(this); } } else if (!12) { this._x = this._x + 36; this._y = this._y + 37; Set("37", 37 + 1); } } }Instance of Symbol 120 MovieClip "cloud_mc" in Frame 3onClipEvent (load) { if (this._name != "cloud_mc") { gotoAndStop(Math.floor(Math.random() * this._totalframes) + 1); xSide = Math.round(Math.random()); Set("36", Math.random() + 0.5); this._visible = true; if (xSide == 0) { this._x = -this._width; } else { this._x = _root["28"]; } this._y = (Math.random() * 100) + 25; } else { this._visible = false; this._x = -100; this._y = -100; } } onClipEvent (enterFrame) { if (this._name != "cloud_mc") { if (xSide == 0) { this._x = this._x + 36; } else { this._x = this._x - 36; } if (((this._x >= (_root["27"] + 400)) || (this._x < -400)) || (_root._currentframe == 4)) { removeMovieClip(this); } } }Instance of Symbol 19 MovieClip in Frame 3onClipEvent (load) { var 30 = this._x; var 2; } onClipEvent (enterFrame) { this._x = 30 + ((_root["31"] / _root["32"]) * (125 - this._width)); if (_root["31"] < 5) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } }Instance of Symbol 124 MovieClip "textDisplay_mc" in Frame 3onClipEvent (load) { if (this._name != "textDisplay_mc") { this._visible = true; counter = 48; this._x = _root.hero_mc._x; this._y = _root.hero_mc._y - 50; } else { this._visible = false; this._x = -200; this._y = -200; } } onClipEvent (enterFrame) { if (this._name != "textDisplay_mc") { this._y = this._y - 1; if (counter > 0) { counter--; } else { removeMovieClip(this); } } }Instance of Symbol 27 MovieClip "water_mc" in Frame 3onClipEvent (load) { if (this._name != "water_mc") { var 36 = (3 - (Math.random() * 6)); var 37 = (Math.random() * 3); var 18 = _root["20"][Math.floor(Math.random() * _root["20"].length)]; var 33 = 24; var 2; var 1 = _root["1"]; var 12 = false; var 11 = false; this._visible = true; this._x = (Math.random() * (_root["28"] - this._width)) + (this._width / 2); this._y = -this._height; } else { this._visible = false; this._x = -200; this._y = -200; } } onClipEvent (enterFrame) { if (this._name != "water_mc") { if (!11) { if (_root.hero_mc.hitTest(this)) { if (_root.hero_mc["21"]) { var 17 = ("b" + _root.getNextHighestDepth()); _root.bonk_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); _root[17]._x = this._x; _root[17]._y = this._y; Set("11", true); _root["4"].start(); } else { if (18 == "Melon Rain") { _root["13"] = _root["13"] + 5; } if (18 == "Shield") { _root["24"] = _root["24"] + 10; } if (18 == "Sprint") { _root["26"] = _root["26"] + 10; } if (18 == "Time +10") { _root["31"] = _root["31"] + 10; if (_root["31"] > _root["32"]) { _root["31"] = _root["32"]; } } Set("17", "d" + _root.getNextHighestDepth()); _root.textDisplay_mc.duplicateMovieClip(17, _root.getNextHighestDepth()); _root[17].dMessage = 18; this.gotoAndPlay("eaten"); _root["19"].start(); _root.score = _root.score + 10; Set("11", true); Set("12", true); } } if ((!12) && (33 < 24)) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } if (this._y < (_root["27"] - (this._height / 2))) { if ((this._y + _root["35"]) < (_root["27"] - (this._height / 2))) { this._y = this._y + _root["35"]; } else { this._y = _root["27"] - (this._height / 2); } } else { 33--; } if ((!12) && ((33 <= 0) || (_root._currentframe == 4))) { removeMovieClip(this); } } else if (!12) { this._x = this._x + 36; this._y = this._y + 37; Set("37", 37 + 1); } } }Instance of Symbol 126 MovieClip "shield_mc" in Frame 3onClipEvent (load) { var 2; this._visible = false; this._x = -200; this._y = -200; } onClipEvent (enterFrame) { if (_root["24"] > 0) { this._visible = true; this._x = _root.hero_mc._x - (this._width / 2); this._y = _root.hero_mc._y - 100; if (_root["24"] < 3) { if (this._alpha >= 100) { Set("2", -50); } if (this._alpha <= 0) { Set("2", 50); } this._alpha = this._alpha + 2; } else { this._alpha = 100; } } else { this._visible = false; this._x = -200; this._y = -200; } }Frame 4clearInterval(oneSecond); clearInterval(spawnCoco); clearInterval(spawnMelon); clearInterval(spawnCloud); clearInterval(spawnWater); bMessage = "Your score was " + _root.score; stop();Symbol 12 MovieClip Frame 1stop();Symbol 19 MovieClip Frame 1stop();Symbol 19 MovieClip Frame 7removeMovieClip(this);Symbol 27 MovieClip Frame 1stop();Symbol 27 MovieClip Frame 7removeMovieClip(this);Symbol 34 Buttonon (press) { getURL ("http://steve.slightsbytes.com", "_blank"); } on (rollOver) { _root.bMessage = "Visit my site!"; } on (rollOut) { _root.bMessage = "Click me to start!"; }Symbol 36 Buttonon (press) { _root.gotoAndPlay("game"); }Symbol 112 MovieClip Frame 195();Symbol 112 MovieClip Frame 23Set("21", true);Symbol 112 MovieClip Frame 29if (9) { gotoAndPlay ("beginDuck"); } else { Set("21", false); gotoAndPlay(nextFrame); }Symbol 112 MovieClip Frame 325();Symbol 112 MovieClip Frame 33Set("10", true);Symbol 112 MovieClip Frame 415();Symbol 114 MovieClip Frame 3removeMovieClip(this);Symbol 120 MovieClip Frame 1stop();Symbol 120 MovieClip Frame 2stop();Symbol 120 MovieClip Frame 3stop();Symbol 120 MovieClip Frame 4stop();Symbol 120 MovieClip Frame 5stop();Symbol 129 Buttonon (rollOver) { bMessage = "Go again?"; } on (rollOut) { _root.bMessage = "Your score was " + _root.score; } on (press) { _root.gotoAndStop("intro"); }
Library Items
| Symbol 1 Graphic | Used by:Timeline | |
| Symbol 2 Graphic | Used by:3 | |
| Symbol 3 MovieClip | Uses:2 | Used by:Timeline |
| Symbol 4 Graphic | Used by:Timeline | |
| Symbol 5 Sound [screech_sfx] | Used by:12 | |
| Symbol 6 Sound [bloop_sfx] | Used by:12 | |
| Symbol 7 Sound [music1_sfx] | Used by:12 | |
| Symbol 8 Sound [music2_sfx] | Used by:12 | |
| Symbol 9 Sound [music3_sfx] | Used by:12 | |
| Symbol 10 Sound [powerSound_sfx] | Used by:12 | |
| Symbol 11 Sound [bonk_sfx] | Used by:12 | |
| Symbol 12 MovieClip | Uses:5 6 7 8 9 10 11 | Used by:Timeline |
| Symbol 13 Font | Used by:14 15 20 28 29 31 33 44 121 122 123 131 | |
| Symbol 14 EditableText | Uses:13 | Used by:Timeline |
| Symbol 15 Text | Uses:13 | Used by:Timeline |
| Symbol 16 Graphic | Used by:19 | |
| Symbol 17 Graphic | Used by:19 | |
| Symbol 18 Graphic | Used by:19 | |
| Symbol 19 MovieClip | Uses:16 17 18 | Used by:Timeline |
| Symbol 20 Text | Uses:13 | Used by:Timeline |
| Symbol 21 Graphic | Used by:27 | |
| Symbol 22 Graphic | Used by:27 | |
| Symbol 23 Graphic | Used by:27 | |
| Symbol 24 Graphic | Used by:27 | |
| Symbol 25 Graphic | Used by:27 | |
| Symbol 26 Graphic | Used by:27 | |
| Symbol 27 MovieClip | Uses:21 22 23 24 25 26 | Used by:Timeline |
| Symbol 28 Text | Uses:13 | Used by:Timeline |
| Symbol 29 Text | Uses:13 | Used by:Timeline |
| Symbol 30 Graphic | Used by:34 | |
| Symbol 31 Text | Uses:13 | Used by:34 |
| Symbol 32 Graphic | Used by:34 | |
| Symbol 33 Text | Uses:13 | Used by:34 |
| Symbol 34 Button | Uses:30 31 32 33 | Used by:Timeline |
| Symbol 35 Graphic | Used by:36 | |
| Symbol 36 Button | Uses:35 | Used by:Timeline |
| Symbol 37 Graphic | Used by:Timeline | |
| Symbol 38 Graphic | Used by:Timeline | |
| Symbol 39 Graphic | Used by:Timeline | |
| Symbol 40 Graphic | Used by:Timeline | |
| Symbol 41 Graphic | Used by:Timeline | |
| Symbol 42 Graphic | Used by:43 | |
| Symbol 43 MovieClip | Uses:42 | Used by:Timeline |
| Symbol 44 EditableText | Uses:13 | Used by:Timeline |
| Symbol 45 ShapeTweening | Used by:112 | |
| Symbol 46 ShapeTweening | Used by:112 | |
| Symbol 47 ShapeTweening | Used by:112 | |
| Symbol 48 Graphic | Used by:112 | |
| Symbol 49 ShapeTweening | Used by:112 | |
| Symbol 50 ShapeTweening | Used by:112 | |
| Symbol 51 ShapeTweening | Used by:112 | |
| Symbol 52 ShapeTweening | Used by:112 | |
| Symbol 53 ShapeTweening | Used by:112 | |
| Symbol 54 ShapeTweening | Used by:112 | |
| Symbol 55 ShapeTweening | Used by:112 | |
| Symbol 56 ShapeTweening | Used by:112 | |
| Symbol 57 Graphic | Used by:112 | |
| Symbol 58 ShapeTweening | Used by:112 | |
| Symbol 59 ShapeTweening | Used by:112 | |
| Symbol 60 ShapeTweening | Used by:112 | |
| Symbol 61 ShapeTweening | Used by:112 | |
| Symbol 62 ShapeTweening | Used by:112 | |
| Symbol 63 Graphic | Used by:112 | |
| Symbol 64 ShapeTweening | Used by:112 | |
| Symbol 65 ShapeTweening | Used by:112 | |
| Symbol 66 ShapeTweening | Used by:112 | |
| Symbol 67 ShapeTweening | Used by:112 | |
| Symbol 68 ShapeTweening | Used by:112 | |
| Symbol 69 ShapeTweening | Used by:112 | |
| Symbol 70 ShapeTweening | Used by:112 | |
| Symbol 71 ShapeTweening | Used by:112 | |
| Symbol 72 ShapeTweening | Used by:112 | |
| Symbol 73 ShapeTweening | Used by:112 | |
| Symbol 74 ShapeTweening | Used by:112 | |
| Symbol 75 ShapeTweening | Used by:112 | |
| Symbol 76 ShapeTweening | Used by:112 | |
| Symbol 77 ShapeTweening | Used by:112 | |
| Symbol 78 ShapeTweening | Used by:112 | |
| Symbol 79 ShapeTweening | Used by:112 | |
| Symbol 80 ShapeTweening | Used by:112 | |
| Symbol 81 ShapeTweening | Used by:112 | |
| Symbol 82 ShapeTweening | Used by:112 | |
| Symbol 83 ShapeTweening | Used by:112 | |
| Symbol 84 ShapeTweening | Used by:112 | |
| Symbol 85 ShapeTweening | Used by:112 | |
| Symbol 86 ShapeTweening | Used by:112 | |
| Symbol 87 ShapeTweening | Used by:112 | |
| Symbol 88 ShapeTweening | Used by:112 | |
| Symbol 89 ShapeTweening | Used by:112 | |
| Symbol 90 ShapeTweening | Used by:112 | |
| Symbol 91 ShapeTweening | Used by:112 | |
| Symbol 92 ShapeTweening | Used by:112 | |
| Symbol 93 ShapeTweening | Used by:112 | |
| Symbol 94 ShapeTweening | Used by:112 | |
| Symbol 95 ShapeTweening | Used by:112 | |
| Symbol 96 ShapeTweening | Used by:112 | |
| Symbol 97 ShapeTweening | Used by:112 | |
| Symbol 98 ShapeTweening | Used by:112 | |
| Symbol 99 ShapeTweening | Used by:112 | |
| Symbol 100 ShapeTweening | Used by:112 | |
| Symbol 101 ShapeTweening | Used by:112 | |
| Symbol 102 ShapeTweening | Used by:112 | |
| Symbol 103 ShapeTweening | Used by:112 | |
| Symbol 104 ShapeTweening | Used by:112 | |
| Symbol 105 ShapeTweening | Used by:112 | |
| Symbol 106 ShapeTweening | Used by:112 | |
| Symbol 107 ShapeTweening | Used by:112 | |
| Symbol 108 ShapeTweening | Used by:112 | |
| Symbol 109 ShapeTweening | Used by:112 | |
| Symbol 110 ShapeTweening | Used by:112 | |
| Symbol 111 ShapeTweening | Used by:112 | |
| Symbol 112 MovieClip | Uses:45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | Used by:Timeline |
| Symbol 113 Graphic | Used by:114 | |
| Symbol 114 MovieClip | Uses:113 | Used by:Timeline |
| Symbol 115 Graphic | Used by:120 | |
| Symbol 116 Graphic | Used by:120 | |
| Symbol 117 Graphic | Used by:120 | |
| Symbol 118 Graphic | Used by:120 | |
| Symbol 119 Graphic | Used by:120 | |
| Symbol 120 MovieClip | Uses:115 116 117 118 119 | Used by:Timeline |
| Symbol 121 EditableText | Uses:13 | Used by:Timeline |
| Symbol 122 EditableText | Uses:13 | Used by:124 |
| Symbol 123 EditableText | Uses:13 | Used by:124 |
| Symbol 124 MovieClip | Uses:122 123 | Used by:Timeline |
| Symbol 125 Graphic | Used by:126 | |
| Symbol 126 MovieClip | Uses:125 | Used by:Timeline |
| Symbol 127 Graphic | Used by:Timeline | |
| Symbol 128 Graphic | Used by:129 | |
| Symbol 129 Button | Uses:128 | Used by:Timeline |
| Symbol 130 Graphic | Used by:Timeline | |
| Symbol 131 EditableText | Uses:13 | Used by:Timeline |
Instance Names
| "assets_mc" | Frame 2 | Symbol 12 MovieClip |
| "hero_mc" | Frame 3 | Symbol 112 MovieClip |
| "coconut_mc" | Frame 3 | Symbol 3 MovieClip |
| "bonk_mc" | Frame 3 | Symbol 114 MovieClip |
| "melon_mc" | Frame 3 | Symbol 19 MovieClip |
| "cloud_mc" | Frame 3 | Symbol 120 MovieClip |
| "textDisplay_mc" | Frame 3 | Symbol 124 MovieClip |
| "water_mc" | Frame 3 | Symbol 27 MovieClip |
| "shield_mc" | Frame 3 | Symbol 126 MovieClip |
Special Tags
| Protect (24) | Timeline Frame 1 | 0 bytes "" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 5 as "screech_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 6 as "bloop_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 7 as "music1_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 8 as "music2_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 9 as "music3_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 10 as "powerSound_sfx" |
| ExportAssets (56) | Timeline Frame 2 | Symbol 11 as "bonk_sfx" |
Labels
| "intro" | Frame 2 |
| "game" | Frame 3 |
| "outro" | Frame 4 |
| "eaten" | Symbol 19 MovieClip Frame 2 |
| "eaten" | Symbol 27 MovieClip Frame 2 |
| "stand" | Symbol 112 MovieClip Frame 1 |
| "duck" | Symbol 112 MovieClip Frame 20 |
| "beginDuck" | Symbol 112 MovieClip Frame 23 |
| "endDuck" | Symbol 112 MovieClip Frame 29 |
| "flinch" | Symbol 112 MovieClip Frame 33 |
Dynamic Text Variables
| bMessage | Symbol 14 EditableText | "" |
| score | Symbol 44 EditableText | "" |
| score | Symbol 121 EditableText | "" |
| dMessage | Symbol 122 EditableText | "" |
| dMessage | Symbol 123 EditableText | "" |
| bMessage | Symbol 131 EditableText | "" |
|
|