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

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

Monkey Barrel.swf

This is the info page for
Flash #22126

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


Text
Loading!

kode0001 produktionz

Monkey Barrel

Initial Speed:

10

10

Instructions

Instructions

Instructions

High Scores

High Scores

High Scores

Start

Start

Start

NickName:

AnonymousPerson

Game Mode

Level Mode

Level Mode

Level Mode

Score Mode

Score Mode

Score Mode

Catch Mode

Catch Mode

Catch Mode

Go from various levels with intermissions
telling you how far you need to go next
time.

Play to reach a high score as the objects
continue to fall gaining speed.

Catch all the coconuts and bananas before
they hit the ground as they continue to speed
up

Back

Back

Back

Instructions

Use the mouse to move the barrel back and forth.
catch the brown coconuts and the bananas but avoid
the red-skull coconuts.
You start out in Level Mode and Score Mode with
5 falls alowed, if you score 100 points you gain an
extra fall.
You can set your initial speed from 5 to 20 at the
title screen.
High scores are only on kode0001.com. Enter Your
name at the title screen.
If the game is lagging try Right-Clicking and lowering
the quality.

0

Score:

5

Left:

0

0

5

Next Level

You have met the limit with a score of:

0

To move on to the next level you need:

0

points!

Start

Quit

Quit

Quit

Game Over!

You let too many hit the floor! You had a score of:

0

You can submit your score to the highscore database
to see if you rank. Click the submit button below or
if your not playing at kode0001.com then click the
back button.
Thanks for playing.

Submit

Submit

Submit

High Scores

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

10

10

:

1

1

2

2

3

3

4

4

5

5

6

6

7

7

8

8

9

9

10

10

Level Mode

Refresh

Refresh

Refresh

Score Mode

Catch Mode

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop(); _global.speed = 10;
Frame 5
_root.gametype = "scoretype"; stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut2" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut3" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut4" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 141 MovieClip "tracer" in Frame 5
onClipEvent (load) { startDrag ("", true); }
Instance of Symbol 141 MovieClip "control" in Frame 5
onClipEvent (load) { _root.fallsleft = 5; _root.score = 0; _root.clonescore = 0; _root.coconut1.randomize(); _root.coconut2.randomize(); _root.coconut3.randomize(); _root.coconut4.randomize(); } onClipEvent (enterFrame) { if (_root.clonescore >= 100) { _root.fallsleft++; _root.clonescore = _root.clonescore - 100; } _root.b01._x = _root.tracer._x - 30; _root.b02._x = _root.tracer._x - 30; _root.hita._x = _root.tracer._x - 30; _root.coconut1._y = _root.coconut1._y + _global.speed; _root.coconut2._y = _root.coconut2._y + _global.speed; _root.coconut3._y = _root.coconut3._y + _global.speed; _root.coconut4._y = _root.coconut4._y + _global.speed; if (_root.coconut1._y >= 455) { if (_root.coconut1._y <= 600) { if (_root.coconut1._currentframe == 1) { _root.smash01._x = _root.coconut1._x; _root.smash01._y = _root.coconut1._y; _root.smash01.play(); _root.fallsleft--; } else if (_root.coconut1._currentframe == 3) { _root.bsmash01._x = _root.coconut1._x; _root.bsmash01._y = _root.coconut1._y; _root.bsmash01.play(); } else if (_root.coconut1._currentframe == 2) { _root.basmash01._x = _root.coconut1._x; _root.basmash01._y = _root.coconut1._y; _root.basmash01.play(); _root.fallsleft--; } } _root.coconut1.randomize(); _root.coconut1._y = -50; _root.coconut1._x = random(400) + 50; } if (_root.coconut2._y >= 460) { if (_root.coconut2._y <= 600) { if (_root.coconut2._currentframe == 1) { _root.smash02._x = _root.coconut2._x; _root.smash02._y = _root.coconut2._y; _root.smash02.play(); _root.fallsleft--; } else if (_root.coconut2._currentframe == 3) { _root.bsmash02._x = _root.coconut2._x; _root.bsmash02._y = _root.coconut2._y; _root.bsmash02.play(); } else if (_root.coconut2._currentframe == 2) { _root.basmash02._x = _root.coconut2._x; _root.basmash02._y = _root.coconut2._y; _root.basmash02.play(); _root.fallsleft--; } } _root.coconut2.randomize(); _root.coconut2._y = -50; _root.coconut2._x = random(400) + 50; } if (_root.coconut3._y >= 450) { if (_root.coconut3._y <= 600) { if (_root.coconut3._currentframe == 1) { _root.smash03._x = _root.coconut3._x; _root.smash03._y = _root.coconut3._y; _root.smash03.play(); _root.fallsleft--; } else if (_root.coconut3._currentframe == 3) { _root.bsmash03._x = _root.coconut3._x; _root.bsmash03._y = _root.coconut3._y; _root.bsmash03.play(); } else if (_root.coconut3._currentframe == 2) { _root.basmash03._x = _root.coconut3._x; _root.basmash03._y = _root.coconut3._y; _root.basmash03.play(); _root.fallsleft--; } } _root.coconut3.randomize(); _root.coconut3._y = -50; _root.coconut3._x = random(400) + 50; } if (_root.coconut4._y >= 465) { if (_root.coconut4._y <= 600) { if (_root.coconut4._currentframe == 1) { _root.smash04._x = _root.coconut4._x; _root.smash04._y = _root.coconut4._y; _root.smash04.play(); _root.fallsleft--; } else if (_root.coconut4._currentframe == 3) { _root.bsmash04._x = _root.coconut4._x; _root.bsmash04._y = _root.coconut4._y; _root.bsmash04.play(); } else if (_root.coconut4._currentframe == 2) { _root.basmash04._x = _root.coconut4._x; _root.basmash04._y = _root.coconut4._y; _root.basmash04.play(); _root.fallsleft--; } } _root.coconut4.randomize(); _root.coconut4._y = -50; _root.coconut4._x = random(400) + 50; } if (_root.fallsleft < 0) { _root.gotoAndStop(10); } _global.speed = _global.speed + 0.0005; }
Frame 6
_root.gametype = "catchtype"; stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut2" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut3" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut4" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 141 MovieClip "control" in Frame 6
onClipEvent (load) { _root.score = 0; _root.coconut1.randomize(); _root.coconut2.randomize(); _root.coconut3.randomize(); _root.coconut4.randomize(); } onClipEvent (enterFrame) { _root.b01._x = _root.tracer._x - 30; _root.b02._x = _root.tracer._x - 30; _root.hita._x = _root.tracer._x - 30; _root.coconut1._y = _root.coconut1._y + _global.speed; _root.coconut2._y = _root.coconut2._y + _global.speed; _root.coconut3._y = _root.coconut3._y + _global.speed; _root.coconut4._y = _root.coconut4._y + _global.speed; if (_root.coconut1._y >= 455) { if (_root.coconut1._y <= 600) { if (_root.coconut1._currentframe == 1) { _root.smash01._x = _root.coconut1._x; _root.smash01._y = _root.coconut1._y; _root.smash01.play(); _root.gotoAndStop(10); } else if (_root.coconut1._currentframe == 3) { _root.bsmash01._x = _root.coconut1._x; _root.bsmash01._y = _root.coconut1._y; _root.bsmash01.play(); } else if (_root.coconut1._currentframe == 2) { _root.basmash01._x = _root.coconut1._x; _root.basmash01._y = _root.coconut1._y; _root.basmash01.play(); _root.gotoAndStop(10); } } _root.coconut1.randomize(); _root.coconut1._y = -50; _root.coconut1._x = random(400) + 50; } if (_root.coconut2._y >= 460) { if (_root.coconut2._y <= 600) { if (_root.coconut2._currentframe == 1) { _root.smash02._x = _root.coconut2._x; _root.smash02._y = _root.coconut2._y; _root.smash02.play(); _root.gotoAndStop(10); } else if (_root.coconut2._currentframe == 3) { _root.bsmash02._x = _root.coconut2._x; _root.bsmash02._y = _root.coconut2._y; _root.bsmash02.play(); } else if (_root.coconut2._currentframe == 2) { _root.basmash02._x = _root.coconut2._x; _root.basmash02._y = _root.coconut2._y; _root.basmash02.play(); _root.gotoAndStop(10); } } _root.coconut2.randomize(); _root.coconut2._y = -50; _root.coconut2._x = random(400) + 50; } if (_root.coconut3._y >= 450) { if (_root.coconut3._y <= 600) { if (_root.coconut3._currentframe == 1) { _root.smash03._x = _root.coconut3._x; _root.smash03._y = _root.coconut3._y; _root.smash03.play(); _root.gotoAndStop(10); } else if (_root.coconut3._currentframe == 3) { _root.bsmash03._x = _root.coconut3._x; _root.bsmash03._y = _root.coconut3._y; _root.bsmash03.play(); } else if (_root.coconut3._currentframe == 2) { _root.basmash03._x = _root.coconut3._x; _root.basmash03._y = _root.coconut3._y; _root.basmash03.play(); _root.gotoAndStop(10); } } _root.coconut3.randomize(); _root.coconut3._y = -50; _root.coconut3._x = random(400) + 50; } if (_root.coconut4._y >= 465) { if (_root.coconut4._y <= 600) { if (_root.coconut4._currentframe == 1) { _root.smash04._x = _root.coconut4._x; _root.smash04._y = _root.coconut4._y; _root.smash04.play(); _root.gotoAndStop(10); } else if (_root.coconut4._currentframe == 3) { _root.bsmash04._x = _root.coconut4._x; _root.bsmash04._y = _root.coconut4._y; _root.bsmash04.play(); } else if (_root.coconut4._currentframe == 2) { _root.basmash04._x = _root.coconut4._x; _root.basmash04._y = _root.coconut4._y; _root.basmash04.play(); _root.gotoAndStop(10); } } _root.coconut4.randomize(); _root.coconut4._y = -50; _root.coconut4._x = random(400) + 50; } _global.speed = _global.speed + 0.005; }
Frame 7
_root.gametype = "level"; stop();
Instance of Symbol 107 MovieClip "coconut1" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut2" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut3" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 107 MovieClip "coconut4" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hita)) { if (this._currentframe == 1) { _root.score++; _root.clonescore++; } else if (this._currentframe == 2) { _root.score = _root.score + 5; _root.clonescore = _root.clonescore + 5; } else if (this._currentframe == 3) { _root.score = _root.score - 10; _root.clonescore = _root.clonescore - 10; } this._y = 1000; _root.sfx.gotoAndPlay(2); } }
Instance of Symbol 141 MovieClip "control" in Frame 7
onClipEvent (load) { _root.coconut1.randomize(); _root.coconut2.randomize(); _root.coconut3.randomize(); _root.coconut4.randomize(); } onClipEvent (enterFrame) { if (_root.clonescore >= 100) { _root.fallsleft++; _root.clonescore = _root.clonescore - 100; } _root.b01._x = _root.tracer._x - 30; _root.b02._x = _root.tracer._x - 30; _root.hita._x = _root.tracer._x - 30; _root.coconut1._y = _root.coconut1._y + _global.speed; _root.coconut2._y = _root.coconut2._y + _global.speed; _root.coconut3._y = _root.coconut3._y + _global.speed; _root.coconut4._y = _root.coconut4._y + _global.speed; if (_root.coconut1._y >= 455) { if (_root.coconut1._y <= 600) { if (_root.coconut1._currentframe == 1) { _root.smash01._x = _root.coconut1._x; _root.smash01._y = _root.coconut1._y; _root.smash01.play(); _root.fallsleft--; } else if (_root.coconut1._currentframe == 3) { _root.bsmash01._x = _root.coconut1._x; _root.bsmash01._y = _root.coconut1._y; _root.bsmash01.play(); } else if (_root.coconut1._currentframe == 2) { _root.basmash01._x = _root.coconut1._x; _root.basmash01._y = _root.coconut1._y; _root.basmash01.play(); _root.fallsleft--; } } _root.coconut1.randomize(); _root.coconut1._y = -50; _root.coconut1._x = random(400) + 50; } if (_root.coconut2._y >= 460) { if (_root.coconut2._y <= 600) { if (_root.coconut2._currentframe == 1) { _root.smash02._x = _root.coconut2._x; _root.smash02._y = _root.coconut2._y; _root.smash02.play(); _root.fallsleft--; } else if (_root.coconut2._currentframe == 3) { _root.bsmash02._x = _root.coconut2._x; _root.bsmash02._y = _root.coconut2._y; _root.bsmash02.play(); } else if (_root.coconut2._currentframe == 2) { _root.basmash02._x = _root.coconut2._x; _root.basmash02._y = _root.coconut2._y; _root.basmash02.play(); _root.fallsleft--; } } _root.coconut2.randomize(); _root.coconut2._y = -50; _root.coconut2._x = random(400) + 50; } if (_root.coconut3._y >= 450) { if (_root.coconut3._y <= 600) { if (_root.coconut3._currentframe == 1) { _root.smash03._x = _root.coconut3._x; _root.smash03._y = _root.coconut3._y; _root.smash03.play(); _root.fallsleft--; } else if (_root.coconut3._currentframe == 3) { _root.bsmash03._x = _root.coconut3._x; _root.bsmash03._y = _root.coconut3._y; _root.bsmash03.play(); } else if (_root.coconut3._currentframe == 2) { _root.basmash03._x = _root.coconut3._x; _root.basmash03._y = _root.coconut3._y; _root.basmash03.play(); _root.fallsleft--; } } _root.coconut3.randomize(); _root.coconut3._y = -50; _root.coconut3._x = random(400) + 50; } if (_root.coconut4._y >= 465) { if (_root.coconut4._y <= 600) { if (_root.coconut4._currentframe == 1) { _root.smash04._x = _root.coconut4._x; _root.smash04._y = _root.coconut4._y; _root.smash04.play(); _root.fallsleft--; } else if (_root.coconut4._currentframe == 3) { _root.bsmash04._x = _root.coconut4._x; _root.bsmash04._y = _root.coconut4._y; _root.bsmash04.play(); } else if (_root.coconut4._currentframe == 2) { _root.basmash04._x = _root.coconut4._x; _root.basmash04._y = _root.coconut4._y; _root.basmash04.play(); _root.fallsleft--; } } _root.coconut4.randomize(); _root.coconut4._y = -50; _root.coconut4._x = random(400) + 50; } if (_root.fallsleft < 0) { _root.gotoAndStop(10); } if (_root.score >= _root.quota) { _root.gotoAndStop(8); } }
Instance of Symbol 141 MovieClip in Frame 8
onClipEvent (load) { _root.quota = _root.score + 25; _global.speed = _global.speed + 1; }
Frame 11
gotoAndStop (10);
Frame 12
loadVariablesNum ((((("http://kode0001.com/dev/MB/fmakescore.php?fscore=" + _root.score) + "&fplayer=") + _root.nicknamea) + "&pizza=ASDFGH&typez=") + _root.gametype, 0);
Frame 15
function checkScoresC() { loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB03.php?stuff=" + random(999999), 0); } function checkScoresB() { loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB02.php?stuff=" + random(999999), 0); } function checkScores() { loadVariablesNum ("http://kode0001.com/dev/MB/flashdisphsMB01.php?stuff=" + random(999999), 0); }
Symbol 19 MovieClip Frame 1
stop();
Instance of Symbol 11 MovieClip in Symbol 19 MovieClip Frame 1
onClipEvent (enterFrame) { setProperty("_parent.loaderbar", _xscale , Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); if (_root.getBytesLoaded() == _root.getBytesTotal()) { _parent.gotoAndPlay(5); } }
Symbol 19 MovieClip Frame 37
_root.gotoAndStop(2);
Symbol 26 Button
on (press) { if (_global.speed < 20) { _global.speed++; } }
Symbol 27 Button
on (press) { if (_global.speed > 5) { _global.speed--; } }
Symbol 44 Button
on (release) { _root.gotoAndStop(4); }
Symbol 45 MovieClip Frame 20
stop();
Symbol 50 Button
on (release) { _root.gotoAndStop(15); }
Symbol 51 MovieClip Frame 24
stop();
Symbol 56 Button
on (release) { _root.gotoAndStop(3); }
Symbol 57 MovieClip Frame 22
stop();
Symbol 65 Button
on (release) { _root.score = 0; _root.clonescore = 0; _root.quota = 25; _root.fallsleft = 5; _root.gotoAndStop(7); }
Symbol 66 MovieClip Frame 20
stop();
Symbol 72 Button
on (release) { _root.gotoAndStop(5); }
Symbol 73 MovieClip Frame 22
stop();
Symbol 78 Button
on (release) { _root.gotoAndStop(6); }
Symbol 79 MovieClip Frame 24
stop();
Symbol 81 MovieClip Frame 21
stop();
Symbol 83 MovieClip Frame 23
stop();
Symbol 85 MovieClip Frame 25
stop();
Symbol 89 Button
on (release) { gotoAndStop (2); }
Symbol 100 MovieClip Frame 1
gotoAndStop(random(2) + 1);
Symbol 107 MovieClip Frame 1
function pcatchrand() { num = random(100); if (num < 10) { gotoAndStop (2); } else { gotoAndStop (1); } } function randomize() { num = random(100); if (num < 5) { gotoAndStop (2); } else if (num < 70) { gotoAndStop (1); } else { gotoAndStop (3); } }
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 16
this._y = 1000;
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 16
this._y = 1000;
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 9
this._y = 1000;
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 3
gotoAndStop (1);
Symbol 166 Button
on (release) { gotoAndStop (7); }
Symbol 170 Button
on (release) { gotoAndStop (2); }
Symbol 178 Button
on (release) { gotoAndStop (12); }
Symbol 224 Button
on (release) { checkScoresB(); gotoAndStop (17); }
Symbol 225 Button
on (release) { checkScores(); gotoAndStop (16); }
Symbol 226 Button
on (release) { checkScoresC(); gotoAndStop (18); }
Symbol 228 Button
on (release) { gotoAndStop (15); }
Symbol 232 Button
on (release) { checkScores(); }
Symbol 234 Button
on (release) { checkScoresB(); }
Symbol 236 Button
on (release) { checkScoresC(); }

Library Items

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

Instance Names

"b01"Frame 5Symbol 33 MovieClip
"hita"Frame 5Symbol 101 MovieClip
"coconut1"Frame 5Symbol 107 MovieClip
"coconut2"Frame 5Symbol 107 MovieClip
"coconut3"Frame 5Symbol 107 MovieClip
"coconut4"Frame 5Symbol 107 MovieClip
"bsmash01"Frame 5Symbol 124 MovieClip
"smash01"Frame 5Symbol 139 MovieClip
"bsmash02"Frame 5Symbol 124 MovieClip
"smash02"Frame 5Symbol 139 MovieClip
"bsmash03"Frame 5Symbol 124 MovieClip
"smash03"Frame 5Symbol 139 MovieClip
"bsmash04"Frame 5Symbol 124 MovieClip
"smash04"Frame 5Symbol 139 MovieClip
"tracer"Frame 5Symbol 141 MovieClip
"control"Frame 5Symbol 141 MovieClip
"b02"Frame 5Symbol 36 MovieClip
"basmash01"Frame 5Symbol 150 MovieClip
"basmash02"Frame 5Symbol 150 MovieClip
"basmash03"Frame 5Symbol 150 MovieClip
"basmash04"Frame 5Symbol 150 MovieClip
"sfx"Frame 5Symbol 152 MovieClip
"coconut1"Frame 6Symbol 107 MovieClip
"coconut2"Frame 6Symbol 107 MovieClip
"coconut3"Frame 6Symbol 107 MovieClip
"coconut4"Frame 6Symbol 107 MovieClip
"b02"Frame 6Symbol 36 MovieClip
"basmash01"Frame 6Symbol 150 MovieClip
"basmash02"Frame 6Symbol 150 MovieClip
"basmash03"Frame 6Symbol 150 MovieClip
"basmash04"Frame 6Symbol 150 MovieClip
"sfx"Frame 6Symbol 152 MovieClip
"control"Frame 6Symbol 141 MovieClip
"bsmash01"Frame 7Symbol 124 MovieClip
"smash01"Frame 7Symbol 139 MovieClip
"bsmash02"Frame 7Symbol 124 MovieClip
"smash02"Frame 7Symbol 139 MovieClip
"bsmash03"Frame 7Symbol 124 MovieClip
"smash03"Frame 7Symbol 139 MovieClip
"bsmash04"Frame 7Symbol 124 MovieClip
"smash04"Frame 7Symbol 139 MovieClip
"coconut1"Frame 7Symbol 107 MovieClip
"coconut2"Frame 7Symbol 107 MovieClip
"coconut3"Frame 7Symbol 107 MovieClip
"coconut4"Frame 7Symbol 107 MovieClip
"control"Frame 7Symbol 141 MovieClip
"loaderbar"Symbol 19 MovieClip Frame 1Symbol 8 MovieClip
"b01"Symbol 45 MovieClip Frame 1Symbol 33 MovieClip
"b02"Symbol 45 MovieClip Frame 1Symbol 36 MovieClip
"b01"Symbol 51 MovieClip Frame 5Symbol 33 MovieClip
"b02"Symbol 51 MovieClip Frame 5Symbol 36 MovieClip
"b01"Symbol 57 MovieClip Frame 3Symbol 33 MovieClip
"b02"Symbol 57 MovieClip Frame 3Symbol 36 MovieClip
"b01"Symbol 66 MovieClip Frame 1Symbol 33 MovieClip
"b02"Symbol 66 MovieClip Frame 1Symbol 36 MovieClip
"b01"Symbol 73 MovieClip Frame 3Symbol 33 MovieClip
"b02"Symbol 73 MovieClip Frame 3Symbol 36 MovieClip
"b01"Symbol 79 MovieClip Frame 5Symbol 33 MovieClip
"b02"Symbol 79 MovieClip Frame 5Symbol 36 MovieClip

Dynamic Text Variables

_global.speedSymbol 28 EditableText"10"
_global.speedSymbol 29 EditableText"10"
nicknameaSymbol 59 EditableText"AnonymousPerson"
scoreSymbol 142 EditableText"0"
fallsleftSymbol 154 EditableText"5"
scoreSymbol 156 EditableText"0"
scoreSymbol 157 EditableText"0"
fallsleftSymbol 158 EditableText"5"
_root.scoreSymbol 161 EditableText"0"
_root.quotaSymbol 163 EditableText"0"
_root.scoreSymbol 173 EditableText"0"
_root.p1Symbol 181 EditableText"1"
_root.s1Symbol 182 EditableText"1"
_root.p2Symbol 183 EditableText"2"
_root.s2Symbol 184 EditableText"2"
_root.p3Symbol 185 EditableText"3"
_root.s3Symbol 186 EditableText"3"
_root.p4Symbol 187 EditableText"4"
_root.s4Symbol 188 EditableText"4"
_root.p5Symbol 189 EditableText"5"
_root.s5Symbol 190 EditableText"5"
_root.p6Symbol 191 EditableText"6"
_root.s6Symbol 192 EditableText"6"
_root.p7Symbol 193 EditableText"7"
_root.s7Symbol 194 EditableText"7"
_root.p8Symbol 195 EditableText"8"
_root.s8Symbol 196 EditableText"8"
_root.p9Symbol 197 EditableText"9"
_root.s9Symbol 198 EditableText"9"
_root.p10Symbol 199 EditableText"10"
_root.s10Symbol 200 EditableText"10"
_root.p1Symbol 203 EditableText"1"
_root.s1Symbol 204 EditableText"1"
_root.p2Symbol 205 EditableText"2"
_root.s2Symbol 206 EditableText"2"
_root.p3Symbol 207 EditableText"3"
_root.s3Symbol 208 EditableText"3"
_root.p4Symbol 209 EditableText"4"
_root.s4Symbol 210 EditableText"4"
_root.p5Symbol 211 EditableText"5"
_root.s5Symbol 212 EditableText"5"
_root.p6Symbol 213 EditableText"6"
_root.s6Symbol 214 EditableText"6"
_root.p7Symbol 215 EditableText"7"
_root.s7Symbol 216 EditableText"7"
_root.p8Symbol 217 EditableText"8"
_root.s8Symbol 218 EditableText"8"
_root.p9Symbol 219 EditableText"9"
_root.s9Symbol 220 EditableText"9"
_root.p10Symbol 221 EditableText"10"
_root.s10Symbol 222 EditableText"10"




http://swfchan.com/5/22126/info.shtml
Created: 27/5 -2019 03:08:28 Last modified: 27/5 -2019 03:08:28 Server time: 17/05 -2024 05:38:48